Vsan Vc Cluster Config System Run Lifecycle Check
Run checks for lifecycle operations on a given vSAN cluster.
The specification indicates the lifecycle operation for which checks will be performed. The result contains an overall status of the checks, a list of the checks run, and vSAN cluster configurations details related to the checks. The overall status of the checks in the result represents the highest severity status of all the results of the individual checks. For example, if all tests pass, the highest severity status is green. If a test results in yellow status and another in red status, the overall status will be red. The list of checks contains a description of the check, its result status and in case of failure, a localized error message. The vSAN cluster configuration details contains information like witness host and fault domains information for stretched clusters, or no witness host information to indicate single-site cluster.
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 VsanVcClusterConfigSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"RunLifecycleCheckRequestType Object"
Cluster on which to perform lifecycle checks and return configuration information.
Specification for the lifecycle checks.
Lifecycle checks and configuration results.
"VsanVcLifecycleCheckResult Object"
The overall status of the lifecycle checks: green) All checks passed yellow) At least one yellow status check, no red status checks red) At least one red status check, yellow status checks also possible
See also VsanHealthStatusTypeEnum.
The list of results for lifecycle checks.
Check LifecyclePreCheckResult for details.
vSAN cluster configuration details.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanVcClusterConfigSystem/{moId}/RunLifecycleCheck