AT&T · JSON Structure

Network Apis Session Info Structure

Quality on Demand session details and status

Type: object Properties: 4
Fortune 100TelecommunicationsFortune 100WirelessWirelineBroadbandEnterprise5GNetwork

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

Properties

sessionId qosProfile qosStatus expiresAt

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/session-info",
  "title": "QoD Session Info",
  "description": "Quality on Demand session details and status",
  "type": "object",
  "properties": {
    "sessionId": {
      "type": "string"
    },
    "qosProfile": {
      "type": "string",
      "enum": [
        "LOW_LATENCY",
        "THROUGHPUT_S",
        "THROUGHPUT_M",
        "THROUGHPUT_L",
        "VOICE"
      ]
    },
    "qosStatus": {
      "type": "string",
      "enum": [
        "REQUESTED",
        "AVAILABLE",
        "UNAVAILABLE"
      ]
    },
    "expiresAt": {
      "type": "string"
    }
  }
}