Editing a User-Managed OCI Responder Recipe
You can edit the name, description, compartment, and assigned tags for a user-managed recipe in Cloud Guard. You can modify settings for rules in both user-managed and Oracle-managed recipes.
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Use the oci cloud-guard responder-recipe update command and required parameters to update a responder recipe:
oci cloud-guard responder-recipe update --display-name <display_name_text> --responder-recipe-id responder_recipe_ocid [OPTIONS]
Use the oci cloud-guard responder-recipe change-compartment command and required parameters to move a detector recipe to a different compartment:
oci cloud-guard responder-recipe change-compartment --compartment-id, -c <compartment_ocid> --responder-recipe-id <responder_recipe_ocid> [OPTIONS]
Use the UpdateResponderRecipe operation to update a responder recipe.
Use the ChangeResponderRecipeCompartment operation move a responder recipe to a different compartment.
What's Next
Ensure that you perform the following actions:
- Make any changes needed in responder rule settings at the recipe level, before adding the recipe to targets. See Editing Rule Settings in an OCI Responder Recipe.
- Add the responder recipe to all targets where you want it to be used. See Editing an OCI Target and Its Attached Recipes.
- Make any changes needed to customize responder rule settings for the target to which your responder recipe is added. See Editing Responder Rule Settings in an OCI Target's Recipes.