Details
| ID | CustomPackInstaller |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/xsoar-tools:1.0.0.11807991 |
| Tags | configuration Content Management |
README
Custom Packs Installer for the Content Management pack.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | configuration, Content Management |
| Cortex XSOAR Version | 6.0.0 |
Used In
This script is used in the following playbooks and scripts.
- Configuration Setup
Inputs
| Argument Name | Description |
|---|---|
| pack_id | The ID of the pack to install. |
| skip_verify | if true will skip pack signature validation, Available from 6.5.0 server version. |
| skip_validation | if true will skip all pack validations, use this flag just to migrate from custom content entities to custom content packs, Available from 6.6.0 server version. |
Outputs
| Path | Description | Type |
|---|---|---|
| ConfigurationSetup.CustomPacks.installationstatus | The installtion status of the required pack. | Unknown |
args: - default: true description: The ID of the pack to install. name: pack_id required: true - auto: PREDEFINED defaultValue: "true" description: if true will skip pack signature validation, Available from 6.5.0 server version. name: skip_verify predefined: - "true" - "false" - auto: PREDEFINED defaultValue: "false" description: if true will skip all pack validations, use this flag just to migrate from custom content entities to custom content packs, Available from 6.6.0 server version. name: skip_validation predefined: - "true" - "false" commonfields: id: CustomPackInstaller version: -1 name: CustomPackInstaller comment: Custom Packs Installer for the Content Management pack. outputs: - contextPath: ConfigurationSetup.CustomPacks.installationstatus description: The installtion status of the required pack. type: Unknown script: '-' subtype: python3 tags: - configuration - Content Management timeout: '0' type: python dockerimage: demisto/xsoar-tools:1.0.0.11807991 tests: - No tests (auto formatted) fromversion: 6.0.0