Esx.Settings.Hosts.Enablement.Software.CheckSpec
Esx.Settings.Hosts.Enablement.Software.CheckSpec
The Esx.Settings.Hosts.Enablement.Software.CheckSpec schema contains information describing what checks should be performed.
This schema was added in vSphere API 8.0.0.1.
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. The purpose of this check is to report standalone VIBs (VIBs which are not part of any component).
- 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 host's software specification existence check.
- VSAN_WITNESS_ELIGIBILITY: Perform vSAN witness check to verify if the standalone host acting as a vSAN witness can be managed with a software image.
For more information see: Esx.Settings.Hosts.Enablement.Software.CheckType.
This property was added in vSphere API 8.0.0.1.