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.
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.
What's Next
- To make a copy in which you can modify the rules, see Cloning an OCI Responder Recipe.
- To modify a responder recipe, see Editing a User-Managed OCI Responder Recipe.
- To modify settings in a responder recipe's rules, see Editing Rule Settings in an OCI Responder Recipe.
- To delete a user-managed (cloned) responder recipe, see Deleting a User-Managed OCI Responder Recipe.