SettingsClustersEnablementSoftwareCheckSpec

The Software.CheckSpec structure contains information describing what checks should be performed.


Properties

checks_to_skip Required

The Software.CheckType enumerated type contains various checks to identify the possibility to enable the feature that manages the cluster with a single software specification.
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.

Possible values are: SOFTWAREVERSIONSTATELESSNESSVUM_REMEDIATIONSOFTWARE_SPECIFICATION_EXISTENCEVSAN_WITNESS_ELIGIBILITY

JSON Example

{
	"checks_to_skip": "SOFTWARE"
}

Feedback

Was this page helpful?