Esx.Settings.Clusters.Enablement.Software.CheckSpec
Esx.Settings.Clusters.Enablement.Software.CheckSpec
The Esx.Settings.Clusters.Enablement.Software.CheckSpec schema contains information describing what checks should be performed.
This schema was added in vSphere API 7.0.0.0.
JSON Example
{
"checks_to_skip": [
"string"
]
}
array of
string
checks_to_skip
Required
Specifies the checks that should be skipped. If the set is empty, all checks will be performed.
Possible values:
- SOFTWARE: Perform host software check. This check is to report standalone VIBs (VIBs which are not part of any component) and the features on the given cluster that cannot coexist with the feature which manages the cluster with a single software specification.
- VERSION: Perform host version check. This feature does not support hosts with version less than XYZ.
- STATELESSNESS: Perform host statelessness check. This feature does not support stateless hosts.
- VUM_REMEDIATION: Perform VUM active remediation check.
- SOFTWARE_SPECIFICATION_EXISTENCE: Perform cluster's software specification existence check.
- VSAN_WITNESS_ELIGIBILITY: Checks to verify if the cluster software specification can be used to manage any vSAN witness hosts in the cluster.
This constant was added in vSphere API 7.0.2.1.
For more information see: Esx.Settings.Clusters.Enablement.Software.CheckType.
This property was added in vSphere API 7.0.0.0.