Webex · Example Payload

Webex Get Cluster Details Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Cluster 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 Details",
  "method": "GET",
  "path": "/videoMesh/clusters/{clusterId}",
  "summary": "Get Cluster Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8zNmQ4OTRmNy0yYjU3LTQzYzEtYWNlZS1kNDdlNjc3NjE0MTQ",
            "items": [
              {
                "clusterId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzFlYjY1ZmRmLTk2NDMtNDE3Zi05OTc0LWFkNzJjYWUwZTEwZjpiMzdmNTgzYy1kZGRjLTQyOGItODJlNS1jYmU2ODFkYjQ5NjI",
                "clusterName": "Bangalore",
                "nodes": [
                  {
                    "nodeId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzM2ZDg5NGY3LTJiNTctNDNjMS1hY2VlLWQ0N2U2Nzc2MTQxNDo0NjdiNGIxZC1jZWI2LTQwN2EtYWZmOC1mMjIxZmFiNzhjNzI",
                    "hostNameOrIp": "xyz.abc.com",
                    "deploymentType": "Video Mesh Node Lite",
                    "location": {
                      "countryCode": "IN",
                      "city": "Bangalore",
                      "timeZone": "Asia/Kolkata"
                    }
                  },
                  {
                    "nodeId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzM2ZDg5NGY3LTJiNTctNDNjMS1hY2VlLWQ0N2U2Nzc2MTQxNDo1ODJhMWFlYy03YTMwLTQ2MDItYTI2NS02YTE5NDcwOWZkOTg",
                    "hostNameOrIp": "201.21.201.21",
                    "deploymentType": "Video Mesh Node Lite",
                    "location": {
                      "countryCode": "IN",
                      "city": "Bangalore",
                      "timeZone": "Asia/Kolkata"
                    }
                  }
                ],
                "releaseChannel": "alpha",
                "upgradeSchedule": {
                  "scheduleDays": [
                    "sunday"
                  ],
                  "scheduleTime": "02:00",
                  "scheduleTimeZone": "Asia/Kolkata",
                  "upgradePending": true,
                  "nextUpgradeTime": "2020-03-25T20:30:00Z"
                }
              }
            ]
          }
        ]
      }
    }
  ]
}