Apache Dubbo · Capability

Dubbo-Admin API — TrafficAccesslog

Dubbo-Admin API — TrafficAccesslog. 4 operations. Lead operation: Apache Dubbo Get Rule List. Self-contained Naftiko capability covering one Apache Dubbo business surface.

Run with Naftiko Apache DubboTrafficAccesslog

What You Can Do

GET
Get — Apache Dubbo Get Rule List
/v1/api/{env}/traffic/accesslog
PUT
Put — Apache Dubbo Create Rule
/v1/api/{env}/traffic/accesslog
POST
Post — Apache Dubbo Create Rule
/v1/api/{env}/traffic/accesslog
DELETE
Delete — Apache Dubbo Delete Rule
/v1/api/{env}/traffic/accesslog

MCP Tools

apache-dubbo-get-rule-list

Apache Dubbo Get Rule List

read-only idempotent
apache-dubbo-create-rule

Apache Dubbo Create Rule

idempotent
apache-dubbo-create-rule-2

Apache Dubbo Create Rule

apache-dubbo-delete-rule

Apache Dubbo Delete Rule

idempotent

Capability Spec

admin-trafficaccesslog.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dubbo-Admin API — TrafficAccesslog
  description: 'Dubbo-Admin API — TrafficAccesslog. 4 operations. Lead operation: Apache Dubbo Get Rule List. Self-contained
    Naftiko capability covering one Apache Dubbo business surface.'
  tags:
  - Apache Dubbo
  - TrafficAccesslog
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APACHE_DUBBO_API_KEY: APACHE_DUBBO_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-trafficaccesslog
    baseUri: https://127.0.0.1:38080
    description: Dubbo-Admin API — TrafficAccesslog business capability. Self-contained, no shared references.
    resources:
    - name: api-env-traffic-accesslog
      path: /api/{env}/traffic/accesslog
      operations:
      - name: get
        method: GET
        description: Apache Dubbo Get Rule List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: application
          in: query
          type: string
          description: application name
          required: true
      - name: put
        method: PUT
        description: Apache Dubbo Create Rule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accesslog
          in: body
          type: string
          description: rule
          required: true
      - name: post
        method: POST
        description: Apache Dubbo Create Rule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accesslog
          in: body
          type: string
          description: rule
          required: true
      - name: delete
        method: DELETE
        description: Apache Dubbo Delete Rule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: application
          in: query
          type: string
          description: application name
          required: true
  exposes:
  - type: rest
    namespace: admin-trafficaccesslog-rest
    port: 8080
    description: REST adapter for Dubbo-Admin API — TrafficAccesslog. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/{env}/traffic/accesslog
      name: api-env-traffic-accesslog
      description: REST surface for api-env-traffic-accesslog.
      operations:
      - method: GET
        name: get
        description: Apache Dubbo Get Rule List
        call: admin-trafficaccesslog.get
        with:
          application: rest.application
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: put
        description: Apache Dubbo Create Rule
        call: admin-trafficaccesslog.put
        with:
          accesslog: rest.accesslog
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Apache Dubbo Create Rule
        call: admin-trafficaccesslog.post
        with:
          accesslog: rest.accesslog
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Apache Dubbo Delete Rule
        call: admin-trafficaccesslog.delete
        with:
          application: rest.application
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-trafficaccesslog-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dubbo-Admin API — TrafficAccesslog. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: apache-dubbo-get-rule-list
      description: Apache Dubbo Get Rule List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-trafficaccesslog.get
      with:
        application: tools.application
      outputParameters:
      - type: object
        mapping: $.
    - name: apache-dubbo-create-rule
      description: Apache Dubbo Create Rule
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: admin-trafficaccesslog.put
      with:
        accesslog: tools.accesslog
      outputParameters:
      - type: object
        mapping: $.
    - name: apache-dubbo-create-rule-2
      description: Apache Dubbo Create Rule
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: admin-trafficaccesslog.post
      with:
        accesslog: tools.accesslog
      outputParameters:
      - type: object
        mapping: $.
    - name: apache-dubbo-delete-rule
      description: Apache Dubbo Delete Rule
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: admin-trafficaccesslog.delete
      with:
        application: tools.application
      outputParameters:
      - type: object
        mapping: $.