AT&T · Example Payload

Network Insights Api Network Metrics Example

5GBroadbandCAMARAConnectivityDevice StatusEdge ComputingEnterpriseFortune 100MessagingMobileNetworkNetwork APIsSIM SwapSpeechTelecommunicationsWirelessWireline

Network Insights Api Network Metrics Example is an example object payload from AT&T, 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"
}