Webex · Schema

OverflowDetails2

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
overflowReason string The reason for this overflow.
overflowCount number Number of overflows.
possibleRemediation string Any possible remediations for this overflow.
View JSON Schema on GitHub

JSON Schema

webex-overflowdetails2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OverflowDetails2",
  "title": "OverflowDetails2",
  "type": "object",
  "properties": {
    "overflowReason": {
      "type": "string",
      "example": "Connectivity issues",
      "description": "The reason for this overflow."
    },
    "overflowCount": {
      "type": "number",
      "example": 1,
      "description": "Number of overflows."
    },
    "possibleRemediation": {
      "type": "string",
      "example": "Connectivity Issues between Video Mesh Node and Cloud. Check your network configuration.",
      "description": "Any possible remediations for this overflow."
    }
  }
}