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
***** *****
2016-06-21 08:31:00 +00:00
- **project_id** : Project UUID
2016-06-21 08:47:22 +00:00
- **port_number** : Port on the switch
2016-06-17 09:12:22 +00:00
- **node_id** : Node UUID
2016-06-22 16:14:14 +00:00
- **adapter_number** : Adapter on the switch (always 0)
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>
2016-05-11 17:35:36 +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</td> </tr>
2016-04-18 14:58:06 +00:00
</table>