1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-14 10:00:58 +00:00
gns3-server/docs/api/examples/controller_post_projectsprojectidlinkslinkidstopcapture.txt

27 lines
817 B
Plaintext
Raw Normal View History

2019-10-23 14:00:00 +00:00
curl -i -X POST 'http://localhost:3080/v2/projects/50862b0c-b616-4811-af5c-7bd718d64a55/links/f1916402-d284-4f45-bf57-d49ca4cf333c/stop_capture' -d '{}'
2018-01-08 08:26:44 +00:00
2019-10-23 14:00:00 +00:00
POST /v2/projects/50862b0c-b616-4811-af5c-7bd718d64a55/links/f1916402-d284-4f45-bf57-d49ca4cf333c/stop_capture HTTP/1.1
2018-01-08 08:26:44 +00:00
{}
HTTP/1.1 201
Connection: close
2019-10-23 14:00:00 +00:00
Content-Length: 320
2018-01-08 08:26:44 +00:00
Content-Type: application/json
2019-10-23 14:00:00 +00:00
Date: Wed, 23 Oct 2019 13:43:36 GMT
Server: Python/3.6 GNS3/2.2.1dev1
2018-01-08 08:26:44 +00:00
X-Route: /v2/projects/{project_id}/links/{link_id}/stop_capture
{
2019-10-23 14:00:00 +00:00
"capture_compute_id": null,
2018-01-08 08:26:44 +00:00
"capture_file_name": null,
"capture_file_path": null,
"capturing": false,
"filters": {},
2019-10-23 14:00:00 +00:00
"link_id": "f1916402-d284-4f45-bf57-d49ca4cf333c",
2018-01-08 08:26:44 +00:00
"link_type": "ethernet",
"nodes": [],
2019-10-23 14:00:00 +00:00
"project_id": "50862b0c-b616-4811-af5c-7bd718d64a55",
2018-01-08 08:26:44 +00:00
"suspend": false
}