IBM QRadar SOAR

IBM QRadar SOAR

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Attachment using the "Call REST API"

    Posted Wed February 06, 2019 04:12 PM
    Is it possible to send an attachment using the "Call REST API" function?
    For example, the attachment (s) that the task possesses when executing a manual action on the object "task".

    ------------------------------
    Juan Cruz Del Col
    Líder de Proyecto
    Xelere S.A.
    Buenos Aires, Argentina
    ------------------------------


  • 2.  RE: Attachment using the "Call REST API"

    Posted Thu February 07, 2019 05:29 AM
    The "Utilities: Call REST API" function accepts text in the 'rest_body' parameter. In combination with function "Utilities: Attachment to Base64" it could be used to post an attachment in Base64 format. The function "Utilities: Attachment to Base64" can be used to convert the attachment to base64 which can be used as input to to function "Utilities: Call REST API" for the rest_body parameter.

    ------------------------------
    JOHN PRENDERGAST
    ------------------------------