AT&T Developer Hub · Example Payload

At T Developer Hub Getnetworkmetrics Example

Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

At T Developer Hub Getnetworkmetrics Example is an example object payload from AT&T Developer Hub, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getNetworkMetrics",
  "method": "POST",
  "path": "/metrics",
  "summary": "AT&T Get Network Performance Metrics",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "GetNetworkMetricsRequestExample",
      "example": {
        "device": {
          "phoneNumber": "+12125551234"
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetNetworkMetrics200Example",
      "example": {
        "networkGeneration": "5G",
        "signalStrength": "GOOD",
        "estimatedDownlinkThroughput": 250,
        "estimatedUplinkThroughput": 50,
        "estimatedLatency": 15,
        "congestionLevel": "LOW"
      }
    }
  ]
}