Performance Manager Query Perf Counter By Level
Retrieves the set of counters that are available at a specified collection level.
The collection level determines the statistics that get stored in VirtualCenter. See PerfInterval for more information about VirtualCenter Server historical statistics collection.
Required privileges: System.View
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 PerformanceManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
"QueryPerfCounterByLevelRequestType Object"
A number between 1 and 4 that specifies the collection level.
An array of PerfCounterInfo objects that define the set of counters having the specified level number available for the entity.
[
"PerfCounterInfo Object"
]
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/PerformanceManager/{moId}/QueryPerfCounterByLevel