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