CollectorDetails.despatch table

The despatch table contains basic information about devices that have been detected by the collector finders. When data is placed in this table, the CollectorDetails agent automatically interrogates the network for more detailed device information.

Table 1. CollectorDetails.despatch database table schema 

Column name

Constraints

Data type

Description

m_UniqueAddress
  • PRIMARY KEY
  • 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_ManagerId

NOT NULL

Text

Identifies the manager of the device. Takes the value "" if device is accessed directly.

m_Name

Text

Unique name of an entity on the network.

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.

m_DespatchTime

Timestamp

Date and time the network was interrogated by the CollectorDetails agent.

m_ExtraInfo

Externally defined vblist data type

Object

Any extra information.