HclServer

The Server structure contains fields describing information about a server.


Properties

bios Required

Currently installed BIOS of the server.


string
cpu_features Required

The current CPU features.


string
cpu_series Required

The CPU series name (for example, “Intel Xeon Gold 61005100, 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"
}

Feedback

Was this page helpful?