2016-06-04 11:40:39 +03:00
/v2/compute/projects/{project_id}/atm_relay_switch/nodes/{node_id}/adapters/{adapter_number:\d+}/ports/{port_number:\d+}/stop_capture
------------------------------------------------------------------------------------------------------------------------------------------
.. contents ::
POST /v2/compute/projects/**{project_id}** /atm_relay_switch/nodes/**{node_id}** /adapters/**{adapter_number:\d+}** /ports/**{port_number:\d+}** /stop_capture
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Stop a packet capture on an ATM switch 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 switch (always 0)
2018-01-08 10:26:44 +02:00
- **port_number** : Port on the switch
2016-06-04 11:40:39 +03:00
Response status codes
***** ***** ***** ***** **
2018-01-08 10:26:44 +02:00
- **204** : Capture stopped
2016-06-04 11:40:39 +03:00
- **400** : Invalid request
- **404** : Instance doesn't exist