Skip to content

Latest commit

 

History

History
139 lines (108 loc) · 3.83 KB

ibm.qradar.rule_module.rst

File metadata and controls

139 lines (108 loc) · 3.83 KB

ibm.qradar.rule

Manage state of QRadar Rules, with filter options

Version added: 1.0.0

:Removed in collection release after 2024-09-01 :Why: Newer and updated modules released with more functionality. :Alternative: qradar_analytics_rules

  • Manage state of QRadar Rules, with filter options
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

- name: Enable Rule 'Ansible Example DDoS Rule'
  qradar_rule:
    name: 'Ansible Example DDOS Rule'
    state: enabled
  • This module will be removed in a release after 2024-09-01. [deprecated]
  • For more information see DEPRECATED.

Authors