capture_network_traffic
Capture network traffic from virtual machines for analysis, monitoring, or security testing purposes. Specify VM, interface, duration, and optional filters to obtain downloadable traffic data.
Instructions
Capture network traffic on a VM.
Args: vm_name: VM name to capture traffic from interface: Network interface to capture on duration: Capture duration in seconds filter: Optional BPF filter expression user_id: Optional user ID (admin only)
Returns: Traffic capture result with download link
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm_name | Yes | ||
| interface | No | eth0 | |
| duration | No | ||
| filter | No | ||
| user_id | No |