Datastore Get Info
Specific information about the datastore.
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId
, in this case Datastore/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
OK
{
"_typeName": "string",
"name": "string",
"url": "string",
"freeSpace": 0,
"maxFileSize": 0,
"maxVirtualDiskCapacity": 0,
"maxMemoryFileSize": 0,
"timestamp": "string",
"containerId": "string",
"aliasOf": "string"
}
The name of the datastore.
The unique locator for the datastore.
Free space of this datastore, in bytes.
The server periodically updates this value. It can be explicitly refreshed with the Refresh operation.
The maximum size of a file that can reside on this file system volume.
The maximum capacity of a virtual disk which can be created on this volume.
The maximum size of a snapshot or a swap file that can reside on this file system volume.
Time when the free-space and capacity values in DatastoreInfo and DatastoreSummary were updated.
The unique container ID of the datastore, if applicable.
vSAN datastore container that this datastore is alias of.
If this field is unset then this datastore is not alias of any other vSAN datastore. See DatastoreInfo.containerId.