parallel_operation
Execute network operations across multiple devices in parallel by automatically translating operation names to vendor-specific CLI commands.
Instructions
Run a vendor-mapped operation on multiple devices simultaneously.
Translates the operation name to the correct vendor CLI command for each device and runs them all in parallel.
Args: operation: Operation name (e.g. 'bgp_summary', 'interfaces') devices: Comma-separated device names. Empty = all devices. max_workers: Max concurrent threads (default: 10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | ||
| devices | No | ||
| max_workers | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |