Table that stores device models for discovery
Data model
Fields
Field | Type | Description |
---|---|---|
device_type_id* | INT | SNMP discovery device type identifier |
enabled* | BIT | Property to enable or disable model |
id* | INT | Unique identifier of the table |
last_update* | DATETIME | Latest model update |
manufacturer_id* | INT | Device Manufacturer Identifier |
name* | NVARCHAR (512) | Name that identifies model |
Primary Key
PK_ADM_DISCOVERY_MODEL |
---|
id |
References
Column | Referenced Table | Referenced column | Name |
---|---|---|---|
device_type_id* | dbo.AAM_DEVICE_TYPE | id | FK01_ADM_DISCOVERY_MODEL |
manufacturer_id* | dbo.AAM_MANUFACTURER | id | FK02_ADM_DISCOVERY_MODEL |