GetIdsFromCustomContent

Extract custom content IDs from custom content bundle file and exclude IDs as specified.

python · XSOAR CI/CD

Details

IDGetIdsFromCustomContent
Languagepython
From Version6.8.0
Docker Imagedemisto/xsoar-tools:1.0.0.11807991

README

Extract custom content IDs from custom content bundle file and exclude IDs as specified.

Script Data


Name Description
Script Type python3
Cortex XSOAR Version 6.8.0

Inputs


Argument Name Description
exclude_ids_list List of dictionaries of IDs to exclude in a JSON format (e.g., [{“job”: [“job1”, “job2”], “pack”: [“pack1”]}, {“job”: [“job3”]}]
file_entry_id The entry ID of the custom content tar file.

Outputs


Path Description Type
GetIdsFromCustomContent.included_ids Dictionary of IDs of custom content excluding the ones specified. Unknown
GetIdsFromCustomContent.excluded_ids Dictionary of IDs of custom content excluding the ones specified. Unknown
args:
- description: 'List of dictionaries of IDs to exclude in a JSON format (e.g., [{"job": ["job1", "job2"], "pack": ["pack1"]}, {"job": ["job3"]}].'
  name: exclude_ids_list
- description: The entry ID of the custom content tar file.
  name: file_entry_id
comment: Extract custom content IDs from custom content bundle file and exclude IDs as specified.
commonfields:
  id: GetIdsFromCustomContent
  version: -1
name: GetIdsFromCustomContent
outputs:
- contextPath: GetIdsFromCustomContent.included_ids
  description: Dictionary of IDs of custom content excluding the ones specified.
  type: Unknown
- contextPath: GetIdsFromCustomContent.excluded_ids
  description: Dictionary of IDs of custom content excluding the ones specified.
  type: Unknown
script: '-'
timeout: '0'
type: python
subtype: python3
dockerimage: demisto/xsoar-tools:1.0.0.11807991
fromversion: 6.8.0
tests:
- No tests (auto formatted)