Webex · Schema

ConnectorStatus

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-connectorstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectorStatus",
  "title": "ConnectorStatus",
  "type": "string",
  "enum": [
    "operational",
    "impaired",
    "outage",
    "maintenanceMode"
  ]
}