APIIDA · Capability

APIIDA API Gateway Manager — Monitoring

APIIDA API Gateway Manager — Monitoring. 1 operations. Lead operation: APIIDA Get Gateway Metrics. Self-contained Naftiko capability covering one Apiida business surface.

Run with Naftiko ApiidaMonitoring

What You Can Do

GET
Getgatewaymetrics — APIIDA Get Gateway Metrics
/v1/gateways/{gatewayid}/metrics

MCP Tools

apiida-get-gateway-metrics

APIIDA Get Gateway Metrics

read-only idempotent

Capability Spec

api-gateway-manager-monitoring.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIIDA API Gateway Manager — Monitoring
  description: 'APIIDA API Gateway Manager — Monitoring. 1 operations. Lead operation: APIIDA Get Gateway Metrics. Self-contained
    Naftiko capability covering one Apiida business surface.'
  tags:
  - Apiida
  - Monitoring
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APIIDA_API_KEY: APIIDA_API_KEY
capability:
  consumes:
  - type: http
    namespace: api-gateway-manager-monitoring
    baseUri: https://{tenant}.backend.apiida.io
    description: APIIDA API Gateway Manager — Monitoring business capability. Self-contained, no shared references.
    resources:
    - name: gateways-gatewayId-metrics
      path: /gateways/{gatewayId}/metrics
      operations:
      - name: getgatewaymetrics
        method: GET
        description: APIIDA Get Gateway Metrics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: from
          in: query
          type: string
          description: Start of the time range
        - name: to
          in: query
          type: string
          description: End of the time range
    authentication:
      type: bearer
      token: '{{env.APIIDA_API_KEY}}'
  exposes:
  - type: rest
    namespace: api-gateway-manager-monitoring-rest
    port: 8080
    description: REST adapter for APIIDA API Gateway Manager — Monitoring. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/gateways/{gatewayid}/metrics
      name: gateways-gatewayid-metrics
      description: REST surface for gateways-gatewayId-metrics.
      operations:
      - method: GET
        name: getgatewaymetrics
        description: APIIDA Get Gateway Metrics
        call: api-gateway-manager-monitoring.getgatewaymetrics
        with:
          from: rest.from
          to: rest.to
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: api-gateway-manager-monitoring-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIIDA API Gateway Manager — Monitoring. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: apiida-get-gateway-metrics
      description: APIIDA Get Gateway Metrics
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: api-gateway-manager-monitoring.getgatewaymetrics
      with:
        from: tools.from
        to: tools.to
      outputParameters:
      - type: object
        mapping: $.