mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-01 04:38:12 +00:00
21 lines
523 B
ReStructuredText
21 lines
523 B
ReStructuredText
|
/virtualbox/{uuid}/capture/{port_id:\d+}/stop
|
||
|
---------------------------------------------
|
||
|
|
||
|
.. contents::
|
||
|
|
||
|
POST /virtualbox/**{uuid}**/capture/**{port_id:\d+}**/stop
|
||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||
|
Stop a packet capture on a VirtualBox VM instance
|
||
|
|
||
|
Parameters
|
||
|
**********
|
||
|
- **port_id**: ID of the port to stop a packet capture
|
||
|
- **uuid**: Instance UUID
|
||
|
|
||
|
Response status codes
|
||
|
**********************
|
||
|
- **400**: Invalid instance UUID
|
||
|
- **404**: Instance doesn't exist
|
||
|
- **204**: Capture stopped
|
||
|
|