Vsan Vc Cluster Health System Vsan Health Query Vsan Cluster Health Config
Get the vSAN cluster health system configuration for the cluster Note when the API is called directly from an ESXi host, the configuration options may differ from that of from the vCenter.
It returns only ones that may be meaningful to the ESXi host and the health service itself.
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 VsanVcClusterHealthSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"VsanHealthQueryVsanClusterHealthConfigRequestType Object"
The target vCenter cluster
Required privileges: System.Read
The vSAN cluster health service configuration
"VsanClusterHealthConfigs Object"
Enable flag to vSAN telemetry collection.
The flag doesn't take effect any more and the value will be ignored
The periodical vSAN telemetry collection interval in minutes.
The smaller value will collect vSAN telemetry more frequently but increase the system overhead and vice versa. The default is one week.
The proxy used for sending vSAN telemetry.
The proxy can be either user configured or auto-discovered and will be applied for collecting all of vSAN telemetry data
Any other vSAN cluster health configurations.
Each of configuration is the key/value pair. Currently, no additional configuration will be supported
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanVcClusterHealthSystem/{moId}/VsanHealthQueryVsanClusterHealthConfig