run_command
Execute a single command on multiple devices to automate network configuration and operational tasks.
Instructions
Run a single command against multiple devices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cmd | Yes | The command to run on the devices | |
| devices | Yes | The list of devices to run the command on |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | List of command execution results for each device |