Get Pvdc Storage Policy Metrics

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


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ProviderVdcStoragePolicyMetrics of type(s) application/json;version=39.0
{
    "totalCapacityMB": 65536,
    "usedCapacityMB": 8192,
    "requestedCapacityMB": 16384,
    "provisionedCapacityMB": 32768
}
integer As int64 As int64
totalCapacityMB
Optional

The Provider VDC storage policy total capacity in MB. For Provider VDC storage policies seen from a sub-provider Organization's context, this field shows the total capacity projected to this organization where a value of null represents UNLIMITED projected capacity.

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.