VMware · Example Payload

Vmware Listfolders Example

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Vmware Listfolders 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": "listFolders",
  "method": "GET",
  "path": "/vcenter/folder",
  "summary": "Vmware List Folders",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listfolders200Example",
      "example": [
        {
          "folder": "example_value",
          "name": "Example Title",
          "type": "DATACENTER"
        }
      ]
    }
  ]
}