ExecuteCommandAt
This Script is part of the Common Scripts Pack.#
Supported versions
Supported Cortex XSOAR versions: 6.10.0 and later.
A wrapper script for the executeCommandAt command to be used in playbooks or the war-room
Script Data#
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 6.0.0 |
Inputs#
| Argument Name | Description |
|---|---|
| incident_ids | The incident ids to run the command on. Can be passed in as CSV format for multiple. |
| command | The command name to run |
| arguments | The arguments to pass into the command. The format should be like: {"argument_name": "argument_value"} |
Outputs#
There are no outputs for this script.