Settings_HardwareModuleDetails
Settings_HardwareModuleDetails
The HardwareModuleDetails structure contains information that provide more details about the a hardware module (e.g. BIOS, PCI device).
JSON Example
{
"component_class": "string",
"description": "string"
}
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
string
description
Optional
Descipription of the hardware module (e.g. "System BIOS" or "Frobozz 100Gb NIC"). unset if description is not specified.