Hcl_Server

Hcl_Server
Hcl_Server

The Server structure contains fields describing information about a server.

JSON Example
{
    "model_name": "string",
    "vendor": "string",
    "cpu_series": "string",
    "cpu_features": "string",
    "bios": {
        "version": "string",
        "vendor": "string"
    }
}
string
model_name
Required

The name of the server model (for example, "PowerEdge R740xd").

string
vendor
Required

The name of the vendor (for example, "Dell").

string
cpu_series
Required

The CPU series name (for example, "Intel Xeon Gold 6100/5100, Silver 4100, Bronze 3100 (Skylake-SP) Series"). Note: This field is initialized with the CPU model name; it's updated to the actual CPU series later, based on recognizing one of the CPU series the server hardware is certified with in the VCG.s

string
cpu_features
Required

The current CPU features.

bios
Required

The Firmware structure contains fields describing information about a firmware.