details.returns table

The returns table holds detailed device information retrieved by the Details agent. Information inserted into this table is automatically processed by the stitchers so that the device connectivity can be discovered by the appropriate discovery agent.

Table 1. Details.returns database table schema 

Column name

Constraints

Data type

Description

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_Description
 

Text

Value of sysDescr MIB variable of the entity.

m_ExtraInfo

Externally defined vblist data type

Object

Any extra information.

m_HaveAccess

Externally defined Boolean data type

Integer

Flag indicating whether there is SNMP access to the device:
  • 1: Have access
  • 0: No access
m_LastRecord

Externally defined Boolean data type

Boolean integer

A flag indicating whether this is the last record for this entity (that is, whether the entity has been completely processed):
  • 1: True
  • 0: False
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_ObjectId
 

Text

Textual representation of the device class (an ASN.1 address).

m_Protocol
 

Integer

An integer representation of the IP protocol used by the presently-defined zone:
  • 1: IPv4
  • 2: IPv4 that has been through network address translation (NAT)
  • 3: IPv6
m_UniqueAddress

NOT NULL

Text

The IP address of the discovered network entity.

m_UpdAgent
 

Text

The agent that updated this device.