2016-05-12 11:39:50 +03:00
|
|
|
/v2/projects/{project_id}/links/{link_id}/pcap
|
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
|
|
|
GET /v2/projects/**{project_id}**/links/**{link_id}**/pcap
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2018-11-20 08:04:27 +02:00
|
|
|
Stream the PCAP capture file from compute
|
2016-05-12 11:39:50 +03:00
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2016-10-20 11:54:07 +03:00
|
|
|
- **project_id**: Project UUID
|
2017-03-06 15:35:39 +02:00
|
|
|
- **link_id**: Link UUID
|
2016-05-12 11:39:50 +03:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
2016-06-04 11:40:39 +03:00
|
|
|
- **200**: File returned
|
2016-05-12 11:39:50 +03:00
|
|
|
- **403**: Permission denied
|
|
|
|
- **404**: The file doesn't exist
|
|
|
|
|