mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-22 06:07:51 +00:00
923 B
923 B
/v2/compute/projects/{project_id}/virtualbox/nodes/{node_id}/adapters/{adapter_number:d+}/ports/{port_number:d+}/pcap
GET /v2/compute/projects/{project_id}/virtualbox/nodes/{node_id}/adapters/{adapter_number:d+}/ports/{port_number:d+}/pcap
Stream the pcap capture file
Parameters
- project_id: Project UUID
- node_id: Node UUID
- adapter_number: Adapter to steam a packet capture
- port_number: Port on the adapter (always 0)
Response status codes
- 200: File returned
- 403: Permission denied
- 404: The file doesn't exist