Listing OCI Responder Recipes and Getting Their Details

Sort and filter the list of OCI responder recipes available in Cloud Guard, and view details for a specific OCI responder recipe.

    1. Open the navigation menu and click Identity & Security. Under Cloud Guard, click Responder recipes.

      On the Responder recipes page, the column headers provide summary information about the responder recipes:

      • Recipe name: The name of the responder recipe, linked to the recipe details page.
      • Oracle managed: Indicates whether the responder recipe is Oracle-managed.
      • Created: The date the responder recipe was created.
      Note

      If you haven't yet cloned the OCI Responder Recipe (Oracle Managed), that is the only recipe that appears in the list.
    2. To ensure the page displays all available items in the list, under Scope, set the value of Compartment to the tenancy's root compartment and select Include child compartments.
    3. To filter the list, you can:
      • In the Filter by … name box at top right, enter a text string.

        Only names that contain that text that you type, anywhere in the name, now appear in the list.

      • To filter the list by tags, follow these steps:
        1. To the right of Tag filters in the lower-left side of the page, click the add link.
        2. In the Apply tag filter dialog box, select a Tag namespace. If you want to manually enter a tag, select None (free-form tag).
        3. Select or enter a Tag key.
        4. For Tag value, select one of the following options:
          • Select Match any value if you want any tag value to count as a match.
          • Select Specify matching values and manually enter values, separated by commas, if you want only the values that you enter to count as a match.
          • To add more values for this tag, click the plus sign (+).
        5. Click Apply filter.
    4. To view the details page for a specific item, click its link in the Recipe name column.
    5. To view the OCID for the recipe, click Show next to OCID row on the Details tab.
    6. If the recipe is user-managed, view tags that have been assigned to the recipe by clicking the Tags tab.

      Tagging isn't supported in Oracle-managed recipes.

    7. In the Responder rules section, use the column headers to identify the information shown:
      • Responder rules: The name of each responder rule in the recipe.
      • Type: The rule type.
        • NOTIFICATION rules send a notification when a violation occurs.
        • REMEDIATION rules remediate the violation.
      • Status: Each rule can be Enabled or Disabled independently.
      • Conditional group: Indicate whether conditions are configured for the rule.
    8. To show summary information for a responder rule, click the Expand icon Image of Expand icon at the right end of its row.
    9. To show configuration information for a responder rule, open its Actions menu Image of Action menu, and select Edit.
  • For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

    Responder Recipes

    Use the oci cloud-guard responder-recipe get command and required parameters to get a specific responder recipe:

    oci cloud-guard responder-recipe get --responder-recipe-id <responder_recipe_ocid> [OPTIONS]

    Use the oci cloud-guard responder-recipe list command and required parameters to list all responder recipes:

    oci cloud-guard responder-recipe list --compartment-id, -c <compartment_ocid> [OPTIONS]

    Responder Recipe Rules

    Use the oci cloud-guard responder-recipe-responder-rule get command and required parameters to get a specific rule in a responder recipe:

    oci cloud-guard responder-recipe-responder-rule get --responder-recipe-id <responder_recipe_ocid> --responder-rule-id <responder_rule_id> [OPTIONS]

    Use the oci cloud-guard responder-recipe-responder-rule list command and required parameters to list all the rules in a responder recipe:

    oci cloud-guard responder-recipe-responder-rule list --compartment-id, -c <compartment_ocid> --responder-recipe-id <responder_recipe_ocid> [OPTIONS]
  • Responder Recipes

    Run the GetResponderRecipe operation to get a responder recipe.

    Run the ListResponderRecipes operation to list responder recipes.

    Responder Recipe Rules

    Run the GetResponderRecipeResponderRule operation to get a specific rule in a responder recipe.

    Run the ListResponderRecipeResponderRules operation to list all the rules in a responder recipe.