Webex · Example Payload

Webex Get Hybrid Cluster Details Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get Hybrid 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 Hybrid Cluster Details",
  "method": "GET",
  "path": "/hybrid/clusters/{hybridClusterId}",
  "summary": "Get Hybrid Cluster Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lZY76123abbb",
        "orgId": "Y2lzY29zcGFyazovL3",
        "name": "EMEA Oslo 1",
        "resourceGroupId": "Y2lzY29zcGFyazovL3"
      }
    }
  ]
}