Hcl_Hosts_CompatibilityReport_ServerCompatibility

Hcl_Hosts_CompatibilityReport_ServerCompatibility
Hcl_Hosts_CompatibilityReport_ServerCompatibility

This CompatibilityReport.ServerCompatibility structure contains fields that provide the compatibility information for a server model, cpu and BIOS.

JSON Example
{
    "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"
        }
    ]
}
bios_constraints
Optional

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.

string
cpu_series
Required

The CPU series name.

array of string
supported_releases
Optional

Provides information about supported releases for this entry. If unset server is compatible with the given target release.

string As uri
vcg_link
Required

Provides link to the VMware Compatibility Guide for further information on the compatibility.

notes
Optional

Information that needs to be taken into account when considering this server hardware compatibility. Only set if there is any information reported.