Webex · Schema

UserMonitoringGet

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
callParkNotificationEnabled boolean Call park notification enabled or disabled.
monitoredElements object Monitored element items.
View JSON Schema on GitHub

JSON Schema

webex-usermonitoringget-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserMonitoringGet",
  "title": "UserMonitoringGet",
  "type": "object",
  "required": [
    "callParkNotificationEnabled"
  ],
  "properties": {
    "callParkNotificationEnabled": {
      "type": "boolean",
      "example": true,
      "description": "Call park notification enabled or disabled."
    },
    "monitoredElements": {
      "$ref": "#/components/schemas/MonitoredElementItem",
      "description": "Monitored element items."
    }
  }
}