Skip to main content
Splunk® SOAR (On-premises)

REST API Reference for Splunk SOAR (On-premises)

Splunk® SOAR (On-premises)
6.0.1
As of version 6.4.0, the visual editor for classic playbooks is no longer part of Splunk SOAR. Before upgrading, convert your classic playbooks to modern mode. Your classic playbooks will continue to run and you can view and edit them in the SOAR Python code editor.
For details, see:

REST Playbook

/rest/playbook

GET

Expand

Gets a playbook based on the name provided.

/rest/playbook/<id>

Retrieves or updates a playbook, based on its id.

Syntax

https://<username>:<password>@<host>/rest/playbook/<id>

GET

Expand

Gets the playbook corresponding to the id provided.

POST

Expand

Updates specific attributes of the playbook corresponding to the id provided.

/rest/import_playbook

POST

Expand

Imports a playbook.

For a workflow example using this API, see Use case: Export and import playbook in this article.

/rest/playbook/<id>/export

GET

Expand

Exports a playbook.

For a workflow example using this API, see Use case: Export and import playbook in this article.

/rest/playbook_resource_usage/<playbook_id>

GET

Expand

Gets the playbook run statistics for a specific playbook.

Use case: Export and import playbook

This sample workflow shows how to export a playbook from one Splunk SOAR (On-premises) instance to another or to back up and restore a playbook on the same Splunk SOAR (On-premises) instance.

You must have the base64 command line function for this workflow.

To export a playbook and then import it, follow these steps. Use the code samples linked in relevant sections of this article.

  1. Export the playbook by calling /rest/playbook/<id>/export API.
    If you already have a playbook TGZ file on your system, start with Step 2, using the existing playbook file.
  2. In a command line, enter this base64 command: base64 -i <downloaded or existing TGZ file>
  3. Copy the output for use in the next step.
  4. In the desired location, import the playbook you just downloaded using the /rest/import_playbook API. For the "playbook" field, use the output you copied in Step 3.
Last modified on 14 November, 2023
REST Notification   REST Roles and Permissions

This documentation applies to the following versions of Splunk® SOAR (On-premises): 6.0.0, 6.0.1, 6.0.2, 6.1.0, 6.1.1, 6.2.0, 6.2.1, 6.2.2, 6.3.0, 6.3.1, 6.4.0


Please expect delayed responses to documentation feedback while the team migrates content to a new system. We value your input and thank you for your patience as we work to provide you with an improved content experience!

Was this topic useful?







You must be logged into splunk.com in order to post comments. Log in now.

Please try to keep this discussion focused on the content covered in this documentation topic. If you have a more general question about Splunk functionality or are experiencing a difficulty with Splunk, consider posting a question to Splunkbase Answers.

0 out of 1000 Characters