MarketplacePackInstaller Deprecated
Deprecated. Use ContentPackInstaller instead.
python · XSOAR CI/CD
Details
| ID | MarketplacePackInstaller |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/xsoar-tools:1.0.0.11807991 |
| Tags | configuration Content Management |
README
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: Information about the packs to install including pack ID and version. isArray: true name: packs_data required: true - description: The key in which the pack ID is stored. name: pack_id_key required: true - description: The key in which the pack version is stored. Enter "latest" to update all packs to the latest version. name: pack_version_key required: true commonfields: id: MarketplacePackInstaller version: -1 name: MarketplacePackInstaller comment: Deprecated. Use ContentPackInstaller instead. outputs: - contextPath: ConfigurationSetup.MarketplacePackInstaller.packname description: The name of the pack. type: Unknown - contextPath: ConfigurationSetup.MarketplacePackInstaller.packversion description: The version of the pack. type: Unknown - contextPath: ConfigurationSetup.MarketplacePackInstaller.installationstatus description: The installation status of the pack. type: Unknown script: '-' subtype: python3 deprecated: true tags: - configuration - Content Management timeout: 600ns type: python dockerimage: demisto/xsoar-tools:1.0.0.11807991 fromversion: 6.0.0 tests: - No tests (auto formatted)