1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-07 22:50:59 +00:00
gns3-server/docs/api/examples/controller_post_projectsprojectidlinkslinkidstopcapture.txt

26 lines
785 B
Plaintext
Raw Normal View History

2018-06-07 08:26:06 +00:00
curl -i -X POST 'http://localhost:3080/v2/projects/5aed0974-0961-443e-a197-6f0018aa492e/links/a0467017-8dbc-44eb-bbd8-04949cf9fb5c/stop_capture' -d '{}'
2018-01-08 08:26:44 +00:00
2018-06-07 08:26:06 +00:00
POST /v2/projects/5aed0974-0961-443e-a197-6f0018aa492e/links/a0467017-8dbc-44eb-bbd8-04949cf9fb5c/stop_capture HTTP/1.1
2018-01-08 08:26:44 +00:00
{}
HTTP/1.1 201
Connection: close
Content-Length: 288
Content-Type: application/json
2018-06-07 08:26:06 +00:00
Date: Thu, 07 Jun 2018 08:13:55 GMT
Server: Python/3.6 GNS3/2.1.7dev1
2018-01-08 08:26:44 +00:00
X-Route: /v2/projects/{project_id}/links/{link_id}/stop_capture
{
"capture_file_name": null,
"capture_file_path": null,
"capturing": false,
"filters": {},
2018-06-07 08:26:06 +00:00
"link_id": "a0467017-8dbc-44eb-bbd8-04949cf9fb5c",
2018-01-08 08:26:44 +00:00
"link_type": "ethernet",
"nodes": [],
2018-06-07 08:26:06 +00:00
"project_id": "5aed0974-0961-443e-a197-6f0018aa492e",
2018-01-08 08:26:44 +00:00
"suspend": false
}