Listing OCI Detector Recipes and Getting Their Details
Sort and filter the list of available OCI detector recipes in Cloud Guard, and view details for a specific detector recipe.
Details for a Security Zone detector recipe can be viewed only from the detail page of the target to which the detector is attached. See Listing OCI Targets and Getting Their Details.
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
Detector Recipes
Use the oci cloud-guard detector-recipe get command and required parameters to get a specific detector recipe:
oci cloud-guard detector-recipe get --detector-recipe-id <detector_recipe_ocid> [OPTIONS]
Use the oci cloud-guard detector-recipe list command and required parameters to list all detector recipes:
oci cloud-guard detector-recipe list --compartment-id, -c <compartment_ocid> [OPTIONS]
Detector Recipe Rules
Use the oci cloud-guard detector-recipe-detector-rule get command and required parameters to get a specific rule in a detector recipe:
oci cloud-guard detector-recipe-detector-rule get --detector-recipe-id <detector_recipe_ocid> --detector-rule-id <detector_rule_id> [OPTIONS]
Use the oci cloud-guard detector-recipe-detector-rule list command and required parameters to list all the rules in a detector recipe:
oci cloud-guard detector-recipe-detector-rule list --compartment-id, -c <compartment_ocid> --detector-recipe-id <detector_recipe_ocid> [OPTIONS]
Detector Recipes
Run the GetDetectorRecipe operation to get a detector recipe.
Run the ListDetectorRecipes operation to list detector recipes.
Detector Recipe Rules
Run the GetDetectorRecipeDetectorRule operation to get a specific detector recipe.
Run the ListDetectorRecipeDetectorRules operation to list all the rules in a detector recipe.
What's Next
- To make a copy of a detector recipe in which you can customize more settings, see Cloning an OCI Detector Recipe.
- To modify a detector recipe, see Editing a User-Managed OCI Detector Recipe.
- To delete a user-managed (cloned) detector recipe, see Deleting a User-Managed OCI Detector Recipe.