2016-06-04 11:40:39 +03:00
/v2/compute/projects/{project_id}/ethernet_switch/nodes/{node_id}/adapters/{adapter_number:\d+}/ports/{port_number:\d+}/stop_capture
------------------------------------------------------------------------------------------------------------------------------------------
.. contents ::
POST /v2/compute/projects/**{project_id}** /ethernet_switch/nodes/**{node_id}** /adapters/**{adapter_number:\d+}** /ports/**{port_number:\d+}** /stop_capture
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Stop a packet capture on an Ethernet switch instance
Parameters
***** *****
2016-06-21 11:47:22 +03:00
- **port_number** : Port on the switch
2016-06-23 13:29:15 +03:00
- **project_id** : Project UUID
2016-06-17 12:12:22 +03:00
- **node_id** : Node UUID
2016-06-22 19:14:14 +03:00
- **adapter_number** : Adapter on the switch (always 0)
2016-06-04 11:40:39 +03:00
Response status codes
***** ***** ***** ***** **
- **400** : Invalid request
- **404** : Instance doesn't exist
- **204** : Capture stopped