Hcl_Hosts_CompatibilityReport_ServerHclInfo

Hcl_Hosts_CompatibilityReport_ServerHclInfo
Hcl_Hosts_CompatibilityReport_ServerHclInfo

This CompatibilityReport.ServerHclInfo structure contains fields that describe the server of a ESXi host and its compatibility information.

JSON Example
{
    "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"
                            ],
                            "params": {
                                "params": {
                                    "s": "string",
                                    "dt": "string",
                                    "i": 0,
                                    "d": "number",
                                    "l": {
                                        "id": "string",
                                        "params": {
                                            "params": "Std_LocalizationParam Object"
                                        }
                                    },
                                    "format": "string",
                                    "precision": 0
                                }
                            },
                            "localized": "string"
                        }
                    ]
                }
            ],
            "cpu_series": "string",
            "supported_releases": [
                "string"
            ],
            "vcg_link": "string",
            "notes": [
                {
                    "id": "string",
                    "default_message": "string",
                    "args": [
                        "string"
                    ],
                    "params": {
                        "params": {
                            "s": "string",
                            "dt": "string",
                            "i": 0,
                            "d": "number",
                            "l": {
                                "id": "string",
                                "params": {
                                    "params": "Std_LocalizationParam Object"
                                }
                            },
                            "format": "string",
                            "precision": 0
                        }
                    },
                    "localized": "string"
                }
            ]
        }
    ],
    "model_compatibility": "string"
}
server
Required

The Server structure contains fields describing information about a server.

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

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.