AT&T Developer Hub · Capability

AT&T Network Insights API — Network Metrics

AT&T Network Insights API — Network Metrics. 1 operations. Lead operation: AT&T Get Network Performance Metrics. Self-contained Naftiko capability covering one At T Developer Hub business surface.

Run with Naftiko At T Developer HubNetwork Metrics

What You Can Do

POST
Getnetworkmetrics — AT&T Get Network Performance Metrics
/v1/metrics

MCP Tools

at-t-get-network-performance-metrics

AT&T Get Network Performance Metrics

read-only

Capability Spec

network-insights-network-metrics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AT&T Network Insights API — Network Metrics
  description: 'AT&T Network Insights API — Network Metrics. 1 operations. Lead operation: AT&T Get Network Performance Metrics.
    Self-contained Naftiko capability covering one At T Developer Hub business surface.'
  tags:
  - At T Developer Hub
  - Network Metrics
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AT_T_DEVELOPER_HUB_API_KEY: AT_T_DEVELOPER_HUB_API_KEY
capability:
  consumes:
  - type: http
    namespace: network-insights-network-metrics
    baseUri: https://api.att.com/network/insights/v1
    description: AT&T Network Insights API — Network Metrics business capability. Self-contained, no shared references.
    resources:
    - name: metrics
      path: /metrics
      operations:
      - name: getnetworkmetrics
        method: POST
        description: AT&T Get Network Performance Metrics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.AT_T_DEVELOPER_HUB_API_KEY}}'
  exposes:
  - type: rest
    namespace: network-insights-network-metrics-rest
    port: 8080
    description: REST adapter for AT&T Network Insights API — Network Metrics. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/metrics
      name: metrics
      description: REST surface for metrics.
      operations:
      - method: POST
        name: getnetworkmetrics
        description: AT&T Get Network Performance Metrics
        call: network-insights-network-metrics.getnetworkmetrics
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: network-insights-network-metrics-mcp
    port: 9090
    transport: http
    description: MCP adapter for AT&T Network Insights API — Network Metrics. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: at-t-get-network-performance-metrics
      description: AT&T Get Network Performance Metrics
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: network-insights-network-metrics.getnetworkmetrics
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.