2015-02-03 20:27:15 +00:00
|
|
|
/virtualbox/{uuid}/capture/{adapter_id:\d+}/start
|
|
|
|
---------------------------------------------
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
|
|
|
POST /virtualbox/**{uuid}**/capture/**{adapter_id:\d+}**/start
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Start a packet capture on a VirtualBox VM instance
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
|
|
|
- **uuid**: Instance UUID
|
2015-02-04 01:44:04 +00:00
|
|
|
- **adapter_id**: Adapter to start a packet capture
|
2015-02-03 20:27:15 +00:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **200**: Capture started
|
|
|
|
- **400**: Invalid instance UUID
|
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
|
|
|
|
Input
|
|
|
|
*******
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr> <th>Name</th> <th>Mandatory</th> <th>Type</th> <th>Description</th> </tr>
|
|
|
|
<tr><td>capture_filename</td> <td>✔</td> <td>string</td> <td>Capture file name</td> </tr>
|
|
|
|
</table>
|
|
|
|
|