Webex · Schema

DeviceType

* `MPP` - Cisco Multiplatform Phone * `ATA` - Analog Telephone Adapters * `GENERIC_SIP` - GENERIC Session Initiation Protocol * `ESIM` - Esim Supported Webex Go * `ROOM_OS` - Cisco Webex Room OS and the Room Series device * `MOBILE` - Mobile * `DESK_PHONE` - Desk Phone

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-devicetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeviceType",
  "title": "DeviceType",
  "type": "string",
  "enum": [
    "MPP",
    "ATA",
    "GENERIC_SIP",
    "ESIM",
    "ROOM_OS",
    "MOBILE",
    "DESK_PHONE"
  ],
  "description": " * `MPP` - Cisco Multiplatform Phone\n * `ATA` - Analog Telephone Adapters\n * `GENERIC_SIP` - GENERIC Session Initiation Protocol\n * `ESIM` - Esim Supported Webex Go\n * `ROOM_OS` - Cisco Webex Room OS and the Room Series device\n * `MOBILE` - Mobile\n * `DESK_PHONE` - Desk Phone\n"
}