You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gns3-server/docs/api/examples/controller_post_projectspro...

24 lines
744 B

curl -i -X POST 'http://localhost:3080/v2/projects/18630a34-149b-490d-ab50-348688301e2f/links/abe67842-50a7-42ae-a2ae-0c6b679abfe4/stop_capture' -d '{}'
POST /v2/projects/18630a34-149b-490d-ab50-348688301e2f/links/abe67842-50a7-42ae-a2ae-0c6b679abfe4/stop_capture HTTP/1.1
{}
HTTP/1.1 201
Connection: close
Content-Length: 247
Content-Type: application/json
Date: Thu, 29 Jun 2017 15:07:53 GMT
Server: Python/3.6 GNS3/2.1.0dev1
X-Route: /v2/projects/{project_id}/links/{link_id}/stop_capture
{
"capture_file_name": null,
"capture_file_path": null,
"capturing": false,
"link_id": "abe67842-50a7-42ae-a2ae-0c6b679abfe4",
"link_type": "ethernet",
"nodes": [],
"project_id": "18630a34-149b-490d-ab50-348688301e2f"
}