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 - name: install_dependencies description: Whether to install the pack dependencies. defaultValue: 'true' auto: PREDEFINED predefined: - 'true' - 'false' commonfields: id: ContentPackInstaller version: -1 name: ContentPackInstaller comment: Content packs installer from marketplace. outputs: - contextPath: ContentPackInstaller.packname description: The name of the pack. type: Unknown - contextPath: ContentPackInstaller.packversion description: The version of the pack. type: Unknown - contextPath: ContentPackInstaller.installationstatus description: The installation status of the pack. type: Unknown script: '-' subtype: python3 tags: - configuration - Content Management timeout: 600ns type: python dockerimage: demisto/xsoar-tools:1.0.0.11807991 marketplaces: - xsoar - marketplacev2 - platform supportedModules: - agentix - cloud - cloud_runtime_security - cloud_posture - xsiam - edr tests: - ContentPackInstaller_Test fromversion: 6.0.0