AT&T Developer Hub · Example Payload

Network Insights Api Network Metrics Example

Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

Network Insights Api Network Metrics 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

networkGenerationsignalStrengthestimatedDownlinkThroughputestimatedUplinkThroughputestimatedLatencycongestionLevel

Example Payload

Raw ↑
{
  "networkGeneration": "5G",
  "signalStrength": "GOOD",
  "estimatedDownlinkThroughput": 250,
  "estimatedUplinkThroughput": 50,
  "estimatedLatency": 15,
  "congestionLevel": "LOW"
}