Webex · Schema

ClusterRedirectDetailsSJ2

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
redirectReason string The reason for the redirect.
redirectCount number Number of Call Redirects.
possibleRemediation string Any possible remediations for this overflow.
View JSON Schema on GitHub

JSON Schema

webex-clusterredirectdetailssj2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClusterRedirectDetailsSJ2",
  "title": "ClusterRedirectDetailsSJ2",
  "type": "object",
  "properties": {
    "redirectReason": {
      "type": "string",
      "example": "Connectivity issues",
      "description": "The reason for the redirect."
    },
    "redirectCount": {
      "type": "number",
      "example": 47,
      "description": "Number of Call Redirects."
    },
    "possibleRemediation": {
      "type": "string",
      "example": "Connectivity Issues between Video Mesh Node and Cloud. Check your network configuration.",
      "description": "Any possible remediations for this overflow."
    }
  }
}