Hello, I've been tasked with having the results of a playbook show up as a note in a different phase.
Any instruction or ideas welcome.
Thanks so much.
@Ragamonster you will need to use REST to find the task you want to add the note to and then POST the note to that task.
https://docs.splunk.com/Documentation/SOARonprem/6.1.1/PlatformAPI/RESTNotes
Specifically look at the below:
You can do this using the HTTP app but I prefer using the sessions API as it's pre-authenticated and gives you a lot more control: https://docs.splunk.com/Documentation/SOARonprem/6.1.1/PlaybookAPI/SessionAPI
-- Hope this helps. If so please mark as a solution for future readers. Happy SOARing! --
What sorts of results are you trying to post as a note? You can plug just about anything you want into a utility block calling the add note function. You can insert a format block just before the note block and use its formatted_data (not formatted_data.*) output to make it look nicer or combine info from different sources.