Webex · Example Payload

Webex Gethdsnodedetails Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Gethdsnodedetails 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": "getHDSNodeDetails",
  "method": "GET",
  "path": "/hds/nodes/{nodeId}",
  "summary": "Get node details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "orgId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzFlYjY1ZmRmLTk2NDMtNDE3Zi05OTc0LWFkNzJVGNG",
            "clusters": [
              {
                "clusterId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzFlYjY1ZmRmLTk2NDMtNDE3Zi05OTc0LWFkNzJjYWUwZTEwZjpiMzdmNTgzYy1kZGRjLTQyOGItODJlNS1jYmU2ODFkYjQ5NjI",
                "clusterName": "Cluster Name ABC",
                "nodes": [
                  {
                    "nodeId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzM2ZDg5NGY3LTJiNTctNDNjMS1hY2VlLWQ0N2U2Nzc2MTQxNDo0NjdiNGIxZC1jZWI2LTQwN2EtYWZmOC1mMjIxZmFiNzhjNzI",
                    "host": "xyz.abc.com",
                    "availabilityDetails": {
                      "nodeAvailability": "Online",
                      "hdsHealthStatus": "Healthy / Unhealthy",
                      "hdsUnhealthyReasons": [
                        "KMS unhealthy",
                        "Avalon unhealthy"
                      ]
                    },
                    "releaseVersion": "2025.07.16.7042",
                    "proxyType": "Explicit",
                    "proxyStatus": "Enabled",
                    "maintenanceMode": "On",
                    "ntpSync": "Active",
                    "ovaDeploymentType": "Large",
                    "ovaBuildType": "Dev"
                  }
                ]
              }
            ]
          }
        ]
      }
    }
  ]
}