External DocumentationTo learn more, visit the Wazuh Server documentation.
Actions
Run Command
Run an Active Response command on all agents or a list of them.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Agent IDs | A comma-separated list, without any whitespace before or after the commas, of agent IDs. All agents are selected by default. |
| Arguments | A comma-separated list, without any whitespace before or after the commas, of command arguments. |
| Command | The command running in the agent. Note: If this value starts with !, then it refers to a script name instead of a command name. |
| Pretty | Select to show results in human-readable format. |
| Wait For Complete | Select to disable timeout response. |
| Parameter | Description |
|---|---|
| Alert Data | Alert data depending on the active response command executed. |
{
"data": {
"affected_items": [
"001",
"002"
],
"total_affected_items": 2,
"total_failed_items": 0,
"failed_items": []
},
"message": "AR command was sent to all agents",
"error": 0
}
Was this page helpful?