QueryPerfCompositeRequestType
QueryPerfCompositeRequestType
The parameters of QueryPerfComposite.
JSON Example
{
"querySpec": {
"_typeName": "string",
"entity": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"startTime": "string",
"endTime": "string",
"maxSample": 0,
"metricId": [
{
"_typeName": "string",
"counterId": 0,
"instance": "string"
}
],
"intervalId": 0,
"format": "string"
}
}
querySpec
Required
A PerfQuerySpec object specifying the query parameters. This PerfQuerySpec object specifies a managed object for which composite statistics should be retrieved, with specific optional criteria for filtering the results.
This PerfQuerySpec requires a valid PerfQuerySpec.metricId property that specifies a metric that is available, in common, to the entity and its children. If the specified metricId is not available to the entity and its children, it is ignored.