1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-25 01:38:08 +00:00
gns3-server/docs/api/examples/controller_post_projectsprojectidlinkslinkidstopcapture.txt
Julien Duponchelle 73c31b4b87
Update docs
2017-03-21 13:32:04 +01:00

24 lines
745 B
Plaintext

curl -i -X POST 'http://localhost:3080/v2/projects/ec55ad9d-ced7-4add-bb2f-3c940aca7c94/links/dee1b6ce-c548-4636-bbc3-5a98f0e05a47/stop_capture' -d '{}'
POST /v2/projects/ec55ad9d-ced7-4add-bb2f-3c940aca7c94/links/dee1b6ce-c548-4636-bbc3-5a98f0e05a47/stop_capture HTTP/1.1
{}
HTTP/1.1 201
Connection: close
Content-Length: 247
Content-Type: application/json
Date: Tue, 21 Mar 2017 09:31:58 GMT
Server: Python/3.6 GNS3/2.0.0dev11
X-Route: /v2/projects/{project_id}/links/{link_id}/stop_capture
{
"capture_file_name": null,
"capture_file_path": null,
"capturing": false,
"link_id": "dee1b6ce-c548-4636-bbc3-5a98f0e05a47",
"link_type": "ethernet",
"nodes": [],
"project_id": "ec55ad9d-ced7-4add-bb2f-3c940aca7c94"
}