VsanPerfTopQuerySpec
Describe specification for query operation to retrieve vSAN performance top entities.
This structure may be used only with operations rendered under /vsan
.
{
"_typeName": "string",
"timeStamp": "string",
"entity": "string",
"metricId": "string",
"numEntities": 0
}
Indicate the sampling time to return the desired vSAN performance top entities.
Represent the managed object type of the top entities, including virtual-machine, host-domclient, and host-domcompmgr.
In vSAN setup, it also includes disk-group.
Indicate which one metric is used to decide the order of the top entities from resource consuming perspective.
The valid metric types for top entities query, for virtual-machine, disk-group, host-domclient and host-domcompmgr, including iopsRead, iopsWrite, throughputRead, throughputWrite, latencyRead, latencyWrite.
Represent the number of the top entities to be returned.
The default value is 10 and the maximum is 50.