VMware · Example Payload

Vmware Getvmpowerstate Example

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Vmware Getvmpowerstate 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": "getVMPowerState",
  "method": "GET",
  "path": "/vcenter/vm/{vm}/power",
  "summary": "Vmware Get Vm Power State",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getvmpowerstate200Example",
      "example": {
        "state": "POWERED_ON",
        "clean_power_off": true
      }
    }
  ]
}