VMware · Example Payload

Vmware Listclusters Example

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Vmware Listclusters Example is an example object payload from VMware, 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": "listClusters",
  "method": "GET",
  "path": "/vcenter/cluster",
  "summary": "Vmware List Clusters",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listclusters200Example",
      "example": [
        {
          "cluster": "example_value",
          "name": "Example Title",
          "ha_enabled": true,
          "drs_enabled": true
        }
      ]
    }
  ]
}