Get Storage Container
Get specified Datastore or Datastore Cluster.
storageContainerUrn
storageContainerUrn
OK
{
"id": "string",
"name": "string",
"datastoreType": "string",
"isDatastoreCluster": false,
"isEnabled": false,
"isDeleted": false,
"moref": "string",
"vcRef": {
"name": "string",
"id": "string"
},
"totalStorageMb": 0,
"usedStorageMb": 0,
"provisionedStorageMb": 0,
"iopsCapacity": 0,
"isDistributed": false,
"distributionHealth": "string"
}
Unique VCD Id for the Storage Container.
Name for the Storage Container.
Datastore Type of the Storage Container.
True if this Storage Container is a Datastore Cluster.
True if this Storage Container is enabled. Unset if this storage container is part of a Datastore Cluster
Deleted state of the Storage Container.
Unique Id in Virtual Center of the Storage Container.
Total storage in MB for this Storage Container.
Total used storage in MB for this Storage Container.
Total provisioned storage in MB for this Storage Container.
Total IOPS capacity for this Storage Container.
Read-Only field that is true if this Storage Container represents a datastore that has been marked as distributed in VCenter server. A distributed datastore is expected to have peers in other sites that are kept in sync via some external mechanism and can be leveraged to facilitate sharing of catalog contents.
Read-Only field that represents the health of the distribution. Can be one of:
- HEALTHY
- DEGRADED