Webex · Schema

MaintenanceMode

The maintenance mode of the device.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-maintenancemode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MaintenanceMode",
  "title": "MaintenanceMode",
  "type": "string",
  "enum": [
    "off",
    "on",
    "upcoming"
  ],
  "example": "off",
  "description": "The  maintenance mode of the device."
}