mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-03-11 06:53:55 +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
- uuid: Instance UUID
- adapter_id: Adapter to stop a packet capture
Response status codes
- 400: Invalid instance UUID
- 404: Instance doesn't exist
- 204: Capture stopped