.. _ibm.qradar.offense_note_module: *********************** ibm.qradar.offense_note *********************** **Create or update a QRadar Offense Note** Version added: 1.0.0 .. contents:: :local: :depth: 1 Synopsis -------- - This module allows to create a QRadar Offense note Parameters ---------- .. raw:: html
Parameter Choices/Defaults Comments
id
integer / required
Offense ID to operate on
note_text
string / required
The note's text contents

Examples -------- .. code-block:: yaml+jinja - name: Add a note to QRadar Offense ID 1 ibm.qradar.offense_note: id: 1 note_text: This an example note entry that should be made on offense id 1 Status ------ Authors ~~~~~~~ - Ansible Security Automation Team (@maxamillion)