SettingsClustersSoftwareReportsCheckResult
The CheckResult structure contains information to describe HCL compliance result of a cluster on target software specification.
Properties
Target base image version E.g., version = BaseImageSpec->Version BaseImageSpec.version structure
Overall compliance status of Cluster with respective to all hosts in the cluster.
Possible values are: COMPATIBLE , INCOMPATIBLE , HCL_DATA_UNAVAILABLE , UNAVAILABLE , NO_FIRMWARE_PROVIDER
Localizable disclaimer notice to show on the UI detailing the type of checks are done by the HCL Validaiton. Example : HCL Validation is only done on storage and network controllers.
Notifications returned by the HCL Validation operation.
HCL Validation check time.
Compliance result for the Pci Devices that are present in all hosts of the cluster. This field will be unset if Pci device compliance was not computed.
Compliance results for servers that make up the hosts of the cluster. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. This field will be unset if server compliance was not computed.
Spec Identifier of the desired configuration on which the HCL scan is performed to generate this result, populated by the HCL validation. This field will be unset if validation was performed against a draft. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.commit. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.settings.commit.
Compliance result for storage devices in all the hosts of the cluster. Currently only includes SAS/SATA storage devices. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. This field will be unset if storage device compliance was not computed.
Flag to indicate if there were any hardware compatibility overrides were performed after the last check operation. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. This field is optional because it was added in a newer version than its parent node.
HCL Validation Computed only for vSAN Clusters. unset to show vSAN in UI
JSON Example
{
"base_image_version": "string",
"note": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"notifications": {},
"scan_time": "string",
"status": "enum"
}