Performance Manager Query Perf Counter
Retrieves counter information for the specified list of counter IDs.
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.
"QueryPerfCounterRequestType Object"
An array of one or more counterIds representing performance counters for which information is being retrieved.
An array consisting of performance counter information for the specified counterIds.
[
"PerfCounterInfo Object"
]
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/PerformanceManager/{moId}/QueryPerfCounter