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#
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | Utilities |
Inputs#
| Argument Name | Description |
|---|---|
| value | An input list of integers. |
| start | Start of the range. |
| end | End of the range. |
Outputs#
| Path | Description |
|---|---|
| MissingElements.output | The missing elements from the input list of integers. |