VMware Cloud Director API - TimeSeriesMetricType
TimeSeriesMetricType
- Type:
- TimeSeriesMetricType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- A sequence of metric values measured at specified times
- Since:
- 5.6
- Schema:
- metrics.xsd
- Media type(s):
- None
- Extends:
- anyType
- XML Representation:
-
<TimeSeriesMetricType xmlns="http://www.vmware.com/vcloud/v1.5" name="xs:string" unit="xs:string" expectedInterval="xs:int">
<Sample timestamp="xs:dateTime" value="xs:decimal"/>
</TimeSeriesMetricType>
-
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description name string Yes 5.6 name of metric unit string Yes 5.6 Unit of measure for this metric expectedInterval int Yes 5.6 Integer number of seconds between samples. -
Elements
-
Element Type Required Modifiable Since Deprecated Description Sample SampleType Yes 5.6