VMware · Example Payload

Vmware Listvmethernet Example

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Vmware Listvmethernet 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": "listVMEthernet",
  "method": "GET",
  "path": "/vcenter/vm/{vm}/hardware/ethernet",
  "summary": "Vmware List Vm Network Adapters",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listvmethernet200Example",
      "example": [
        {
          "nic": "example_value"
        }
      ]
    }
  ]
}