VectraRUXGetIncidents
Get the incidents with the type Vectra RUX Events Detection.
python · Vectra RUX
Details
| ID | VectraRUXGetIncidents |
|---|---|
| Language | python |
| From Version | 6.10.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
README
Get the incidents with the type Vectra RUX Events Detection.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 6.10.0 |
Inputs
| Argument Name | Description |
|---|---|
| page | Provide the page number. A single page has a maximum of 50 incidents. |
| incident_type | The XSOAR incident type to search for inactive detections. Default is ‘Vectra RUX Events Detection’. |
Outputs
| Path | Description | Type |
|---|---|---|
| VectraRUXGetIncidents.id | Incident ID. | String |
| VectraRUXGetIncidents.name | Incident name. | String |
| VectraRUXGetIncidents.CustomFields.vectraruxdetectionid | Vectra RUX detection ID linked to this incident. | String |
commonfields: id: VectraRUXGetIncidents version: -1 name: VectraRUXGetIncidents script: '' type: python tags: [] comment: Get the incidents with the type Vectra RUX Events Detection. enabled: true args: - name: page description: Provide the page number. A single page has a maximum of 50 incidents. defaultValue: "0" - name: incident_type description: The XSOAR incident type to search for inactive detections. Default is 'Vectra RUX Events Detection'. defaultValue: Vectra RUX Events Detection outputs: - contextPath: VectraRUXGetIncidents.id description: Incident ID. type: String - contextPath: VectraRUXGetIncidents.name description: Incident name. type: String - contextPath: VectraRUXGetIncidents.CustomFields.vectraruxdetectionid description: Vectra RUX detection ID linked to this incident. type: String scripttarget: 0 subtype: python3 runonce: false dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole engineinfo: {} fromversion: 6.10.0 tests: - No tests (auto formatted)