Host Vsan Internal System Query Vsan Statistics

Host Vsan Internal System Query Vsan Statistics

Query VSAN system statistics.

This is a low level API that gathers low level statistic counters from the system. The details of the counters remain undocumented and unsupported at this point, and this API remains internal. The data for this API call mostly comes from VSI, but also other tools like memstats. The caller can control which counters are being retrieved by providing a list of labels. The following labels are current supported: - TBD

Required privileges: System.Read

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/HostVsanInternalSystem/{moId}/QueryVsanStatistics
COPY
Path Parameters
string
moId
Required

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 HostVsanInternalSystem/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 8.0.3.0 APIs.


Request Body
QueryVsanStatisticsRequestType of type(s) application/json
Required

Show optional properties

{
    "labels": [
        {}
    ]
}
{
    "labels": [
        "string"
    ]
}
array of string
labels
Required

List of labels of counters to retrieve.

Authentication
This operation uses the following authentication methods.
Responses
200

JSON string with the results

Returns string of type(s) application/json
Operation doesn't return any data structure