HclServer
The Server structure contains fields describing information about a server.
Properties
string
cpu_features
Required
The current CPU features.
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
model_name
Required
The name of the server model (for example, “PowerEdge R740xd”).
string
vendor
Required
The name of the vendor (for example, “Dell”).
JSON Example
{
"bios": {
"version": "string"
},
"cpu_features": "string",
"cpu_series": "string",
"model_name": "string",
"vendor": "string"
}