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.
{
"level": 0
}
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.
[
{
"_typeName": "string",
"key": 0,
"nameInfo": {
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string"
},
"groupInfo": {
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string"
},
"unitInfo": {
"_typeName": "string",
"label": "string",
"summary": "string",
"key": "string"
},
"rollupType": "string",
"statsType": "string",
"level": 0,
"perDeviceLevel": 0,
"associatedCounterId": [
0
]
}
]