RetrievePlaybooksAndIntegrations Deprecated
Deprecated. Use RetrievePlaybookDependencies instead. Retrieves all Playbook (and Sub-Playbook) Names and Integrations for a provided Playbook name
python · Community Common Scripts
Details
| ID | RetrievePlaybooksAndIntegrations |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.10.12.63474 |
README
Deprecated. Use RetrievePlaybookDependencies instead. Retrieves all Playbook (and Sub-Playbook) names and Integrations for a provided Playbook name
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
Inputs
| Argument Name | Description |
|---|---|
| playbook_name | Name of Playbook |
Outputs
| Path | Description | Type |
|---|---|---|
| RetrievePlaybooksAndIntegrations.Playbooks | Names of all Playbooks and Sub-Playbooks used | Unknown |
| RetrievePlaybooksAndIntegrations.Integrations | Names of all Integrations used | Unknown |
Troubleshooting
Multi-tenant environments should be configured with the Cortex Rest API instance when using this
automation. Make sure the Use tenant parameter (in the Cortex Rest API integration) is checked
to ensure that API calls are made to the current tenant instead of the master tenant.
args: - description: Name of Playbook name: playbook_name required: true comment: Deprecated. Use RetrievePlaybookDependencies instead. Retrieves all Playbook (and Sub-Playbook) Names and Integrations for a provided Playbook name commonfields: id: RetrievePlaybooksAndIntegrations version: -1 contentitemexportablefields: contentitemfields: fromServerVersion: "" dockerimage: demisto/python3:3.10.12.63474 deprecated: true enabled: true name: RetrievePlaybooksAndIntegrations outputs: - contextPath: RetrievePlaybooksAndIntegrations.Playbooks description: Names of all Playbooks and Sub-Playbooks used - contextPath: RetrievePlaybooksAndIntegrations.Integrations description: Names of all Integrations used runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: [] type: python fromversion: 6.0.0 tests: - No tests (auto formatted)