Webex · Example Payload

Webex Get Cluster Redirect Details Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Cluster Redirect Details Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Get Cluster Redirect details",
  "method": "GET",
  "path": "/videoMesh/clusters/callRedirects",
  "summary": "Get Cluster Redirect details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8zNmQ4OTRmNy0yYjU3LTQzYzEtYWNlZS1kNDdlNjc3NjE0MTQ",
            "from": "2022-03-23T10:22:03Z",
            "to": "2022-03-24T10:22:03Z",
            "aggregationInterval": "10m",
            "items": [
              {
                "timestamp": "2022-03-23T10:30:00Z",
                "clusters": [
                  {
                    "clusterId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzM2ZDg5NGY3LTJiNTctNDNjMS1hY2VlLWQ0N2U2Nzc2MTQxNDo1ODJhMWFlYy03YTMwLTQ2MDItYTI2NS02YTE5NDcwOWZkOTg",
                    "clusterName": "bangalore",
                    "redirectDetails": [
                      {
                        "redirectReason": "Capacity exceeded",
                        "redirectCount": 10,
                        "possibleRemediation": "Video Mesh exceeded its capacity. If this happens frequently, consider adding more nodes to your clusters."
                      },
                      {
                        "redirectReason": "Connectivity issues",
                        "redirectCount": 78,
                        "possibleRemediation": "Connectivity Issues between Video Mesh Node and Cloud. Check your network configuration."
                      }
                    ]
                  }
                ]
              },
              {
                "timestamp": "2022-03-23T10:40:00Z",
                "clusters": [
                  {
                    "clusterId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzM2ZDg5NGY3LTJiNTctNDNjMS1hY2VlLWQ0N2U2Nzc2MTQxNDo1ODJhMWFlYy03YTMwLTQ2MDItYTI2NS02YTE5NDcwOWZkOTg",
                    "clusterName": "bangalore",
                    "redirectDetails": [
                      {
                        "redirectReason": "Node upgrading",
                        "redirectCount": 4,
                        "possibleRemediation": "Video Mesh Node is being upgraded. Please wait for upgrades to finish."
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ]
      }
    }
  ]
}