AT&T · JSON Structure

Network Apis Network Metrics Structure

Network performance metrics for a device on AT&T network

Type: object Properties: 5
Fortune 100TelecommunicationsFortune 100WirelessWirelineBroadbandEnterprise5GNetwork

Network Apis Network Metrics Structure is a JSON Structure definition published by AT&T, describing 5 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

networkGeneration signalStrength estimatedDownlinkThroughput estimatedLatency congestionLevel

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api.att.com/schemas/network/network-metrics",
  "title": "Network Metrics",
  "description": "Network performance metrics for a device on AT&T network",
  "type": "object",
  "properties": {
    "networkGeneration": {
      "type": "string",
      "enum": [
        "5G",
        "5G_NSA",
        "4G",
        "3G"
      ]
    },
    "signalStrength": {
      "type": "string",
      "enum": [
        "EXCELLENT",
        "GOOD",
        "FAIR",
        "POOR"
      ]
    },
    "estimatedDownlinkThroughput": {
      "type": "number"
    },
    "estimatedLatency": {
      "type": "integer"
    },
    "congestionLevel": {
      "type": "string",
      "enum": [
        "LOW",
        "MEDIUM",
        "HIGH"
      ]
    }
  }
}