SettingsClustersSoftwareReportsPciDeviceCompliance
The PciDeviceCompliance structure contains information that describe the compliance result of all pci device from all hosts in the clsuter with respect to the component present in the target software specification.
Properties
Compatible Device Compliance result for all devices present on all hosts in the cluster compared with the corresponding component in the software specification. The key is the DeviceName and value is the PciDeviceComplianceInfo object.
Incompatible Device Compliance result for all devices present on all hosts in the cluster compared with the corresponding component in the software specification. The key is the DeviceName and value is the PciDeviceComplianceInfo object.
Incompatible Driver Firmware combination Compliance result for all devices present on hosts in the cluster compared with the corresponding component in the software specification. The key is the DeviceName and value is the PciDeviceComplianceInfo object.
The ComplianceStatus enumerated type contains the possible different status of compliance with respect to target version.
COMPATIBLE : Target hardware is compliant with VMware Compatibility Guide (VCG)
INCOMPATIBLE : Target hardware is not (recognizably) compliant with VMware Compatibility Guide (VCG)
HCL_DATA_UNAVAILABLE : HCL data can not be fetched to validate cluster hardware.
UNAVAILABLE : Target hardware compliance with VMware Compatibility Guide (VCG) cannot be determined.
NO_FIRMWARE_PROVIDER : No Firmware HSM present in Software Spec to get Firmware Details HardwareSupportPackageInfo structure
Possible values are: COMPATIBLE , INCOMPATIBLE , HCL_DATA_UNAVAILABLE , UNAVAILABLE , NO_FIRMWARE_PROVIDER
JSON Example
{
"compatible_devices": [
{
"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"
}
},
"status": "COMPATIBLE",
"supported": [
{
"driver_name": "string",
"driver_version": "string",
"firmware_version": "string"
}
],
"target": {
"driver_name": "string",
"driver_version": "string",
"firmware_version": "string"
}
}
],
"incompatible_devices": [
{
"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"
}
},
"status": "COMPATIBLE",
"supported": [
{
"driver_name": "string",
"driver_version": "string",
"firmware_version": "string"
}
],
"target": {
"driver_name": "string",
"driver_version": "string",
"firmware_version": "string"
}
}
],
"incompatible_driver_firmware": [
{
"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"
}
},
"status": "COMPATIBLE",
"supported": [
{
"driver_name": "string",
"driver_version": "string",
"firmware_version": "string"
}
],
"target": {
"driver_name": "string",
"driver_version": "string",
"firmware_version": "string"
}
}
],
"status": "COMPATIBLE"
}