IBM QRadar SOAR: Add a formated Note: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 July 2025

  • curprev 22:0122:01, 6 July 2025Ebasso talk contribs 766 bytes +1 No edit summary
  • curprev 22:0122:01, 6 July 2025Ebasso talk contribs 765 bytes +765 Created page with "<nowiki> results = playbook.functions.results.rest_response res = results.content.json if results.success: note = """ <h5> Information from XYZ</h5> ✅ Sucess on request to XYZ {res_id} XYZ Link: <a href="{res_link}">{res_link}</a> Status: {res_status} Severity: {res_severity} """.format( res_id = res["id"], res_link = res["oneLink"], res_status = res["status"], res_severity = res["severity"] ) else: note = "❌ An Error happ..."