Get Storage Class
Retrieves a specific storage class via URN.
storageClassUrn
OK
{
"id": "string",
"name": "string",
"region": {
"name": "string",
"id": "string"
},
"storageConsumedMiB": 0,
"storageCapacityMiB": 0,
"zones": [
{
"name": "string",
"id": "string"
}
]
}
Unique URN Id for the storage class.
Name for the storage class.
Entity reference used to describe VCD entities
For tenants, this represents the total storage given to all namespaces consuming from this storage class in mebibytes. For providers, this represents the total storage given to tenants from this storage class in mebibytes.
The total storage capacity of the storage class in mebibytes.
The zones available to the storage class.
This operation contains the following vendor extensions defined in the spec:
[object Object]
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/storageClasses/{storageClassUrn}