CurrentUsageSpecType

Element:
CurrentUsageSpec
Type:
CurrentUsageSpecType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Specifies which current usage metrics to retrieve
Since:
5.6
Schema:
metrics.xsd
Media type(s):
application/vnd.vmware.vcloud.metrics.currentUsageSpec+xml
application/vnd.vmware.vcloud.metrics.currentUsageSpec+json
Extends:
anyType
XML Representation:
<CurrentUsageSpec xmlns="http://www.vmware.com/vcloud/v1.5">
    <MetricPattern> xs:string </MetricPattern>
</CurrentUsageSpec>

Elements

Element Type Required Modifiable Since Deprecated Description
MetricPattern string No 5.6 A metric name pattern. Asterisk matches any character or group of characters in a metric name.

Operations

CRUD Operation Description Since Deprecated
as input POST /vApp/{id}/metrics/current Gets the current usage for VM metrics according to the provided spec object.