2016-06-04 08:40:39 +00:00
/v2/compute/projects/{project_id}/ethernet_switch/nodes/{node_id}/adapters/{adapter_number:\d+}/ports/{port_number:\d+}/start_capture
2016-04-18 14:58:06 +00:00
------------------------------------------------------------------------------------------------------------------------------------------
.. contents ::
2016-06-04 08:40:39 +00:00
POST /v2/compute/projects/**{project_id}** /ethernet_switch/nodes/**{node_id}** /adapters/**{adapter_number:\d+}** /ports/**{port_number:\d+}** /start_capture
2016-04-18 14:58:06 +00:00
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2016-06-04 08:40:39 +00:00
Start a packet capture on an Ethernet switch instance
2016-04-18 14:58:06 +00:00
Parameters
***** *****
2018-01-08 04:57:07 +00:00
- **adapter_number** : Adapter on the switch (always 0)
2018-06-14 08:39:31 +00:00
- **node_id** : Node UUID
- **project_id** : Project UUID
2018-01-08 08:26:44 +00:00
- **port_number** : Port on the switch
2016-04-18 14:58:06 +00:00
Response status codes
***** ***** ***** ***** **
- **200** : Capture started
- **400** : Invalid request
- **404** : Instance doesn't exist
Input
***** **
.. raw :: html
<table>
<tr> <th>Name</th> <th>Mandatory</th> <th>Type</th> <th>Description</th> </tr>
<tr><td>capture_file_name</td> <td>✔</td> <td>string</td> <td>Capture file name</td> </tr>
2017-03-06 13:35:39 +00:00
<tr><td>data_link_type</td> <td> </td> <td>enum</td> <td>Possible values: DLT_ATM_RFC1483, DLT_EN10MB, DLT_FRELAY, DLT_C_HDLC, DLT_PPP_SERIAL</td> </tr>
2016-04-18 14:58:06 +00:00
</table>