
Gets storage capacity information for specified virtual pool and neighborhood instances. The method returns set of metrics for capacity available for block storage provisioning: - free_gb : free storage capacity - used_gb : used storage capacity - provisioned_gb : subscribed storage capacity (may be larger than usable capacity) - percent_used : percent of usable capacity which is used - percent_subscribed : percent of usable capacity which is subscribed (may be more than 100)
id | the URN of a ViPR VirtualPool. |
varrayId | The id of VirtualArray. |
Requires one of the following roles:
Capacity metrics in GB and percent indicators for used and subscribed capacity.
Field | Description | Type | Notes |
<capacity> | |||
<free_gb> | The free storage capacity of the specified VirtualPool or VirtualArray. | String | |
<net_free_gb> | The net free storage capacity of the specified VirtualPool or VirtualArray. | String | |
<used_gb> | The used storage capacity of the specified VirtualPool or VirtualArray. | String | |
<provisioned_gb> | The subscribed storage capacity of the specified VirtualPool or VirtualArray. | String | |
<percent_used> | The actual used percent of the usable capacity of the specified VirtualPool or VirtualArray. | String | |
<percent_provisioned> | The provisioned percent of the usable capacity of the specified VirtualPool or VirtualArray. | String | |
</capacity> |