VMware · Example Payload

Vmware Updatevmcpu Example

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Vmware Updatevmcpu 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": "updateVMCpu",
  "method": "PATCH",
  "path": "/vcenter/vm/{vm}/hardware/cpu",
  "summary": "Vmware Update Vm Cpu Configuration",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "UpdatevmcpuRequestExample",
      "example": {
        "count": 10,
        "cores_per_socket": 10,
        "hot_add_enabled": true,
        "hot_remove_enabled": true
      }
    }
  ],
  "responseExamples": []
}