VectraRUXLinkTicketDetections
Link the Detections which have the same External Reference ID.
python · Vectra RUX
Details
| ID | VectraRUXLinkTicketDetections |
|---|---|
| Language | python |
| From Version | 6.10.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | incident-action-button |
README
Link the Detections which have the same External Reference ID.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | incident-action-button |
| Cortex XSOAR Version | 6.10.0 |
Inputs
| Argument Name | Description |
|---|---|
| incident_external_reference_id | Incident External Reference ID. |
| incident_detection_id | Incident Detection ID. |
Outputs
There are no outputs for this script.
commonfields: id: VectraRUXLinkTicketDetections version: -1 name: VectraRUXLinkTicketDetections script: '' type: python tags: - incident-action-button comment: Link the Detections which have the same External Reference ID. enabled: true args: - name: incident_external_reference_id required: true description: Incident External Reference ID. - name: incident_detection_id required: true description: Incident Detection ID. 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)