Webex · Schema

EventThresholdBody

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
eventName string The name of the event corresponding to the `entitiyId`. * `clusterCallsRedirected` - Event name for cluster call redirects. * `orgCallsOverflowed` - Event name for organization call overflows.
View JSON Schema on GitHub

JSON Schema

webex-eventthresholdbody-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventThresholdBody",
  "title": "EventThresholdBody",
  "type": "object",
  "properties": {
    "eventName": {
      "type": "string",
      "enum": [
        "clusterCallsRedirected",
        "orgCallsOverflowed"
      ],
      "description": "The name of the event corresponding to the `entitiyId`.\n * `clusterCallsRedirected` - Event name for cluster call redirects.\n * `orgCallsOverflowed` - Event name for organization call overflows.\n"
    }
  }
}