SettingsHardwareModuleDetails

The HardwareModuleDetails structure contains information that provide more details about the a hardware module (e.g. BIOS, PCI device).


Properties

component_class Required

The HardwareModuleClass structure contains the module’s source information.
SYSTEM_BIOS : System BIOS
PCI_DEVICE : PCI device
OTHER : Other (non-PCI) hardware

Possible values are: SYSTEM_BIOSPCI_DEVICEOTHER


string
description Optional

Descipription of the hardware module (e.g. “System BIOS” or “Frobozz 100Gb NIC”). unset if description is not specified.

JSON Example

{
	"component_class": "SYSTEM_BIOS"
}

Feedback

Was this page helpful?