2016-06-04 08:40:39 +00: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
***** *****
2016-07-26 17:57:53 +00:00
- **project_id** : Project UUID
2016-08-15 10:08:59 +00:00
- **node_id** : Node UUID
2016-08-25 12:43:19 +00:00
- **adapter_number** : Adapter on the switch (always 0)
- **port_number** : Port on the switch
2016-06-04 08:40:39 +00:00
Response status codes
***** ***** ***** ***** **
- **400** : Invalid request
- **404** : Instance doesn't exist
- **204** : Capture stopped