DrawRelatedIncidentsCanvas
Draw incidents and indicators on the canvas to map and visualize their connections.
python · Base
Details
| ID | DrawRelatedIncidentsCanvas |
|---|---|
| Language | python |
| From Version | 6.1.0 |
| Docker Image | demisto/sklearn:1.0.0.12545527 |
README
Draw incidents and indicators on the canvas to map and visualize their connections.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 6.1.0 |
Inputs
| Argument Name | Description |
|---|---|
| incidentID | Incident ID of the incident with which to update the canvas. If not specified, updates the current incident. |
| relatedIncidentsIDs | Incident IDs to draw on the canvas and relate to the main incident. The format can be a list of IDs or comma-separated values. |
| indicators | Indicators to draw on the canvas. The format is a list of indicator objects. |
| layout | The canvas layout. Can be “multipartite”, “shell”, “spring”, “kamada_kawai”, or “circular”. |
| overrideUserCanvas | Override the canvas if it exists. |
Outputs
There are no outputs for this script.
args: - description: Incident ID of the incident with which to update the canvas. If not specified, updates the current incident. name: incidentID - description: Incident IDs to draw on the canvas and relate to the main incident. The format can be a list of IDs or comma-separated values. isArray: true name: relatedIncidentsIDs - description: Indicators to draw on the canvas. The format is a list of indicator objects. isArray: true name: indicators - auto: PREDEFINED defaultValue: multipartite description: The canvas layout. Can be "multipartite", "shell", "spring", "kamada_kawai", or "circular". name: layout predefined: - multipartite - shell - spring - kamada_kawai - circular - auto: PREDEFINED defaultValue: 'false' description: Override the canvas if it exists. name: overrideUserCanvas predefined: - 'true' - 'false' comment: Draw incidents and indicators on the canvas to map and visualize their connections. commonfields: id: DrawRelatedIncidentsCanvas version: -1 enabled: true name: DrawRelatedIncidentsCanvas script: '-' subtype: python3 timeout: '0' type: python dockerimage: demisto/sklearn:1.0.0.12545527 runas: DBotWeakRole tests: - No tests (auto formatted) fromversion: 6.1.0 contentitemexportablefields: contentitemfields: fromServerVersion: 6.1.0 marketplaces: - xsoar