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.

string
vendor
Required

The name of the vendor.

string
cpu_series
Required

The CPU series name.

string
cpu_features
Required

The current CPU features.

bios
Required

The Firmware structure contains fields describing information about a firmware.