VMware · Example Payload

Vmware Getvmmemory Example

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Vmware Getvmmemory 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": "getVMMemory",
  "method": "GET",
  "path": "/vcenter/vm/{vm}/hardware/memory",
  "summary": "Vmware Get Vm Memory Configuration",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getvmmemory200Example",
      "example": {
        "size_MiB": 10,
        "hot_add_enabled": true,
        "hot_add_increment_size_MiB": 10,
        "hot_add_limit_MiB": 10
      }
    }
  ]
}