Webex · Schema

OverflowDetails1

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-overflowdetails1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OverflowDetails1",
  "title": "OverflowDetails1",
  "type": "object",
  "properties": {
    "overflowReason": {
      "type": "string",
      "example": "Capacity exceeded",
      "description": "The reason for this overflow."
    },
    "overflowCount": {
      "type": "number",
      "example": 25,
      "description": "Number of overflows."
    },
    "possibleRemediation": {
      "type": "string",
      "example": "Video Mesh exceeded its capacity. If this happens frequently, consider adding more nodes to your clusters.",
      "description": "Any possible remediations for this overflow."
    }
  }
}