Importing and Exporting Runbook Definitions
You can import and export Runbook
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:
-
Click Import on the Runbooks page. The Import dialog appears, prompting you to choose a JSON file to import.
-
Click Save to execute the import process. The new Runbook is listed on the Runbooks page.
To export a Runbook definintion:
-
Click Export in the Runbook editor. The Runbook definition is shown as JSON code in the Export Runbook dialog.
-
Click Copy to Clipboard to collect the JSON code.
-
Paste the JSON code into an editor of your choice, and save it with a meaningful filename.