Vsan System Ex Vsan Host Get Runtime Stats
Get vSAN runtime stats of vSAN host.
This API is used to retrieve host's vSAN runtime stats. It bases on specified stats type list, to retrieve expected vSAN runtime stats.
Required privileges: System.Read
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 VsanSystemEx/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"VsanHostGetRuntimeStatsRequestType Object"
List of vSAN runtime stats type. Supported vSAN runtime stats types are declared in VsanHostStatsTypeEnum. If this parameter is omitted, all supported runtime stats will be collected and returned.
The cluster uuid used for vSAN runtime stats of configGeneration in VsanHostStatsTypeEnum.
vim.vsan.host.RuntimeStats
"VsanHostRuntimeStats Object"
Runtime value of vSAN resync IOPS information.
This field is to present resyncIopsInfo.
Current config generation of the host.
Maximum vSAN cluster size supported by this host.
Repair timer information of the host.
Get shared witness per cluster component limit of the host.
Get shared witness max number of clusters on a witness node.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanSystemEx/{moId}/VsanHostGetRuntimeStats