send_custom_command_parallel
Execute SSH commands on multiple generic network devices simultaneously. Specify targets as IP-command pairs and set a global timeout.
Instructions
Execute SSH commands on multiple generic network devices in parallel.
⚠️ NOT for Palo Alto firewalls - use paloalto_send_command_parallel instead.
Args:
targets: List of {"ip": "192.168.1.1", "command": "show version"}
timeout: Global timeout in seconds (default: 30s)
Example:
[
{"ip": "192.168.1.1", "command": "show version"},
{"ip": "192.168.1.2", "command": "show ip route"}
]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targets | Yes | ||
| timeout | No |