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

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

The Esx.Settings.Clusters.Software.Reports.HardwareCompatibility.ServerOverrides.ComplianceStatus.Key schema specifies a particular combination of vendor, model, CPU series, BIOS version, and vSphere release to trigger a given override

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
{
    "vendor": "string",
    "model": "string",
    "cpu_series": "string",
    "bios_version": "string",
    "release": "string",
    "validated_features_in_use": {
        "validated_features_in_use": [
            "string"
        ]
    }
}
string
vendor
Required

The host server vendor

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.

string
model
Required

The host server model

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.

string
cpu_series
Optional

The CPU series installed in the host server

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.

if missing or null the override applies only to server with no known CPU series

string
bios_version
Optional

The version of the BIOS installed in the host

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.

if missing or null the override applies only to servers with no specifically recognized BIOS version

string
release
Optional

The base image vSphere version for which this override applies.

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.

If missing or null Vapi.Std.Errors.InvalidArgument is thrown. Future releases may define uses for leaving it missing or null.

object
validated_features_in_use
Optional

Validated features for which this override applies If Service is set but features is empty, device is active for service Subset of validated features for which we provide certification - for example RDMA, not IPV6 Note that this list represents the features in actual current use, which could include features for which the device is not certified

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.