VMware · Example Payload

Vmware Listvms Example

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Vmware Listvms 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": "listVMs",
  "method": "GET",
  "path": "/vcenter/vm",
  "summary": "Vmware List Virtual Machines",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listvms200Example",
      "example": [
        {
          "vm": "example_value",
          "name": "Example Title",
          "power_state": "POWERED_ON",
          "cpu_count": 10,
          "memory_size_MiB": 10
        }
      ]
    }
  ]
}