VMware · Example Payload

Vmware Getcluster Example

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Vmware Getcluster 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": "getCluster",
  "method": "GET",
  "path": "/vcenter/cluster/{cluster}",
  "summary": "Vmware Get Cluster Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getcluster200Example",
      "example": {
        "name": "Example Title",
        "resource_pool": "example_value"
      }
    }
  ]
}