Webex · Schema

UpdateEventThresholdResponse1

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
eventName string Name of the event.
eventThresholdId string Unique ID of the event threshold configuration.
eventScope string The `eventScope` is scope of event.
entityId string The `entityId` is the unique ID of the Organization or the unique ID of the Video Mesh Cluster.
thresholdConfig object Threshold configuration of an `entityId`.
View JSON Schema on GitHub

JSON Schema

webex-updateeventthresholdresponse1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateEventThresholdResponse1",
  "title": "UpdateEventThresholdResponse1",
  "type": "object",
  "properties": {
    "eventName": {
      "type": "string",
      "example": "clusterCallsRedirected",
      "description": "Name of the event."
    },
    "eventThresholdId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0VWRU5ULzQyN2U5ZTk2LTczYTctNDYwYS04MGZhLTcyNWU4MWE2MDg3Zjo2YzJhZGRmMS0wYjAzLTRiZWEtYjIxYy0xYzFjYzdiY2UwOWQ",
      "description": "Unique ID of the event threshold configuration."
    },
    "eventScope": {
      "type": "string",
      "example": "CLUSTER",
      "description": "The `eventScope` is scope of event."
    },
    "entityId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzRiNTk5NzkwLWVlMzctMTFlZC1hMDViLTAyNDJhYzEyMDAwMzo2NjMxOTMyNC1lZTM3LTExZWQtYTA1Yi0wMjQyYWMxMjAwMDM",
      "description": "The `entityId` is the unique ID of the Organization or the unique ID of the Video Mesh Cluster."
    },
    "thresholdConfig": {
      "$ref": "#/components/schemas/UpdateEventThresholdConfig1",
      "description": "Threshold configuration of an `entityId`."
    }
  }
}