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

Configure CI Actions

Configure the CI Action Framework to add a new CI action or modify an existing one.

Before you begin

Role required: sn_cimaf.sn_cimaf_admin

Procedure

  1. Navigate to All > Metrics and CI Actions Framework > Administration > Actions.

    This table contains the list of all CI actions.

  2. Create a CI Action.

    1. Select New to create a record.

      You can also select an existing action record to modify the record.

    2. On the Action form, fill in the fields.

      FieldDescription
      NameName of the CI action.
      CI ClassCI class for which the CI action is applicable, such as computer [cmdb_ci_computer].
      ActiveOption to activate the CI action.
      DescriptionBrief description of the CI action.
    3. Select Submit.

  3. On the Action Role related list, add a role.

    The Action Role related list contains the list of roles required to access and execute the CI actions.

    1. Select New.

    2. Choose a Role.

    3. Select Submit.

  4. On the User Criteria Action Inclusion related list, add a user criteria.

    The User Criteria Action Inclusion related list contains the list of user criteria that are allowed to execute the CI action.

    1. Select New.

    2. Choose a User Criteria.

    3. Select Submit.

  5. On the User Criteria Action Exclusion related list, add a user criteria.

    The User Criteria Action Exclusion related list contains the list of user criteria that aren’t permitted to execute the CI action.

    1. Select New.

    2. Choose a User Criteria.

    3. Select Submit.

  6. On the Action Configuration related list, create a record.

    The Action Configuration related list contains a list of action configurations applicable to CI. You can create multiple configurations for a CI action based on different providers or CI class.

    1. Select New to create a record.

      You can also select an existing action record to modify the action configuration record.

    2. On the Action Configuration form, fill in the fields.

FieldDescription
NameName of the action configuration for the CI action.
ProviderProvider for which you want to create the action configuration.
CI ClassCI class applicable to the action configuration.
Allow matching CI Class extensionOption to apply the configuration to the child of CI class, such as device or server.
CI ConditionCondition builder to configure the CIs where the action configuration is applicable.
Action TypeAction type that is used to execute the CI action. It can be a flow or a script.
Action execution flowA flow that is used to execute the CI action.
OrderSequence in which the configuration is applicable in case there are multiple configurations available for a CI action.Note: The first applicable adapter configuration that is based on the Order value is only considered for executing the CI action.
Duplicate request time limit \(seconds\)Sets the number of seconds to prevent the execution of duplicate action requests when one with the same parameters is already in progress.
3.  Select **Submit**.
  1. On the Action Configuration Step related list, create or modify a record.

    The Action Configuration Step related list contains the list of steps applicable for the action configuration.

    1. Select New to create a record.

      You can also select an existing record to modify the steps record.

      A list of provider-specific action configuration table is displayed, such as Agent Client Collector (ACC) Action Configuration and Microsoft Endpoint Configuration Manager (MECM) Action Configuration.

    2. Select the provider for which you want to create an adapter configuration.

      For example, ACC Action Configuration for Agent Client Collector for Investigation.

    3. On the Action configuration step form, fill in the fields.

FieldDescription
NameName of the step that you want to create for the action configuration.
ActiveOption to activate the action configuration step.
SequenceStep sequence that is executed if multiple steps exist for an action configuration record.
Check definitionCheck definition that is used for the execution and handling the output of the command. For example, remedial-action.Note: This is applicable only if the provider is Agent Client Collector for Investigation.
CommandCommand that is executed.Note: This field is applicable only if the provider is Agent Client Collector for Investigation.
Action InputInput parameters required by flow action.Note: This field is applicable only if the provider is Microsoft Endpoint Configuration Manager for Investigation.
Flow ActionMECM spoke flow action to perform the write operation on the MECM device.Note: This field is applicable only if the provider is Microsoft Endpoint Configuration Manager for Investigation.
Output Flow ActionMECM spoke flow action to look up the write operation response from the MECM server.Note: This field is applicable only if the provider is Microsoft Endpoint Configuration Manager for Investigation.
ValidateOption to validate the command.
Validation scriptScript that is run to check if the command has a valid execution and output. Note: This field is visible only if the Validate option is selected.
RunValues for how and when the command must be validated. You can select the following values:- Once: Validation must be run once. - Poll: Validation must be run more than once. Note: This field is visible only if the Validate option is selected.
Polling countMaximum number of times the validation is run for the command.Note: This field is visible only if Run field is set to Poll.
Polling intervalTime interval in which the validation must be rerun for the command execution.Note: This field is visible only if Run field is set to Poll.
  1. On the Action Parameter related list, create a record.

    The Action Parameter related list contains the list of parameters required to execute the CI action.

    1. Select New to create a record.

      You can also select an existing record to modify the parameter record.

    2. On the Action Parameter form, fill in the fields.

FieldDescription
TypeType of the parameter, such as integer or reference.Note: If you select reference, you must also specify the reference table.
LabelName of the parameter.
MandatoryOption to mark the applicability of the parameter as required.
ActiveOption to activate the action parameter.
Default value
Default valueDefault value of the parameter.
Choice list specification
ChoicesType of choice list that must be applicable for the parameter.Note: This field is enabled only if the Type field is set to Choice list.
3.  Select **Submit**.

What to do next

You must configure the Remedial Actions Framework. For more information, see Configure the Remedial Actions Framework.

Parent Topic:Setting up Investigation Framework in Service Operations Workspace