Listing Remediation Recipes

List remediation recipes.

The Remediation Recipes dashboard provides you with an overview of the remediation recipes in a selected compartment, including the state of each remediation recipe.

    1. Open the navigation menu and click Developer Services. Under App Dependency Management, click Remediation Recipes.
    2. The remediation recipes dashboard lists the remediation recipes contained in the selected compartment.
    The list displays 50 rows at a time. Use the buttons at the bottom of the table to move through the list. Click the header of a column to sort the list based on the title of the column. Use the text field at the upper right of the table to search the names of the table using a case-insensitive regular expression.
    For each remediation recipe, the table presents the following information:
    • Remediation recipe name.
    • Remediation recipe state. A remediation recipe can have the following state:
      • Active: The remediation recipe is ready to use.
      • Creating: The creation of the remediation recipe is requested but the operation hasn't yet completed.
      • Deleted: The remediation recipe is deleted. A deleted remediation recipe is kept for 90 days before it's permanently removed.
      • Deleting: The deletion of the remediation recipe is requested but the operation hasn't yet completed.
      • Failed: An error has occurred during an operation on the remediation recipe. The remediation recipe is in inconsistent state and can't run.
      • Inactive: The remediation recipe isn't ready to run.
      • Updating: An update operation is in progress.
    • Last Run Start: Timestamp indicating when the last run of the remediation recipe was started.
    • Last Run Stage: The last stage that the remediation run was reported in.
    • Last Run Status: The status of the last run that the remediation run was reported in.
    • Created: Timestamp indicating when the remediation recipe was created.
    Each row of the table includes a contextual menu that includes the following options:
    • Run the remediation recipe.
    • Move the remediation recipe to a different compartment.
    • Deactivate the remediation recipe.
    • Clone the remediation recipe.
    • Enable logging.
    • View the remediation recipe's tags.
    • Add tags to the remediation recipe.
    • Delete the remediation recipe.

    In the left-side panel, you can filter the remediation recipes based on the compartment or state of the remediation recipe.

  • Use the oci adm remediation-recipe list command and required parameters to retrieve a list of remediation recipes:

    oci adm remediation-recipe list [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Use the ListRemediationRecipes operation to retrieve a list of remediation recipes.