Get Pvdc Storage Policy Metrics
Fetches the usage metrics of a PVDC Storage Policy.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/pvdcStoragePolicies/{pvdcStoragePolicyUrn}/metrics
COPY
Path Parameters
string
pvdcStoragePolicyUrn
Required
pvdcStoragePolicyUrn
string
pvdcStoragePolicyUrn
Required
pvdcStoragePolicyUrn
Responses
200
OK
Returns ProviderVdcStoragePolicyMetrics of type(s) application/json;version=38.1
{
"totalCapacityMB": 65536,
"usedCapacityMB": 8192,
"requestedCapacityMB": 16384,
"provisionedCapacityMB": 32768
}
integer As int64 As int64
totalCapacityMB
Optional
The Provider VDC storage policy total capacity in MB.
integer As int64 As int64
usedCapacityMB
Optional
The Provider VDC storage policy used capacity in MB.
integer As int64 As int64
requestedCapacityMB
Optional
The Provider VDC storage policy requested capacity in MB.
integer As int64 As int64
provisionedCapacityMB
Optional
The Provider VDC storage policy provisioned capacity in MB. This field is for providers only. Sub-providers will always see a value of -2147483648.
Availability
Added in 39.0.0-alpha
Pvdc Storage Policy Operations
POST
Create Pvdc Storage Policy Projection
DELETE
Delete Pvdc Storage Policy Projection
GET
Get All Pvdc Storage Policy Projections
GET
Get All Supported Storage Entity Types
GET
Get Pvdc Storage Policies
GET
Get Pvdc Storage Policy
GET
Get Pvdc Storage Policy Inheritable Settings
GET
Get Pvdc Storage Policy Metrics
GET
Get Pvdc Storage Policy Projection
GET
Get Pvdc Storage Policy Supported Entity Types
PUT
Update All Storage Policy Supported Entity Types
PUT
Update Pvdc Storage Policy Inheritable Settings
PUT
Update Pvdc Storage Policy Projection
PUT
Update Pvdc Storage Policy Supported Entity Types