Create or update a QRadar Offense Note
Version added: 1.0.0
- This module allows to create a QRadar Offense note
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
- Ansible Security Automation Team (@maxamillion) <https://github.com/ansible-security>