Vsan Performance Manager Query Vsan Perf Top Entities
The API is designed to return a list of top contributors with either type of VM or disk group that are consuming the most IOPS, throughput or latency in the vSAN cluster.
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case VsanPerformanceManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"QueryVsanPerfTopEntitiesRequestType Object"
vSAN cluster, which is ignored if the API is called against host.
Required privileges: System.Read
Represent query specification to retrieve the desired top entities.
A list of top entities with the expected metric values at the given time stamp.
[
"VsanPerfEntityMetricCSV Object"
]
InvalidArgument: if the set of arguments passed to the function is not specified correctly, e.g., numEntities is above 50.
VsanNodeNotMaster: if this API is invokded against stats agent node.
"MethodFault Object"
Fault which is the cause of this fault.
Message which has details about the error Message can also contain a key to message catalog which can be used to generate better localized messages.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanPerformanceManager/{moId}/QueryVsanPerfTopEntities