Get Clusters Software Reports Hardware Compatibility Details
Released in v7.0.0 DescriptionReturns the hcl validation check detailed results. if you do not have all of the privileges described as follows: - Operation execution requires VcIntegrity.HardwareCompatibility.Read. - The resource ClusterComputeResource referenced by the parameter cluster requires VcIntegrity.HardwareCompatibility.Read.
Request
URLURL
Parameters
Parameters
Header Parameters
Header Parameters
Response
Response BodyResponse Body
CheckResult hcl validation result.
{
"base_image_version": "string",
"commit": "string",
"notifications": {
"errors": [
{
"id": "string",
"time": "string"
}
],
"info": [
{
"id": "string",
"time": "string"
}
],
"warnings": [
{
"id": "string",
"time": "string"
}
]
},
"pci_device_compliance": {
"compatible_devices": [
{
"compatibility_guide_link": "string",
"compatible_versions": [
"string"
],
"device": {
"did": "string",
"display_name": "string",
"driver_name": "string",
"ssid": "string",
"svid": "string",
"vendor": "string",
"vid": "string"
},
"host_info": {
"key": {
"name": "string"
}
},
"notifications": {
"errors": [
{
"id": "string",
"time": "string"
}
],
"info": [
{
"id": "string",
"time": "string"
}
],
"warnings": [
{
"id": "string",
"time": "string"
}
]
},
"status": "enum",
"supported": [
{
"driver_name": "string",
"driver_version": "string",
"firmware_version": "string"
}
],
"target": {
"driver_name": "string",
"driver_version": "string",
"firmware_version": "string"
}
}
],
"incompatible_devices": [
{
"compatibility_guide_link": "string",
"compatible_versions": [
"string"
],
"device": {
"did": "string",
"display_name": "string",
"driver_name": "string",
"ssid": "string",
"svid": "string",
"vendor": "string",
"vid": "string"
},
"host_info": {
"key": {
"name": "string"
}
},
"notifications": {
"errors": [
{
"id": "string",
"time": "string"
}
],
"info": [
{
"id": "string",
"time": "string"
}
],
"warnings": [
{
"id": "string",
"time": "string"
}
]
},
"status": "enum",
"supported": [
{
"driver_name": "string",
"driver_version": "string",
"firmware_version": "string"
}
],
"target": {
"driver_name": "string",
"driver_version": "string",
"firmware_version": "string"
}
}
],
"incompatible_driver_firmware": [
{
"compatibility_guide_link": "string",
"compatible_versions": [
"string"
],
"device": {
"did": "string",
"display_name": "string",
"driver_name": "string",
"ssid": "string",
"svid": "string",
"vendor": "string",
"vid": "string"
},
"host_info": {
"key": {
"name": "string"
}
},
"notifications": {
"errors": [
{
"id": "string",
"time": "string"
}
],
"info": [
{
"id": "string",
"time": "string"
}
],
"warnings": [
{
"id": "string",
"time": "string"
}
]
},
"status": "enum",
"supported": [
{
"driver_name": "string",
"driver_version": "string",
"firmware_version": "string"
}
],
"target": {
"driver_name": "string",
"driver_version": "string",
"firmware_version": "string"
}
}
],
"status": "enum"
},
"scan_time": "string",
"status": "enum",
"v_san_data_only": false
}
Target base image version E.g., version = BaseImageSpec->Version BaseImageSpec.version structure
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.
Overall compliance status of Cluster with respective to all hosts in the cluster.
Possible values are:
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.
Compliance result for the Pci Devices that are present in all hosts of the cluster.
HCL Validation Computed only for vSAN Clusters. unset to show vSAN in UI