mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-25 13:49:46 +00:00
525 B
525 B
/virtualbox/{uuid}/capture/{adapter_id:d+}/stop ---------------------------------------------
POST /virtualbox/{uuid}/capture/{adapter_id:d+}/stop ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Stop a packet capture on a VirtualBox VM instance
Parameters
- adapter_id: Adapter to stop a packet capture
- uuid: Instance UUID
Response status codes
- 400: Invalid instance UUID
- 404: Instance doesn't exist
- 204: Capture stopped