CustomContentBundleWizardry

This automation accepts an XSOAR custom content bundle, and either returns a list of file names, or the files you want to the war room.

python · XSOAR - Simple Dev to Prod

Details

IDCustomContentBundleWizardry
Languagepython
From Version6.0.0
Docker Imagedemisto/python3:3.12.8.3296088
TagsUtility

README

This automation accepts an XSOAR custom content bundle, and either returns a list of file names, or the files you want to the war room.

Script Data


Name Description
Script Type python3
Tags Utility
Cortex XSOAR Version 6.0.0

Inputs


Argument Name Description
entry_id The EntryID of the custom content bundle from the war room.
action Whether to list the files in the bundle, or return the selected files to the war room.
file_names Array of file names to export, generated from the listfiles action.

Outputs


Path Description Type
CustomContent List of files in the custom content bundle Unknown
args:
- description: The EntryID of the custom content bundle from the war room.
  name: entry_id
  required: true
- auto: PREDEFINED
  defaultValue: listfiles
  description: Whether to list the files in the bundle, or return the selected files to the war room.
  name: action
  predefined:
  - listfiles
  - exportfiles
- description: Array of file names to export, generated from the listfiles action.
  isArray: true
  name: file_names
comment: This automation accepts an XSOAR custom content bundle, and either returns a list of file names, or the files you want to the war room.
commonfields:
  id: CustomContentBundleWizardry
  version: -1
dockerimage: demisto/python3:3.12.8.3296088
enabled: true
name: CustomContentBundleWizardry
outputs:
- contextPath: CustomContent
  description: List of files in the custom content bundle.
runas: DBotWeakRole
script: ''
scripttarget: 0
subtype: python3
tags:
- Utility
type: python
fromversion: 6.0.0
tests:
- No tests (auto formatted)