Webex · Example Payload

Webex Gethdsclusterdetails Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Gethdsclusterdetails 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": "getHDSClusterDetails",
  "method": "GET",
  "path": "/hds/clusters/{clusterId}",
  "summary": "Get cluster details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8yYzNjOWY5NS03M2Q5LTQ0NjAtYTY2OC0wNDcxNjJmZjFiYWQ",
            "clusters": [
              {
                "clusterId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzJjM2M5Zjk1LTczZDktNDQ2MC1hNjY4LTA0NzE2MmZmMWJhZDpmMWJmMGI1MC0yMDUyLTQ3ZmUtYjg3ZC01MTFjMmZlNzQ3MWI",
                "clusterName": "E2E Framework Integration Test",
                "nodes": [
                  {
                    "nodeId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DT05ORUNUT1IvMmMzYzlmOTUtNzNkOS00NDYwLWE2NjgtMDQ3MTYyZmYxYmFkOjE1NmRmNzg5Yzg1NTRkNTVhMjc1ZGY5OTc4Zjk5MDJk",
                    "host": "hds-node-1.example.com"
                  },
                  {
                    "nodeId": "Y2lzY43pmHYyazovL3VzL0hZQlJJRF9DT05ORUNUT1IvMmMzYzlmOTUtNzNkOS00NDYwLWE2NjgtMDQ3MTYyZmYxYmFkOjE1NmRmNzg5Yzg1NTRkNTVhMjc1ZGY5OTc4Zjk5MDJ3",
                    "host": "hds-node-2.example.com"
                  }
                ],
                "releaseChannel": "latest",
                "upgradeSchedule": {
                  "scheduleDays": [
                    "monday"
                  ],
                  "scheduleTime": "11:00",
                  "scheduleTimeZone": "Asia/Kolkata",
                  "nextUpgradeTime": "2024-04-01 05:30:00.000"
                },
                "clusterStatus": ""
              }
            ]
          }
        ]
      }
    }
  ]
}