Hcl_Hosts_CompatibilityReport_ServerHclInfo
This CompatibilityReport.ServerHclInfo structure contains fields that describe the server of a ESXi host and its compatibility information.
{
"server": {
"model_name": "string",
"vendor": "string",
"cpu_series": "string",
"cpu_features": "string",
"bios": {
"version": "string",
"vendor": "string"
}
},
"matches": [
{
"bios_constraints": [
{
"bios": "Hcl_Firmware Object",
"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"
}
]
}
],
"model_compatibility": "string"
}
The Server structure contains fields describing information about a server.
Provides information about possible compatibility matches for the given server. There could be multiple matches returned as there are several possible matches in the Compatibility data.
The CompatibilityStatus enumerated type defines compatibility status of a given server or PCI device against a specific release of ESXi.
COMPATIBLE : When given hardware is certified for the specified ESXi release but no validation of the software of this hardware is performed.
INCOMPATIBLE : When given hardware is not certified for the specified ESXi release.
UNAVAILABLE : When there is no information about specified hardware.
CERTIFIED : When given hardware is certified for the specified ESXi release. Its software is also validated and it is also certified.
NOT_CERTIFIED : When given hardware is certified for the specified ESXi release. Its software is also validated and it is not certified.