ibm.qradar.offense_info – Obtain information about one or many QRadar Offenses, with filter options¶
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_info
.
New in version 1.0.0: of ibm.qradar
Synopsis¶
This module allows to obtain information about one or many QRadar Offenses, with filter options
Parameters¶
Notes¶
Note
You may provide many filters and they will all be applied, except for
id
as that will return only
Examples¶
- name: Get list of all currently OPEN IBM QRadar Offenses
ibm.qradar.offense_info:
status: OPEN
register: offense_list
- name: display offense information for debug purposes
debug:
var: offense_list
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Ansible Security Automation Team (@maxamillion) <https://github.com/ansible-security>