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

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

The Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.ServerOverrides.ComplianceStatus.UpdateSpec schema describes the overrides to be applied to the computed server compatibility for a given combination of vendor/model/ CPU series/BIOS version in the context of the given cluster.

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": {
                "vendor": "string",
                "model": "string",
                "cpu_series": "string",
                "bios_version": "string",
                "release": "string",
                "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.