Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.PciDeviceOverrides.ComplianceStatus.UpdateSpec

Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.PciDeviceOverrides.ComplianceStatus.UpdateSpec
Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.PciDeviceOverrides.ComplianceStatus.UpdateSpec

The Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.PciDeviceOverrides.ComplianceStatus.UpdateSpec schema describes the override(s) to be applied for a set of PCI devices

Warning: this schema is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

JSON Example
{
    "device_reclassifications": [
        {
            "target": {
                "device": {
                    "vid": "string",
                    "did": "string",
                    "svid": "string",
                    "ssid": "string"
                },
                "firmware_version": "string",
                "part_number": "string",
                "driver_name": "string",
                "driver_version": "string",
                "release": "string",
                "used_by_vsan": false,
                "validated_features_in_use": {
                    "validated_features_in_use": [
                        "string"
                    ]
                }
            },
            "override": "string"
        }
    ]
}
device_reclassifications
Required

The overrides to be applied for the specified targets.

Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.