.. _ibm.qradar.rule_module:
***************
ibm.qradar.rule
***************
**Manage state of QRadar Rules, with filter options**
Version added: 1.0.0
.. contents::
:local:
:depth: 1
Synopsis
--------
- Manage state of QRadar Rules, with filter options
Parameters
----------
.. raw:: html
| Parameter |
Choices/Defaults |
Comments |
|
id
integer
|
|
Manage state of a QRadar Rule by ID
|
|
name
string
|
|
Manage state of a QRadar Rule by name
|
|
owner
string
|
|
Manage ownership of a QRadar Rule
|
|
state
string
/ required
|
Choices:
- enabled
- disabled
- absent
|
Manage state of a QRadar Rule
|
Examples
--------
.. code-block:: yaml+jinja
- name: Enable Rule 'Ansible Example DDoS Rule'
qradar_rule:
name: 'Ansible Example DDOS Rule'
state: enabled
Status
------
Authors
~~~~~~~
- Ansible Security Automation Team (@maxamillion)