SettingsClustersSoftwareReportsHardwareCompatibilityCheckSummary
The HardwareCompatibility.CheckSummary structure contains information to describe the HCL compliance summary 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.
Notifications returned by the HCL Validation operation.
HCL Validation check time.
Overall compliance state of HCL Validation on the host.
Over all Compliance result for cluster for the software specification.
JSON Example
{
"base_image_version": "string",
"notifications": {},
"scan_time": "string",
"status": "enum"
}