Webex · Example Payload

Webex Get Cluster Utilization Details Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Cluster Utilization 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 Utilization details",
  "method": "GET",
  "path": "/videoMesh/clusters/utilization",
  "summary": "Get Cluster Utilization details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8zNmQ4OTRmNy0yYjU3LTQzYzEtYWNlZS1kNDdlNjc3NjE0MTQ=",
            "aggregationInterval": "10m",
            "from": "2022-03-23T10:22:03Z",
            "to": "2022-03-24T10:22:03Z",
            "items": [
              {
                "timestamp": "2022-03-23T10:30:00Z",
                "clusters": [
                  {
                    "clusterId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzM2ZDg5NGY3LTJiNTctNDNjMS1hY2VlLWQ0N2U2Nzc2MTQxNDo1ODJhMWFlYy03YTMwLTQ2MDItYTI2NS02YTE5NDcwOWZkOTg=",
                    "clusterName": "bangalore",
                    "utilizationMetrics": {
                      "peakCpu": 62,
                      "avgCpu": 3.64,
                      "activeCalls": 0,
                      "activePrivateCalls": 0
                    }
                  }
                ]
              },
              {
                "timestamp": "2022-03-23T10:40:00Z",
                "clusters": [
                  {
                    "clusterId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzM2ZDg5NGY3LTJiNTctNDNjMS1hY2VlLWQ0N2U2Nzc2MTQxNDo1ODJhMWFlYy03YTMwLTQ2MDItYTI2NS02YTE5NDcwOWZkOTg=",
                    "clusterName": "bangalore",
                    "utilizationMetrics": {
                      "peakCpu": 69.75,
                      "avgCpu": 57.89,
                      "activeCalls": 142,
                      "activePrivateCalls": 15
                    }
                  }
                ]
              }
            ]
          }
        ]
      }
    }
  ]
}