1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-11 18:38:55 +00:00
gns3-server/docs/api/v1virtualboxuuidcaptureadapteriddstop.rst
Julien Duponchelle ca354ae7f2 Doc API V1
2015-02-04 10:31:31 +01:00

21 lines
573 B
ReStructuredText

/v1/virtualbox/{uuid}/capture/{adapter_id:\d+}/stop
-----------------------------------------------------------
.. contents::
POST /v1/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