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
Spec Identifier of the desired configuration on which the HCL scan is performed to generate this result, populated by the HCL validation. unset if validation is performed with no spec 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.
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.
Compliance result for the Pci Devices that are present in all hosts of the cluster.
HCL Validation check time.
Overall compliance status of Cluster with respective to all hosts in the cluster.
HCL Validation Computed only for vSAN Clusters. unset to show vSAN in UI
JSON Example
{
"base_image_version": "string",
"notifications": {},
"scan_time": "string",
"status": "enum"
}