Create a remediation catalog item

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 2 minutes de lecture
  • Create a custom remediation catalog item in Cloud Configuration Governance for the remediations that require additional input parameters to execute.

    Avant de commencer

    Role required: sn_itom_ccg.governor

    Pourquoi et quand exécuter cette tâche

    Some remediation actions require additional operational information, such as resource hardware type, to execute. For such cases, create a remediation catalog item with custom input parameters or variables, and associate it with the appropriate remediation action and violation type. After you create the remediation catalog item, a user with the sn_itom_ccg.ccg_operator role can use it to raise a remediation request.

    Procédure

    1. Navigate to All > Cloud Configuration Governance > Remediation Catalog.
    2. Open the CCG Remediation Default Catalog record.
    3. Select Copy to copy the catalog item.
    4. On the form, fill in the fields.
      Tableau 1. Record Producer form
      Field Description
      Name Name of the Cloud Configuration Governance catalog item.
      Table name The table in which the record producer creates records.

      Retain the default value.

      Owner Owner of the catalog item who has edit access to it​.
      Short description Business purpose of the remediation catalog item.

      Cloud Configuration Governance displays the short description to the operator.

      Activate Status of the catalog item.

      The copied catalog item is active by default.

    5. Select Update.
      The record producer creates the following items:
      • A Workflow Studio action named <Catalog item name>_Action.
      • A Workflow Studio subflow named <Catalog item name>_Subflow.
      • A remediation record for the catalog item. The remediation record is associated with the catalog item and the <Catalog item name>_Subflow.
    6. Facultatif : Define catalog item variables to collect additional information through the catalog item form.
      1. From the Variables related list, select New.
      2. On the form, fill in the fields.
        For more information on catalog variables, see Service catalog variables.
      3. Save the form.
    7. Associate the remediation catalog item with the violation type.
      1. On the Remediations related list, select New.
      2. Double-click the violation cell.
      3. Select the violation type.
      4. Select the save icon (Save icon.).
    8. Update the <Catalog item name>_Action to interact with the cloud resource.
      Cloud Configuration Governance uses Integration Hub action to execute the remediation on the cloud resource. As business needs dictate the remediation logic, the Record Producer only creates a boilerplate for the <Catalog item name>_Action. You must implement the <Catalog item name>_Action per the business needs.
      1. Navigate to All > Flow Designer.
      2. Select the Actions tab.
      3. Open the <Catalog item name>_Action.
      4. Refer to the cloud provider documentation and implement the <Catalog item name>_Action per the business needs of your organization.
        For more information on building Integration Hub actions, see Building custom actions.
      5. Save the updated <Catalog item name>_Action.
      6. Test the <Catalog item name>_Action.
        For more information, see Test an action.
      7. Publish the <Catalog item name>_Action.
    9. Associate the <Catalog item name>_Action with the <Catalog item name>_Subflow.
      Cloud Configuration Governance uses the Integration Hub subflows to trigger the Integration Hub action and process the returned data.
      1. Navigate to the Workflow Studio home page by selecting the flow designer home icon (Flow Designer home icon.).
      2. Select the Subflows tab.
      3. Open the <Catalog item name>_Subflow.
      4. Select Add an Action, Flow Logic, or Subflow.
      5. Select Action.
      6. Search for <Catalog item name>_Action and select the action.
      7. Add appropriate flow logic.
      8. Assign the output of the subflow to the output variable.
      9. Test the <Catalog item name>_Subflow.
      10. Publish the <Catalog item name>_Subflow to activate it.

    Que faire ensuite

    Run the remediation action to fix the identified violation. For more information, see Run remediation.