Hcl_Hosts_CompatibilityReport_ServerCompatibility
This CompatibilityReport.ServerCompatibility structure contains fields that provide the compatibility information for a server model, cpu and BIOS.
{
"bios_constraints": [
{
"bios": {
"version": "string",
"vendor": "string"
},
"notes": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
}
]
}
],
"cpu_series": "string",
"supported_releases": [
"string"
],
"vcg_link": "string",
"notes": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
}
]
}
Lists the BIOS constraints that the target ESXi release has for this server. If unset no constraints are present as server is either not compatible or compatibility information is not found.
The CPU series name.
Provides information about supported releases for this entry. If unset server is compatible with the given target release.
Provides link to the VMware Compatibility Guide for further information on the compatibility.
Information that needs to be taken into account when considering this server hardware compatibility. Only set if there is any information reported.