ncimCache.domainMembers table
The ncimCache.domainMembers table shows the domain to which an entity belongs.
The following table shows the schema for the ncimCache.domainMembers database table.
Column name |
Constraints |
Data type |
Description |
---|---|---|---|
ENTITYID | NOT NULL | Integer | The identifier of an entity. Corresponds to entityId
in the domainMembers table
in the NCIM database. |
ENTITYNAME | NOT NULL | String | The name of the entity. |
MANUAL | Boolean | If the entity was added manually to the topology, this value is present and set to 1. | |
MSGTYPE | String | The name of the table within the domainMembers database. | |
domainMembers | NOT NULL | List of name/value pairs | A list of name/value pairs for the entity.
|
Format of the data in the ncimCache.domainMembers database table
The following example shows the format of the data in the ncimCache.domainMembers database table, as shown either using an OQL query, or as seen in the NCHOME/var/precision/Store.Cache.ncimCache.domainMembers.DOMAIN file.
{
ENTITYID=42739;
ENTITYNAME='my-device.mylab[ 0 [ 33 ] ]';
MSGTYPE='domainMembers';
domainMembers=[
{
DOMAINNAME='DOMAIN1';
}
];
}