finders.pending table

The pending table accepts device information when the returns table has been locked out by DISCO. The returns table has to be locked during data processing because even though the data collection stage has completed, it does not necessarily mean that all the devices on the network have been discovered.

Network entities that have been sent to the pending table are processed after the current discovery cycle has been completed.

Table 1. finders.pending database table schema 

Column name

Constraints

Data type

Description

m_UniqueAddress
  • PRIMARY KEY
  • UNIQUE
  • NOT NULL

Text

A string that uniquely identifies this entity. The content of this field is unconstrained, and might be an IP address or an element management system (EMS) key.

m_Name
 

Text

The unique name of the network entity.

m_Creator
 

Text

The finder that created this record in the table.

m_Protocol
 

Integer

An integer representation of the network protocol used by the presently-defined zone:
  • 0: Unknown
  • 1: IPv4
  • 2: IPv4 that has been through network address translation (NAT)
  • 3: IPv6
  • 4: Element Management System (EMS) key for a non-IP device
m_AddressSpace
 

Text

The name of the NAT address space to which the device belongs.

This value is set in the translations.NATAddressSpaceIds table. If the discovery is not using NAT, or if the device is in the public domain, this value is NULL.