HclHostsCompatibilityReportServerHclInfo
This CompatibilityReport.ServerHclInfo structure contains fields that describe the server of a ESXi host and its compatibility information.
Properties
matches
Required
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.
model_compatibility
Required
Shows if the server model is compatible with given target ESXi release.
Possible values are: COMPATIBLE , INCOMPATIBLE , UNAVAILABLE , CERTIFIED , NOT_CERTIFIED
JSON Example
{
"matches": [
{
"cpu_series": "string",
"vcg_link": "string"
}
],
"model_compatibility": "enum",
"server": {
"bios": {
"version": "string"
},
"cpu_features": "string",
"cpu_series": "string",
"model_name": "string",
"vendor": "string"
}
}