Table that stores the discovered value of custom oids
Data model
Fields
| Field | Type | Description |
|---|---|---|
| device_id* | INT | Device Identifier |
| id* | INT | Unique identifier of the table |
| label* | NVARCHAR (512) | Label associated with the custom oid |
| oid* | VARCHAR (128) | Oid identifier of the associated MIB base |
| value* | NVARCHAR (1024) | Value of the oid returning the discovery |
Primary Key
| PK_AAM_DEVICE_SNMP_DATA |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| device_id* | dbo.AAM_DEVICE | id | FK01_AAM_DEVICE_SNMP_DATA |