VMware · Example Payload

Vmware Getdatastore Example

Cloud ComputingContainer ManagementHybrid CloudInfrastructureVirtualization

Vmware Getdatastore 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": "getDatastore",
  "method": "GET",
  "path": "/vcenter/datastore/{datastore}",
  "summary": "Vmware Get Datastore Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getdatastore200Example",
      "example": {
        "name": "Example Title",
        "type": "VMFS",
        "accessible": true,
        "free_space": 10,
        "capacity": 10,
        "thin_provisioning_supported": true,
        "multiple_host_access": true
      }
    }
  ]
}