MissingElements

Returns the list of missing elements from an input list of integers. e.g. [12,14,16] -> [13,15].

python · Community Common Scripts

Details

IDMissingElements
Languagepython
From Version6.10.0
Docker Imagedemisto/python3:3.12.13.10116658
TagsUtilities

README

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.
commonfields:
  id: MissingElements
  version: -1
name: MissingElements
script: ''
type: python
tags:
- Utilities
comment: |-
  Returns the list of missing elements from an input list of integers.

  e.g. [12,14,16] -> [13,15].
enabled: true
args:
- name: value
  required: true
  description: An input list of integers.
  isArray: true
- name: start
  description: Start of the range.
- name: end
  description: End of the range.
outputs:
- contextPath: MissingElements.output
  description: The missing elements from the input list of integers.
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.12.13.10116658
runas: DBotWeakRole
fromversion: 6.10.0
tests:
- No tests (auto formatted)