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.
{
"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"
}
]
}
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.