Webex · Schema
UpdateEventThresholdResponse2
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`. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/UpdateEventThresholdResponse2",
"title": "UpdateEventThresholdResponse2",
"type": "object",
"properties": {
"eventName": {
"type": "string",
"example": "orgCallsOverflowed",
"description": "Name of the event."
},
"eventThresholdId": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL0VWRU5ULzQyN2U5ZTk2LTczYTctNDYwYS04MGZhLTcyNWU4MWE2MDg3ZjowM2ZkYjkzZC1jNTllLTQzMjQtODIwNS1lNDIyYzA3NGQ5Mzg",
"description": "Unique ID of the event threshold configuration."
},
"eventScope": {
"type": "string",
"example": "ORG",
"description": "The `eventScope` is scope of event."
},
"entityId": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL0VWRU5ULzQyN2U5ZTk2LTczYTctNDYwYS04MGZhLTcyNWU4MWE2MDg3ZjowM2ZkYjkzZC1jNTllLTQzMjQtODIwNS1lNDIyYzA3NGQ5Mzg",
"description": "The `entityId` is the unique ID of the Organization or the unique ID of the Video Mesh Cluster."
},
"thresholdConfig": {
"$ref": "#/components/schemas/UpdateEventThresholdConfig2",
"description": "Threshold configuration of an `entityId`."
}
}
}