mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 17:24:51 +02:00
21 lines
676 B
ReStructuredText
21 lines
676 B
ReStructuredText
/v2/projects/{project_id}/links/{link_id}/pcap
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
.. contents::
|
|
|
|
GET /v2/projects/**{project_id}**/links/**{link_id}**/pcap
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
Stream the PCAP capture file from compute
|
|
|
|
Parameters
|
|
**********
|
|
- **project_id**: Project UUID
|
|
- **link_id**: Link UUID
|
|
|
|
Response status codes
|
|
**********************
|
|
- **200**: File returned
|
|
- **403**: Permission denied
|
|
- **404**: The file doesn't exist
|
|
|