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)