Table that stores device ID settings
Data model
Fields
| Field | Type | Description |
|---|---|---|
| device_identifier* | VARCHAR (128) | Device Identifier for SNMP Protocol |
| discovery_model_id* | INT | SNMP Discovery Model Identifier |
| id* | INT | Unique identifier of the table |
Primary Key
| PK_ADM_SNMP_IDENTIFIER |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| discovery_model_id* | dbo.ADM_DISCOVERY_MODEL | id | FK01_ADM_SNMP_IDENTIFIER |