SettingsHostsEnablementSoftwareCheckSpec
The Software.CheckSpec structure contains information describing what checks should be performed.
Properties
The Software.CheckType enumerated type contains various checks to identify the possibility to enable the feature that manages the host with a single software specification.
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.
Possible values are: SOFTWARE , VERSION , STATELESSNESS , VUM_REMEDIATION , SOFTWARE_SPECIFICATION_EXISTENCE , VSAN_WITNESS_ELIGIBILITY
JSON Example
{
"checks_to_skip": "SOFTWARE"
}