VMware · Example Payload

Vmware Getvmguestidentity Example

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Vmware Getvmguestidentity 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": "getVMGuestIdentity",
  "method": "GET",
  "path": "/vcenter/vm/{vm}/guest/identity",
  "summary": "Vmware Get Guest Os Identity",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getvmguestidentity200Example",
      "example": {
        "name": "Example Title",
        "family": "LINUX",
        "full_name": {
          "default_message": "example_value",
          "id": "abc123"
        },
        "host_name": "example_value",
        "ip_address": "example_value"
      }
    }
  ]
}