Skip to main content

VectraDetectCloseDuplicateIncidents

This Script is part of the Vectra AI Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.5.0 and later.

This script closes duplicate incidents in XSOAR while resolving the assignment for the corresponding Vectra entity.

Script Data#


NameDescription
Script Typepython3
Cortex XSOAR Version6.5.0

Inputs#


Argument NameDescription
page_sizeSpecify the number of incidents to close during a single execution.
noteThe note to add to the closed incidents.
close_in_vectraIf set to true, the script will close the entity's assignment in Vectra platform. This option is supported only when instance of Vectra Detect integration is enabled.
incident_typesSpecify the incident type(s) to close duplicate incidents. Supports comma-separated values.

Outputs#


PathDescriptionType
VectraDetectIncidents.countThe total number of incidents.String
VectraDetectIncidents.closed_incident_idsThe IDs of the closed incidents.String
VectraDetectIncidents.has_more_incidentsWhether there are more incidents to close.Boolean