For details, see:
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
Create a general note associated with a container.
POST
Create bulk container notes.
POST
Create an artifact note.
POST
Create a task note.
GET
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
List details of a single note by ID.
DELETE
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
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
Search notes with the query parameter.
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
Feedback submitted, thanks!