Expanse Load-Create List Deprecated

Deprecated. No available replacement. Sub-playbook to support Expanse Handle Incident playbook. Loads a list to be used in the Expanse playbook. Creates the list if it does not exist.

Cortex Xpanse by Palo Alto Networks (Deprecated) · 8 tasks · 2 inputs · 1 output

Inputs

  • ListName — Name of the list to load. List will be created if it does not exist or is empty.
  • ListValues — If the list does not exist or is empty, it will be created with these values. In case this input is empty, the default value would be "{}".

Outputs

  • ParsedList — Contents of parsed list.

Commands used

createList getList setList

Flowchart

YES yes Start Start List Exists? - IsListExist List Exists? IsListExist Load List - getList Load List getList Create List - createList Create List createList Set Context - Set Set Context Set Is List Empty? Is List Empty? Done Done Set Empty List - setList Set Empty List setList