Vsan Vc Cluster Health System Vsan Query Vc Cluster Health Summary Task
An asynchronous API to perform all of cluster wide health checks including the online health checks if CEIP is enabled and returns the task.
After the task is finished, all of health check result will be kept in the cache and can be fetched from the synchronous API VsanQueryVcClusterHealthSummary by setting the parameter fetchFromCache as True, the perspective as 'defaultView' or unset and the parameter hosts should keep the same while leaving the other parameters as unset. If a new task is triggered while there's running task for same cluster, the new triggered task will be pending and return immediatelly once the running task is completed. The new triggered task will share the same health summary result as the running one.
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.
"VsanQueryVcClusterHealthSummaryTaskRequestType Object"
The target cluster
Required privileges: System.Read
Include the individual host(s) into the health check, with other hosts specified with the cluster parameter
This parameter is not used, and no data protection health will be collected.
True to trigger vSAN online health. The default is True.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanVcClusterHealthSystem/{moId}/VsanQueryVcClusterHealthSummaryTask