POST /vApp/{id}/metrics/current

Operation:
POST /vApp/{id}/metrics/current
Description:
Gets the current usage for VM metrics according to the provided spec object.

The spec object can contain a collection of wildcard-style metric name patterns to fine-tune the list of returned metrics.

Since:
Input parameters
controls which metrics to retrieve

Consume media type(s):
application/vnd.vmware.vcloud.metrics.currentUsageSpec+xml
Input type:
CurrentUsageSpecType
Output parameters
a {@link CurrentUsageType} instance of metrics for the specified VM

Produce media type(s):
application/vnd.vmware.vcloud.metrics.currentUsage+xml
Output type:
CurrentUsageType
Examples