Skip to main content

DrawRelatedIncidentsCanvas

This Script is part of the Base Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.1.0 and later.

Draw incidents and indicators on the canvas to map and visualize their connections.

Script Data#


NameDescription
Script Typepython3
Cortex XSOAR Version6.1.0

Inputs#


Argument NameDescription
incidentIDIncident ID of the incident with which to update the canvas. If not specified, updates the current incident.
relatedIncidentsIDsIncident IDs to draw on the canvas and relate to the main incident. The format can be a list of IDs or comma-separated values.
indicatorsIndicators to draw on the canvas. The format is a list of indicator objects.
layoutThe canvas layout. Can be "multipartite", "shell", "spring", "kamada_kawai", or "circular".
overrideUserCanvasOverride the canvas if it exists.

Outputs#


There are no outputs for this script.