Webex · Example Payload

Webex List Hybrid Clusters Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

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