VMware · Example Payload

Vmware Listhosts Example

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Vmware Listhosts 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": "listHosts",
  "method": "GET",
  "path": "/vcenter/host",
  "summary": "Vmware List Esxi Hosts",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listhosts200Example",
      "example": [
        {
          "host": "example_value",
          "name": "Example Title",
          "connection_state": "CONNECTED",
          "power_state": "POWERED_ON"
        }
      ]
    }
  ]
}