QueryPerfCompositeRequestType

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

This data object specifies the query parameters, including the managed object reference to the target entity for statistics retrieval.

  • If the optional intervalId is omitted, the metrics are returned in their originally sampled interval.
    • When an intervalId is specified, the server tries to summarize the information for the specified intervalId. However, if that interval does not exist or has no data, the server summarizes the information using the best interval available.
  • If the range between startTime and endTime crosses multiple sample interval periods, the result contains data from the longest interval in the period.