Webex · Example Payload

Webex List Overflow To Cloud Details Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex List Overflow To Cloud 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": "List Overflow to Cloud details",
  "method": "GET",
  "path": "/videoMesh/cloudOverflow",
  "summary": "List Overflow to Cloud details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8zNmQ4OTRmNy0yYjU3LTQzYzEtYWNlZS1kNDdlNjc3NjE0MTQ",
            "from": "2022-03-23T10:22:03Z",
            "to": "2022-03-24T04:22:03Z",
            "aggregationInterval": "10m",
            "items": [
              {
                "timestamp": "2022-03-23T10:30:00Z",
                "overflowDetails": [
                  {
                    "overflowReason": "Capacity exceeded",
                    "overflowCount": 25,
                    "possibleRemediation": "Video Mesh exceeded its capacity. If this happens frequently, consider adding more nodes to your clusters."
                  },
                  {
                    "overflowReason": "Connectivity issues",
                    "overflowCount": 1,
                    "possibleRemediation": "Connectivity Issues between Video Mesh Node and Cloud. Check your network configuration."
                  }
                ]
              },
              {
                "timestamp": "2022-03-23T10:40:00Z",
                "overflowDetails": [
                  {
                    "overflowReason": "Capacity exceeded",
                    "overflowCount": 38,
                    "possibleRemediation": "Video Mesh exceeded its capacity. If this happens frequently, consider adding more nodes to your clusters."
                  }
                ]
              }
            ]
          }
        ]
      }
    }
  ]
}