Components installed with Metrics and CI Actions Framework
Several types of components are installed with activation of the Metrics and CI Actions Framework (sn_cimaf) application, including user roles and ServiceNow Store applications.
Note:
The Application Files table lists the components that are
installed with this application. For instructions on how to access this table, see Find components installed with an
application.
Roles installed
| Role title [name] | Description | Contains roles |
|---|---|---|
| Metrics and CI Actions user [sn_cimaf.sn_cimaf_read] |
Enables users to access and read Metric, Action Request and Action Output tables. Note: itil role contains this role. |
cmdb_read |
| Metrics and CI Actions admin [sn_cimaf.sn_cimaf_admin] |
Enables users with read and write access to all Metrics and CI Actions configuration tables. |
|
Tables installed
| Tables | Description |
|---|---|
| Provider [sn_cimaf_provider] |
List of providers such as Agent Client Collector (ACC) or Microsoft Endpoint Configuration Manager (MECM). |
| Metric Definition [sn_cimaf_metric_definition] |
List of metric definitions such as Asset usage, Running processes and so on. |
| Adapter Configuration [sn_cimaf_adapter_config] |
List of configurations for the adapter. You can define the provider such as Agent Client Collector (ACC) or Microsoft Endpoint Configuration Manager (MECM), query and transform flows or scripts. |
| Adapter Applicability Rule [sn_cimaf_adapter_applicability_rule] |
List of adapter applicability rules that enables you to configure on which CIs, the selected adapter configuration is applicable. |
| Provider Specific Adapter Configuration [sn_cimaf_provider_specific_adapter_config] |
List of adapter configuration for a specific provider such as Agent Client Collector (ACC) or Microsoft Endpoint Configuration Manager (MECM). |
| Collection Rule [sn_cimaf_collection_rule] |
List of collection rules that enables you to configure when the metrics should be auto-collected. |
| Collection Rule Metric Association [sn_cimaf_collection_rule_metric_asscn] |
List of records that are created for the association of the collection rules with metric definitions. |
| Metric [n_cimaf_metric] |
List of metrics fetched. The metric record contains the information such as metric definition, CI, timestamp and the actual metric payload. Note: This table is read only. |
| Action [sn_cimaf_action] |
List of CI actions such as End Process or Restart service and so on. |
| Action Role [sn_cimaf_action_role] |
List of roles required to access and execute the CI actions. Note: One CI action can be mapped to multiple roles. |
| User Criteria Action Inclusion [sn_cimaf_action_user_criteria_mtom] |
List of user criteria which are allowed to execute the CI Action. |
| User Criteria Action Exclusion [sn_cimaf_action_user_criteria_no_mtom] |
List of user criteria which aren’t allowed to execute the action. Note: This table is prioritized over the Action Role and User Criteria Action Inclusion configuration tables. |
| Action Configuration [sn_cimaf_action_config] |
List of action configurations applicable to CI. You can create multiple configurations for a CI action based on different providers or CI class. |
| Action Parameter [sn_cimaf_action_parameter] |
List of parameters required to execute the CI action. |
| Action Configuration Step [sn_cimaf_provider_specific_action_config] |
List of sequential steps to be executed for any Action Configuration. |
| Action Request [sn_cimaf_action_request] |
List of the CI action execution records. The record includes information such as parameters, CI details, and CI action and current status. Note: This table is read only. |
| Action Output [sn_cimaf_action_output] |
List of the CI action output records. Each record is linked to the record in action request table. The record includes information such as action request record, action configuration step, payload, state, and request
ID. Note: This table is read only. |