Skip to main content

MissingElements

This Script is part of the Community Common Scripts Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.10.0 and later.

Returns the list of missing elements from an input list of integers.

e.g. [12,14,16] -> [13,15]

Script Data#


NameDescription
Script Typepython3
TagsUtilities

Inputs#


Argument NameDescription
valueAn input list of integers.
startStart of the range.
endEnd of the range.

Outputs#


PathDescription
MissingElements.outputThe missing elements from the input list of integers.