Get Datastore
DescriptionRetrieves information about the datastore indicated by datastore.
Request
URLURL
Path Parameters
Path Parameters
Header Parameters
Header Parameters
Response
Response BodyResponse Body
Information about the datastore associated with datastore.
{
"accessible": false,
"free_space": 0,
"multiple_host_access": false,
"name": "string",
"thin_provisioning_supported": false,
"type": "enum"
}
Whether or not this datastore is accessible.
Whether or not more than one host in the datacenter has been configured with access to the datastore.
Name of the datastore.
Whether or not the datastore supports thin provisioning on a per file basis. When thin provisioning is used, backing storage is lazily allocated.
Type (Type) of the datastore.
Possible values are: VMFS , NFS , NFS41 , CIFS , VSAN , more...
Available space of this datastore, in bytes. The server periodically updates this value.
This field will be unset if the available space of this datastore is not known.