finders.processing table

The processing table contains a record of all the discovered entities that are currently being processed by DISCO. Any device that has been reported to the returns table and is awaiting the next action to take place has an entry in the processing table.

Table 1. finders.processing 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.