
Gets storage capacity information for specified VirtualPool and Neighborhood instances. The method returns set of metrics for capacity available for Object storage provisioning: - usable_gb : total storage capacity - free_gb : free storage capacity - used_gb : used storage capacity - percent_used : percent of usable capacity which is used
id | the URN of a ViPR VirtualPool. |
varrayId | The id of varray. |
Requires one of the following roles:
Capacity metrics in GB and percent indicator for used 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> |