ListInstalledContentPacks
XSOAR Content Update Notifications Pack.#
This Script is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
This script will show all installed content packs and whether they have an update.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags |
#
DependenciesThis script uses the following commands and scripts.
- demisto-api-get
#
InputsArgument Name | Description |
---|---|
updates | Whether to only show packs that have updates available. |
#
OutputsPath | Description | Type |
---|---|---|
InstalledPacks.Name | Pack Name | string |
InstalledPacks.Version | Pack Version | string |
InstalledPacks.Update | Is there an update available | boolean |