.. _ibm.qradar.offense_info_module:
***********************
ibm.qradar.offense_info
***********************
**Obtain information about one or many QRadar Offenses, with filter options**
Version added: 1.0.0
.. contents::
:local:
:depth: 1
Synopsis
--------
- This module allows to obtain information about one or many QRadar Offenses, with filter options
Parameters
----------
.. raw:: html
Parameter |
Choices/Defaults |
Comments |
assigned_to
string
|
|
Obtain only information of Offenses assigned to a certain user
|
closing_reason
string
|
|
Obtain only information of Offenses that were closed by a specific closing reason
|
closing_reason_id
integer
|
|
Obtain only information of Offenses that were closed by a specific closing reason ID
|
follow_up
boolean
|
|
Obtain only information of Offenses that are marked with the follow up flag
|
id
integer
|
|
Obtain only information of the Offense with provided ID
|
name
string
|
|
Obtain only information of the Offense that matches the provided name
|
protected
boolean
|
|
Obtain only information of Offenses that are protected
|
status
string
|
Choices:
open ←
- OPEN
- hidden
- HIDDEN
- closed
- CLOSED
|
Obtain only information of Offenses of a certain status
|