VMware · Example Payload

Vmware Updatevmmemory Example

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Vmware Updatevmmemory 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": "updateVMMemory",
  "method": "PATCH",
  "path": "/vcenter/vm/{vm}/hardware/memory",
  "summary": "Vmware Update Vm Memory Configuration",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "UpdatevmmemoryRequestExample",
      "example": {
        "size_MiB": 10,
        "hot_add_enabled": true
      }
    }
  ],
  "responseExamples": []
}