FindPlaybookCustomDependencies
Find custom scripts and integration dependencies used inside of playbooks.
python · Community Common Scripts
Details
| ID | FindPlaybookCustomDependencies |
|---|---|
| Language | python |
| From Version | 6.10.0 |
| Docker Image | demisto/python3:3.12.13.11879924 |
README
Find custom scripts and integration dependencies used inside of playbooks.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
Dependencies
This script uses the following commands and scripts.
- core-api-post
- Core REST API
Inputs
| Argument Name | Description |
|---|---|
| mode | Finds all the playbooks used by custom scripts and enabled integrations. |
Outputs
| Path | Description | Type |
|---|---|---|
| FindPlaybookCustomDependencies.CustomDependencies.CustomScripts | Context Path for the outputs of the playbooks using a custom script | Unknown |
| FindPlaybookCustomDependencies.CustomDependencies.CustomIntegrations | Context Path for the outputs of the playbooks using a custom integrations | Unknown |
args: - auto: PREDEFINED defaultValue: scripts description: Finds all the playbooks used by custom scripts and enabled integrations. name: mode predefined: - scripts - integrations required: true comment: Find custom scripts and integration dependencies used inside of playbooks. commonfields: id: FindPlaybookCustomDependencies version: -1 contentitemexportablefields: contentitemfields: fromServerVersion: '' dockerimage: demisto/python3:3.12.13.11879924 enabled: true engineinfo: {} name: FindPlaybookCustomDependencies outputs: - contextPath: FindPlaybookCustomDependencies.CustomDependencies.CustomScripts description: Context Path for the outputs of the playbooks using a custom script. - contextPath: FindPlaybookCustomDependencies.CustomDependencies.CustomIntegrations description: Context Path for the outputs of the playbooks using a custom integrations. runas: DBotWeakRole runonce: false script: '' scripttarget: 0 subtype: python3 tags: [] type: python fromversion: 6.10.0 tests: - No tests (auto formatted)