run_vendor_operation
Run network operations like 'bgp_summary' or 'interfaces' on any vendor device by translating the operation name into the correct CLI command for that device.
Instructions
Run a named operation using the vendor-specific command mapping.
This automatically translates the operation name to the correct CLI command for the device's vendor. Use 'list_device_capabilities' to see available operations.
Args: device: Name of the device as defined in devices.yaml operation: Operation name (e.g., 'bgp_summary', 'interfaces', 'alarms')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |