VMware · Example Payload

Vmware Getvmguestnetworking Example

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Vmware Getvmguestnetworking 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": "getVMGuestNetworking",
  "method": "GET",
  "path": "/vcenter/vm/{vm}/guest/networking",
  "summary": "Vmware Get Guest Networking Information",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getvmguestnetworking200Example",
      "example": {
        "dns_values": {
          "domain_name": "example_value",
          "search_domains": [
            "example_value"
          ]
        },
        "dns": {
          "ip_addresses": [
            "example_value"
          ]
        },
        "interfaces": [
          {
            "mac_address": "example_value",
            "ip": {
              "ip_addresses": {}
            }
          }
        ]
      }
    }
  ]
}