Table that stores device configuration information
Data model

Fields
| Field |
Type |
Description |
| baseboard_manufacturer_id* |
INT |
Motherboard Manufacturer Identifier |
| baseboard_product |
NVARCHAR (510) |
Product name according to the motherboard |
| baseboard_serial |
NVARCHAR (510) |
Product Serial According to Motherboard |
| baseboard_tag |
NVARCHAR (510) |
Product tag according to motherboard |
| baseboard_version |
NVARCHAR (510) |
Product version according to motherboard |
| chassis_lock |
INT |
Chassis lock |
| chassis_manufacturer_id* |
INT |
Chassis Manufacturer Identifier |
| chassis_security |
NVARCHAR (510) |
Safety based on chassis information |
| chassis_serial |
NVARCHAR (510) |
Serial according to chassis information |
| chassis_tag |
NVARCHAR (510) |
Tag according to chassis information |
| chassis_type |
NVARCHAR (510) |
Chassis Type |
| chassis_version |
NVARCHAR (510) |
Version according to chassis information |
| device_id* |
INT |
Associated device identifier |
| system_id |
NVARCHAR (510) |
System Identifier Based on System Administration BIOS |
| system_manufacturer_id* |
INT |
System Manufacturer Identifier |
| system_product |
NVARCHAR (510) |
Product name according to BIOS system administration |
| system_serial |
NVARCHAR (510) |
System Serial According to System Administration BIOS |
| system_sku |
NVARCHAR (510) |
System SKUs according to BIOS system administration |
| system_version |
NVARCHAR (510) |
System version according to system administration BIOS |
| version |
NVARCHAR (510) |
Product BIOS System Management Version |
Primary Key
| PK_AAM_DEVICE_SETUP |
| device_id |
References