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

REST API Reference for Splunk SOAR (On-premises)

Splunk® SOAR (On-premises)
5.1.0
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:
This documentation does not apply to the most recent version of Splunk® SOAR (On-premises). For documentation on the most recent version, go to the latest release.

REST Note

Note endpoint to consolidate the note information that exists in multiple endpoints.

/rest/note

Create a note associated with a container.

Syntax

https://<username>:<password>@<host>/rest/note

POST

Expand

Create a general note associated with a container.

POST

Expand

Create bulk container notes.

POST

Expand

Create an artifact note.

POST

Expand

Create a task note.

GET

Expand

Get a list of all notes for all items.

/rest/note/<note_id>

List details of a single note.

Syntax

https://<username>:<password>@<host>/rest/note/<note_id>

GET

Expand

List details of a single note by ID.

DELETE

Expand

Delete a note by ID.

/rest/note optional filters

Filters for listing notes.

Syntax

https://<username>:<password>@<host>/rest/note?_filter_note_type

/rest/note?_filter_note_type=%22<artifact/task>%22

GET

Expand

List artifact and task notes.

/rest/note optional query parameters

Search notes with the query parameter.

Syntax

https://<username>:<password>@<host>/rest/note?search=<search+term>

/rest/note?search=<search+term>

GET

Expand

Search notes with the query parameter.

Last modified on 08 March, 2023
REST Tenant   REST Notification

This documentation applies to the following versions of Splunk® SOAR (On-premises): 5.1.0, 5.2.1, 5.3.1, 5.3.2, 5.3.3, 5.3.4, 5.3.5, 5.3.6, 5.4.0, 5.5.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