2016-08-25 15:43:19 +03:00
|
|
|
/v2/compute/projects/{project_id}/nat/nodes/{node_id}/adapters/{adapter_number:\d+}/ports/{port_number:\d+}/stop_capture
|
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
|
|
|
POST /v2/compute/projects/**{project_id}**/nat/nodes/**{node_id}**/adapters/**{adapter_number:\d+}**/ports/**{port_number:\d+}**/stop_capture
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Stop a packet capture on a nat instance
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2018-01-08 06:57:07 +02:00
|
|
|
- **project_id**: Project UUID
|
2018-01-08 10:26:44 +02:00
|
|
|
- **node_id**: Node UUID
|
2018-01-08 06:57:07 +02:00
|
|
|
- **adapter_number**: Adapter on the nat (always 0)
|
2018-01-08 10:26:44 +02:00
|
|
|
- **port_number**: Port on the nat
|
2016-08-25 15:43:19 +03:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
2018-01-08 10:26:44 +02:00
|
|
|
- **204**: Capture stopped
|
2016-08-25 15:43:19 +03:00
|
|
|
- **400**: Invalid request
|
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
|