Webex · Schema

ClusterRedirectDetailsBlr2

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-clusterredirectdetailsblr2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClusterRedirectDetailsBlr2",
  "title": "ClusterRedirectDetailsBlr2",
  "type": "object",
  "properties": {
    "redirectReason": {
      "type": "string",
      "example": "Node upgrading",
      "description": "The reason for the redirect."
    },
    "redirectCount": {
      "type": "number",
      "example": 4,
      "description": "Number of Call Redirects."
    },
    "possibleRemediation": {
      "type": "string",
      "example": "Video Mesh Node is being upgraded. Please wait for upgrades to finish.",
      "description": "Any possible remediations for this overflow."
    }
  }
}