dbModel.entityDetails table

The dbModel.entityDetails table defines extra information to be added to the EntityDetails table in the NCIM topology database.

The following table shows the schema for the dbModel.entityDetails database table.

Table 1. dbModel.entityDetails database table schema  

Column name

Constraints

Data type

Description

EntityType Primary Key Integer Any entities of this type will have the entityDetails field in NCIM enriched with the fields from EntityDetails. A single insert is allowed per entity type.
EntityDetails NOT NULL Object type vblist A list of key-value pairs that, if they are present, are inserted into the EntityDetails table in the NCIM topology database. Use this field to set multiple values for the same entity type.