ibm.qradar.offense_action module – Take action on a QRadar Offense
Note
This module is part of the ibm.qradar collection (version 4.0.0).
You might already have this collection installed if you are using the ansible package.
It is not included in ansible-core.
To check whether it is installed, run ansible-galaxy collection list.
To install it, use: ansible-galaxy collection install ibm.qradar.
To use it in a playbook, specify: ibm.qradar.offense_action.
Note
The ibm.qradar collection has been deprecated and will be removed from Ansible 13. See the discussion thread for more information.
New in ibm.qradar 1.0.0
Synopsis
- This module allows to assign, protect, follow up, set status, and assign closing reason to QRadar Offenses 
Aliases: qradar_offense_action
Parameters
| Parameter | Comments | 
|---|---|
| Assign to an user, the QRadar username should be provided | |
| Assign a predefined closing reason here, by name. | |
| Assign a predefined closing reason here, by id. | |
| Set or unset the flag to follow up on a QRadar Offense Choices: 
 | |
| ID of Offense | |
| Set or unset the flag to protect a QRadar Offense Choices: 
 | |
| One of “open”, “hidden” or “closed”. (Either all lower case or all caps) Choices: 
 | 
Notes
Note
- Requires one of - nameor- idbe provided
- Only one of - closing_reasonor- closing_reason_idcan be provided
