Importing and Exporting Runbook Definitions

You can import and export RunbookClosed An automated workflow that executes a series of steps or tasks in response to a triggered event, such as the detection of anomalous behavior generating an incident, a lifecycle event, or a manually executed runbook. definitions via JSON file.

To import a Runbook definition:

  1. Click Import on the Runbooks page. The Import dialog appears, prompting you to choose a JSON file to import.

  2. Click Save to execute the import process. The new Runbook is listed on the Runbooks page.

To export a Runbook definintion:

  1. Click Export in the Runbook editor. The Runbook definition is shown as JSON code in the Export Runbook dialog.

  2. Click Copy to Clipboard to collect the JSON code.

  3. Paste the JSON code into an editor of your choice, and save it with a meaningful filename.