Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Components related to CMDB 360

Several types of components are related to CMDB 360 (included in the com.snc.cmdb plugin), such as tables and properties.

Properties

Open the CMDB 360 Properties page by navigating to All > Configuration > CMDB 360 Properties. You can hover over the '?' icon for a property, to show property names.

You must have the cmdb_ms_admin role to modify property values.

PropertyDescription
glide.identification\_engine.multisource\_enabledEnables CMDB 360. - Type: true \| false - Default value: false - Location: CMDB 360 Properties page
glide.identification\_engine.multisource\_cmdb\_ci\_enabled​Enables capturing CMDB 360 data for CIs from CMDB classes \(derived from the cmdb\_ci class\). - Type: true \| false - Default value: true - Location: CMDB 360 Properties page
glide.identification\_engine.multisource\_non\_cmdb\_ci\_enabledEnables capturing CMDB 360 data for CIs from non-CMDB classes \(not derived from the cmdb\_ci class\). For example, the Serial Number \[cmdb\_serial\_number\] class, or the Software instance \[cmdb\_software\_instance\] class. - Type: true \| false - Default value: false - Location: CMDB 360 Properties page
glide.identification\_engine.multisource.query.batch.limit​Max number of items to show per query results page, in the CMDB 360 Report Builder. Changing the value of this property, might affect performance when running a query. - Type: numeric - Default value: 100 - Location: CMDB 360 Properties page
glide.identification\_engine.multisource.query.max.limit​

Max number of query results to show when you click Load All Results in the CMDB 360 Report Builder. Changing the value of this property, might affect performance when running a query.

  • Type: numeric
  • Default value: 10000
  • Location: CMDB 360 Properties page
glide.identification\_engine.multisource.recompute.max.ci.limitMax number of CIs that can be included in a CMDB 360 recompute operation. - Type: numeric - Default value: 100000 - Location: CMDB 360 Properties page
glide.cmdb.logger.source.cmdb\_multisource​

Enable logging for CMDB 360. CMDB 360 logs are stored in the Log [syslog] table with source set to "cmdb_multisource".

sn\_cmdb\_ws.ms.calculate\_cmdb\_only

Limits the scope of data in the Discovery sources tile in the CMDB 360 dashboard, to CMDB classes only (derived from the cmdb_ci class).

sn\_cmdb\_ws.ms.report\_class\_ci\_count\_max\_threshold

Threshold number of CMDB 360 records that when exceeded for a class, CMDB 360 Coverage charts in CMDB Workspaceand in Service Graph Workspace stop populating data for that class (CMDB or non-CMDB tables).

When the specified threshold number is reached for a class, the system creates a record in the CMDB 360 Analytics Skipped Class [sn_cmdb_ws_ms_skip_class] table causing that class to be skipped in future job runs.

Note: Managing class inclusion in the Coverage charts, by using this system property and the CMDB 360 Analytics Skipped Class [sn_cmdb_ws_ms_skip_class] table, can greatly decrease or increase performance of the Coverage chart job.

Tables

TableDescription
CMDB 360 Data\[cmdb\_multisource\_data\]CMDB 360 data store. Contains the raw data sent by all discovery sources.
CMDB MultiSource Column Metadata\[cmdb\_multisource\_column\_metadata\]Mapping of attributes for each class to floatable columns​. Used to improves performance of queries that involve high volumes of data​.
CMDB Multisource Queries \[cmdb\_multisource\_query\]CMDB 360 query definitions created by the user in CMDB Workspaceor in Service Graph Workspace.
Query Status\[cmdb\_multisource\_query\_status\]State of execution, of queries created in CMDB Workspaceor in Service Graph Workspace.
CMDB Multisource Query Results\[cmdb\_multisource\_query\_result\]​ ​Results for queries created in CMDB Workspaceor in Service Graph Workspace, configured with result type of CI records.​
CMDB Multisource Query Result Multisource Records \[cmdb\_multisource\_query\_result\_ms\_record\]Results for queries created in CMDB Workspaceor in Service Graph Workspace, configured with result type of CMDB 360 records.
CMDB Multisource Query Result Discovery Sources \[cmdb\_multisource\_query\_result\_disco\_source\]​Results for queries created in CMDB Workspaceor in Service Graph Workspace, configured with result type of Discovery source records.
CMDB MultiSource Recompute Task CIs\[cmdb\_multisource\_recomp\_task\_ci​\]All CIs that are involved in a recompute operation.​
CMDB Multisource Recompute Tasks\[cmdb\_multisource\_recomp\_task​\]Recomputation requests and progress status.
CMDB 360 denied classes\[cmdb\_multisource\_deny\_class\]Classes that are excluded from CMDB 360 data collection and processing. For any class with an active record, there won't be any data in the CMDB 360 Data \[cmdb\_multisource\_data\] table.
CMDB 360 Analytics Skipped Class\[sn\_cmdb\_ws\_ms\_skip\_class\]

Internally used to store records of classes for which the threshold number of CMDB 360 records, as set in the sn_cmdb_ws.ms.report_class_ci_count_max_threshold property, has exceeded. Classes in this table are excluded from the Coverage charts in CMDB Workspaceand in Service Graph Workspace.

You can set the Override class CI records population column for an excluded class to 'true', to include it in Coverage charts future computations.

Note: Managing class inclusion in the Coverage charts, by using this table and the sn_cmdb_ws.ms.report_class_ci_count_max_threshold system property, can greatly decrease or increase performance of the Coverage chart job.

Roles

RoleDescription
cmdb_ms_readCan access and run a CMDB 360 query but can't create a query. Contains cmdb_read role.
cmdb_ms_editorCan create and run a query, has full read and write access, but can't do Recompute. Contains cmdb_ms_read role.
cmdb_ms_adminCan create and run a query, and can modify CMDB 360 properties. Contains cmdb_ms_write role.