response_decision


Description

This table contains the snmpDetails response decisions. Whether the response is from a new or existing device. It is parent table that is partitioned over zone schema

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('zone.response_decision_id_seq'::regclass)

Unique identifier for response_decision record

zone_id int4 10 null
zone.id fk_rspdscn_zone R

Zone Id for response_decision record

nlshash text 2147483647 null

Sysname/syslocation/serial number for response_decision record

cmpinfhash text 2147483647 null

Composite hash of the individual interface key parameter hashes for response_decision record

iftable_id int4 10 null
iftable.id fk_rspdscn_iftable_id C

Iftable Id for response_decision record. It maps to zone.iftable.id. There should only be a unique iftable_id for every new device detected

decision bool 1 null

Decision made for response_decision record. True = response from an existing device/false = response from a new device

reason text 2147483647 null

Reasaon for the decision made for response_decision record

match_id int4 10 null

Id of matching response for response_decision record. Negative if from a new device

sysname text 2147483647 null

Sysname (if exists) used in nlshash for response_decision record

syslocation text 2147483647 null

Syslocation (if exists) used in nlshash for response_decision record

sn text 2147483647 null

Serial number (if exists) used in nlshash for response_decision record

created_at timestamp 29,6 now()

created_at timestamp when this record was created

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
pk_rspdscn Primary key Asc id
idx_rspdscn_cmpinfhash Performance Asc cmpinfhash
idx_rspdscn_nlshash Performance Asc nlshash

Relationships