VMware · Example Payload

Vmware Gethost Example

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Vmware Gethost 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": "getHost",
  "method": "GET",
  "path": "/vcenter/host/{host}",
  "summary": "Vmware Get Esxi Host Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Gethost200Example",
      "example": {
        "name": "Example Title",
        "connection_state": "CONNECTED",
        "power_state": "POWERED_ON"
      }
    }
  ]
}