IsListExist

Check if list exist in demisto lists.

python · Common Scripts

Details

IDIsListExist
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10404775
TagsCondition

README

Checks if a list exists in the Cortex XSOAR lists.

Script Data


Name Description
Script Type python3
Tags Condition

Inputs


Argument Name Description
listName The list name to check.

Outputs


There are no outputs for this script.

commonfields:
  id: IsListExist
  version: -1
name: IsListExist
script: ''
type: python
subtype: python3
tags:
- Condition
comment: Check if list exist in demisto lists.
enabled: true
args:
- name: listName
  description: List name to check.
scripttarget: 0
tests:
- No test
fromversion: 5.0.0
dockerimage: demisto/python3:3.12.13.10404775