W3cubDocs

/Ansible 2.10

ibm.qradar.qradar_offense_note – Create or update a QRadar Offense Note

Note

This plugin is part of the ibm.qradar collection.

To install it use: ansible-galaxy collection install ibm.qradar.

To use it in a playbook, specify: ibm.qradar.qradar_offense_note.

New in version 1.0.0: of ibm.qradar

Synopsis

  • This module allows to create a QRadar Offense note

Parameters

Parameter Choices/Defaults Comments
id
integer / required
Offense ID to operate on
note_text
string / required
The note's text contents

Examples

- name: Add a note to QRadar Offense ID 1
  ibm.qradar.offense_note:
    id: 1
    note_text: This an example note entry that should be made on offense id 1

Authors

© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.10/collections/ibm/qradar/qradar_offense_note_module.html