AT&T Developer Hub · JSON Structure

Device Status Api Device Connectivity Status Structure

DeviceConnectivityStatus schema

Type: object Properties: 2
Fortune 1005GNetwork APIsCAMARAConnectivityTelecommunicationsEdge ComputingDevice StatusSIM Swap

DeviceConnectivityStatus is a JSON Structure definition published by AT&T Developer Hub, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

connectivityStatus roaming

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/at-t-developer-hub/refs/heads/main/json-structure/device-status-api-device-connectivity-status-structure.json",
  "description": "DeviceConnectivityStatus schema",
  "type": "object",
  "properties": {
    "connectivityStatus": {
      "type": "string",
      "description": "Current device connectivity state",
      "enum": [
        "CONNECTED_DATA",
        "CONNECTED_SMS",
        "NOT_CONNECTED"
      ],
      "example": "CONNECTED_DATA"
    },
    "roaming": {
      "type": "boolean",
      "description": "Whether the device is currently roaming",
      "example": false
    }
  },
  "name": "DeviceConnectivityStatus"
}