Snapservice Sites Datastores Info
The Snapservice Sites Datastores Info schema contains details regarding the datastore.
This schema was added in vSphere API 9.1.0.0.
{
"name": "string",
"type": "string",
"free_space": 0,
"capacity": 0,
"hierarchy": [
"string"
]
}
Name of the datastore.
This property was added in vSphere API 9.1.0.0.
Type of the datastore.
For more information see: Snapservice Sites Datastores Type.
This property was added in vSphere API 9.1.0.0.
Free space available for the datastore (in bytes).
This property was added in vSphere API 9.1.0.0.
missing or null if free space information is not available.
Storage capacity for the datastore (in bytes).
This property was added in vSphere API 9.1.0.0.
missing or null if capacity information is not available.
Hierarchy structure of the datastore represented as a list with the highest element in the hierarchy tree at the top of the list. For each entity in the list, type and name will be separated by a colon ":". A datastore heirarchy list for instance, - Folder:[Datacenter Folder Name] - Datacenter:[Datacenter Name] - Folder:[Datastore Folder Name]
This property was added in vSphere API 9.1.0.0.