workingEntities.finalEntity table

The finalEntity table is a central repository for information about discovered entities.

Table 1. workingEntities.finalEntity 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_BaseName
  Text The name of the Base Entity for this device.
m_Creator

NOT NULL

Text Name of agent (or finder) that discovered the entity.
m_Description
  Text Description of the device, taken from the sysDescr MIB variable for the entity.
m_EntityType

Externally defined entityType data type

Integer Element type description of the discovered entity:
  • 0: Unknown type
  • 1: Base entity
  • 2: Local neighbor
  • 3: Remote neighbor
m_ExtraInfo

Externally defined vblist data type

Object Extra information requested by the agent.
m_HaveAccess

Externally defined Boolean data type

Boolean integer Flag indicating whether SNMP access to the device is available:
  • 1: SNMP access is available
  • 0: No SNMP Access
m_IsActive

Externally defined Boolean data type

Boolean Integer

Indicates whether the entity is active:

  • (2) Indicates that the entity is discovered but is not in scope. Entities that are not in scope are not monitored by Network Manager.
  • (1) Entity is active.
  • (0) Entity is inactive.
m_LocalNbr

Externally defined vblist data type

Object

Information about the local neighbor.

m_Name
  • PRIMARY KEY
  • NOT NULL
  • UNIQUE
Text

Unique name of the discovered entity.

m_ObjectId
  Text

Device class (a textual representation of the ASN.1 address).

m_UniqueAddress
  Text

IP address of the network entity.