AT&T · JSON Structure

Network Apis Create Session Request Structure

Request to create a Quality on Demand session

Type: object Properties: 3
Fortune 100TelecommunicationsFortune 100WirelessWirelineBroadbandEnterprise5GNetwork

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

Properties

phoneNumber qosProfile duration

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/create-session-request",
  "title": "Create QoD Session Request",
  "description": "Request to create a Quality on Demand session",
  "type": "object",
  "properties": {
    "phoneNumber": {
      "type": "string"
    },
    "qosProfile": {
      "type": "string",
      "enum": [
        "LOW_LATENCY",
        "THROUGHPUT_S",
        "THROUGHPUT_M",
        "THROUGHPUT_L",
        "VOICE"
      ]
    },
    "duration": {
      "type": "integer"
    }
  }
}