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