esx hcl: server

The server structure contains fields describing information about a server.

Representation:

{
    "model_name""string",
    "bios"{
        "vendor""string",
        "version""string"
    },
    "vendor""string",
    "cpu_features""string",
    "cpu_series""string"
}

Attributes:

Name Type Description
Required
model_name string The name of the server model.

vendor string The name of the vendor.

cpu_series string The CPU series name.

cpu_features string The current CPU features.

bios firmware Currently installed BIOS of the server.

bios.version string The version of the firmware.

Optional
bios.vendor string The vendor that produced the firmware.

Optional. If unset vendor is unknown.