Webex · Schema

DeviceConnectionStatus

The connection status of the device.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-deviceconnectionstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeviceConnectionStatus",
  "title": "DeviceConnectionStatus",
  "type": "string",
  "enum": [
    "connected",
    "disconnected",
    "connected_with_issues",
    "offline_expired",
    "activating",
    "unknown",
    "offline_deep_sleep"
  ],
  "description": "The connection status of the device.",
  "example": "connected"
}