VsanPerfTopQuerySpec

VsanPerfTopQuerySpec
VsanPerfTopQuerySpec

Describe specification for query operation to retrieve vSAN performance top entities.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "timeStamp": "string",
    "entity": "string",
    "metricId": "string",
    "numEntities": 0
}
string As date-time As date-time
timeStamp
Required

Indicate the sampling time to return the desired vSAN performance top entities.

string
entity
Required

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.

string
metricId
Required

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.

integer As int32 As int32
numEntities
Optional

Represent the number of the top entities to be returned.

The default value is 10 and the maximum is 50.