PerfMetricSeries
PerfMetricSeries
This is a generic data object type that stores values for a specific performance metric.
Useful data objects that store actual metric values extend this data object (see PerfMetricIntSeries).
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"id": {
"_typeName": "string",
"counterId": 0,
"instance": "string"
}
}
id
Required
An identifier for the performance metric.