2016-03-07 16:57:12 +00:00
|
|
|
/v2/hypervisor/projects/{project_id}/docker/vms/{vm_id}/adapters/{adapter_number:\d+}/ports/{port_number:\d+}/start_capture
|
2016-03-07 14:01:35 +00:00
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
2015-04-07 14:09:27 +00:00
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
2016-03-07 16:57:12 +00:00
|
|
|
POST /v2/hypervisor/projects/**{project_id}**/docker/vms/**{vm_id}**/adapters/**{adapter_number:\d+}**/ports/**{port_number:\d+}**/start_capture
|
2016-03-07 14:01:35 +00:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2015-04-07 14:09:27 +00:00
|
|
|
Start a packet capture on a IOU VM instance
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2016-03-11 14:21:21 +00:00
|
|
|
- **project_id**: UUID for the project
|
|
|
|
- **port_number**: Port on the adapter
|
2015-07-09 14:16:43 +00:00
|
|
|
- **vm_id**: UUID for the instance
|
2016-03-07 14:01:35 +00:00
|
|
|
- **adapter_number**: Adapter to start a packet capture
|
2015-04-07 14:09:27 +00:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **200**: Capture started
|
|
|
|
- **400**: Invalid request
|
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
- **409**: VM not started
|
|
|
|
|
|
|
|
Input
|
|
|
|
*******
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr> <th>Name</th> <th>Mandatory</th> <th>Type</th> <th>Description</th> </tr>
|
|
|
|
<tr><td>capture_file_name</td> <td>✔</td> <td>string</td> <td>Capture file name</td> </tr>
|
2016-03-04 16:50:17 +00:00
|
|
|
<tr><td>data_link_type</td> <td> </td> <td>string</td> <td>PCAP data link type</td> </tr>
|
2015-04-07 14:09:27 +00:00
|
|
|
</table>
|
|
|
|
|
|
|
|
Sample session
|
|
|
|
***************
|
|
|
|
|
|
|
|
|
2016-03-07 14:01:35 +00:00
|
|
|
.. literalinclude:: ../../../examples/hypervisor_post_projectsprojectiddockervmsvmidadaptersadapternumberdportsportnumberdstartcapture.txt
|
2015-04-07 14:09:27 +00:00
|
|
|
|