2016-05-12 11:39:50 +03:00
|
|
|
/v2/compute/projects/{project_id}/iou/nodes/{node_id}/adapters/{adapter_number:\d+}/ports/{port_number:\d+}/stop_capture
|
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
|
|
|
POST /v2/compute/projects/**{project_id}**/iou/nodes/**{node_id}**/adapters/**{adapter_number:\d+}**/ports/**{port_number:\d+}**/stop_capture
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2016-06-04 11:40:39 +03:00
|
|
|
Stop a packet capture on an IOU VM instance
|
2016-05-12 11:39:50 +03:00
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2016-06-04 11:40:39 +03:00
|
|
|
- **project_id**: Project UUID
|
2016-06-14 11:24:55 +03:00
|
|
|
- **adapter_number**: Adapter to stop a packet capture
|
|
|
|
- **port_number**: Port on the adapter (always 0)
|
2016-06-17 12:12:22 +03:00
|
|
|
- **node_id**: Node UUID
|
2016-05-12 11:39:50 +03:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **400**: Invalid request
|
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
- **204**: Capture stopped
|
|
|
|
- **409**: VM not started
|
|
|
|
|
|
|
|
Sample session
|
|
|
|
***************
|
|
|
|
|
|
|
|
|
|
|
|
.. literalinclude:: ../../../examples/compute_post_projectsprojectidiounodesnodeidadaptersadapternumberdportsportnumberdstopcapture.txt
|
|
|
|
|