Skip to main content

RetrievePlaybookDependencies

This Script is part of the Community Common Scripts Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.8.0 and later.

Retrieves all Playbook (and Sub-Playbook) names, Integrations, Automation Scripts, Commands and Lists for a provided Playbook name.

Script Data#


NameDescription
Script Typepython3

Inputs#


Argument NameDescription
playbook_nameName of Playbook

Outputs#


PathDescriptionType
RetrievePlaybookDependencies.Parent PlaybookName of parent playbook provided.Unknown
RetrievePlaybookDependencies.PlaybooksNames of all Playbooks and Sub-Playbooks used.Unknown
RetrievePlaybookDependencies.IntegrationsNames of all Integrations used.Unknown
RetrievePlaybookDependencies.AutomationsNames of all Automation Scripts used.Unknown
RetrievePlaybookDependencies.CommandsNames of all brandless Commands used.Unknown
RetrievePlaybookDependencies.ListsNames of all Lists used.Unknown
RetrievePlaybookDependencies.MarkdownStringMarkdown formatted string data of playbook dependencies.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.