HistoricUsageSpecType

Element:
HistoricUsageSpec
Type:
HistoricUsageSpecType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
Specifies which historic usage metrics to retrieve
Since:
5.6
Schema:
metrics.xsd
Media type(s):
application/vnd.vmware.vcloud.metrics.historicUsageSpec+xml
Extends:
anyType
XML Representation:
<HistoricUsageSpec xmlns="http://www.vmware.com/vcloud/v1.5">
    <AbsoluteStartTime time="xs:dateTime"/>
    <RelativeStartTime interval="xs:short" unit="TimeUnitType"/>
    <AbsoluteEndTime time="xs:dateTime"/>
    <RelativeEndTime interval="xs:short" unit="TimeUnitType"/>
    <MetricPattern> xs:string </MetricPattern>
</HistoricUsageSpec>

Elements

Element Type Required Modifiable Since Deprecated Description
AbsoluteEndTime AbsoluteTimeType Yes 5.6
AbsoluteStartTime AbsoluteTimeType Yes 5.6
MetricPattern string No 5.6 A metric name pattern. Asterisk matches any character or group of characters in a metric name.
RelativeEndTime RelativeTimeType Yes 5.6
RelativeStartTime RelativeTimeType Yes 5.6

Operations

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