MissingElements
Community Common Scripts Pack.#
This Script is part of theSupported 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 DataName | Description |
---|---|
Script Type | python3 |
Tags | Utilities |
#
InputsArgument Name | Description |
---|---|
value | An input list of integers. |
start | Start of the range. |
end | End of the range. |
#
OutputsPath | Description |
---|---|
MissingElements.output | The missing elements from the input list of integers. |