1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-19 14:29:22 +00:00
gns3-server/docs/api/examples/controller_post_projectsprojectidlinkslinkidstopcapture.txt

27 lines
817 B
Plaintext
Raw Normal View History

2020-01-08 02:52:15 +00:00
curl -i -X POST 'http://localhost:3080/v2/projects/9e00a8c0-272a-4f23-8f5a-2eacfb8d1c24/links/655c1eb3-1d29-4556-bb96-2007a15dea0f/stop_capture' -d '{}'
2018-01-08 08:26:44 +00:00
2020-01-08 02:52:15 +00:00
POST /v2/projects/9e00a8c0-272a-4f23-8f5a-2eacfb8d1c24/links/655c1eb3-1d29-4556-bb96-2007a15dea0f/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
2020-01-08 02:52:15 +00:00
Date: Wed, 08 Jan 2020 02:27:58 GMT
Server: Python/3.6 GNS3/2.2.4dev1
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": {},
2020-01-08 02:52:15 +00:00
"link_id": "655c1eb3-1d29-4556-bb96-2007a15dea0f",
2018-01-08 08:26:44 +00:00
"link_type": "ethernet",
"nodes": [],
2020-01-08 02:52:15 +00:00
"project_id": "9e00a8c0-272a-4f23-8f5a-2eacfb8d1c24",
2018-01-08 08:26:44 +00:00
"suspend": false
}