Note
This plugin is part of the ibm.qradar collection (version 1.0.3).
To install it use: ansible-galaxy collection install ibm.qradar
.
To use it in a playbook, specify: ibm.qradar.offense_note
.
New in version 1.0.0: of ibm.qradar
Parameter | Choices/Defaults | Comments |
---|---|---|
id integer / required | Offense ID to operate on | |
note_text string / required | The note's text contents |
- 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
© 2012–2018 Michael DeHaan
© 2018–2021 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.11/collections/ibm/qradar/offense_note_module.html