2018-08-16 17:31:56 +03:00
curl -i -X POST 'http://localhost:3080/v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/docker/nodes/571caef6-e438-48d2-aaa7-88f5c0eed2c0/adapters/0/ports/0/start_capture' -d '{"capture_file_name": "test.pcap", "data_link_type": "DLT_EN10MB"}'
2018-01-08 10:26:44 +02:00
2018-08-16 17:31:56 +03:00
POST /v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/docker/nodes/571caef6-e438-48d2-aaa7-88f5c0eed2c0/adapters/0/ports/0/start_capture HTTP/1.1
2018-01-08 10:26:44 +02:00
{
"capture_file_name": "test.pcap",
"data_link_type": "DLT_EN10MB"
}
HTTP/1.1 200
Connection: close
2018-06-14 11:39:31 +03:00
Content-Length: 94
2018-01-08 10:26:44 +02:00
Content-Type: application/json
2018-08-16 17:31:56 +03:00
Date: Thu, 16 Aug 2018 14:22:43 GMT
Server: Python/3.5 GNS3/2.2.0dev2
2018-01-08 10:26:44 +02:00
X-Route: /v2/compute/projects/{project_id}/docker/nodes/{node_id}/adapters/{adapter_number:\d+}/ports/{port_number:\d+}/start_capture
{
2018-08-16 17:31:56 +03:00
"pcap_file_path": "/tmp/pytest-of-grossmj/pytest-19/test_json4/tmp/captures/test.pcap"
2018-01-08 10:26:44 +02:00
}