mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-23 22:52:25 +00:00
925 B
925 B
/virtualbox/{uuid}/capture/{port_id:d+}/start ---------------------------------------------
POST /virtualbox/{uuid}/capture/{port_id:d+}/start
Start a packet capture on a VirtualBox VM instance
Parameters
- uuid: Instance UUID
- port_id: ID of the port to start a packet capture
Response status codes
- 200: Capture started
- 400: Invalid instance UUID
- 404: Instance doesn't exist
Input
Name | Mandatory | Type | Description |
---|---|---|---|
capture_filename | ✔ | string | Capture file name |