2015-02-04 11:31:31 +02:00
|
|
|
/v1/virtualbox/{uuid}/capture/{adapter_id:\d+}/stop
|
|
|
|
-----------------------------------------------------------
|
2015-02-03 22:27:15 +02:00
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
2015-02-04 11:31:31 +02:00
|
|
|
POST /v1/virtualbox/**{uuid}**/capture/**{adapter_id:\d+}**/stop
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2015-02-03 22:27:15 +02:00
|
|
|
Stop a packet capture on a VirtualBox VM instance
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
|
|
|
- **uuid**: Instance UUID
|
2015-02-04 03:44:04 +02:00
|
|
|
- **adapter_id**: Adapter to stop a packet capture
|
2015-02-03 22:27:15 +02:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **400**: Invalid instance UUID
|
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
- **204**: Capture stopped
|
|
|
|
|