mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 19:28:07 +00:00
22 lines
787 B
ReStructuredText
22 lines
787 B
ReStructuredText
/v1/projects/{project_id}/virtualbox/vms/{vm_id}/adapters/{adapter_id:\d+}/stop_capture
|
|
-----------------------------------------------------------------------------------------------------------------
|
|
|
|
.. contents::
|
|
|
|
POST /v1/projects/**{project_id}**/virtualbox/vms/**{vm_id}**/adapters/**{adapter_id:\d+}**/stop_capture
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
Stop a packet capture on a VirtualBox VM instance
|
|
|
|
Parameters
|
|
**********
|
|
- **vm_id**: UUID for the instance
|
|
- **project_id**: UUID for the project
|
|
- **adapter_id**: Adapter to stop a packet capture
|
|
|
|
Response status codes
|
|
**********************
|
|
- **400**: Invalid request
|
|
- **404**: Instance doesn't exist
|
|
- **204**: Capture stopped
|
|
|