ibm.qradar.rule_info – Obtain information about one or many QRadar Rules, 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.rule_info
.
New in version 1.0.0: of ibm.qradar
Parameters¶
Notes¶
Note
You may provide many filters and they will all be applied, except for
id
as that will return only the Rule identified by the unique ID provided.
Examples¶
- name: Get information about the Rule named "Custom Company DDoS Rule"
ibm.qradar.rule_info:
name: "Custom Company DDoS Rule"
register: custom_ddos_rule_info
- name: debugging output of the custom_ddos_rule_info registered variable
debug:
var: custom_ddos_rule_info
Authors¶
Ansible Security Automation Team (@maxamillion) <https://github.com/ansible-security>”