gns3-server/docs/api/examples/controller_post_projectsprojectidlinkslinkidstartcapture.txt

27 lines
820 B
Plaintext
Raw Normal View History

2019-10-23 14:00:00 +00:00
curl -i -X POST 'http://localhost:3080/v2/projects/c1079254-d96a-49e6-b45f-2f61f29d2f06/links/b7f973c5-29ae-4c73-9762-f606aedfec58/start_capture' -d '{}'
2018-01-08 08:26:44 +00:00
2019-10-23 14:00:00 +00:00
POST /v2/projects/c1079254-d96a-49e6-b45f-2f61f29d2f06/links/b7f973c5-29ae-4c73-9762-f606aedfec58/start_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}/start_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": "b7f973c5-29ae-4c73-9762-f606aedfec58",
2018-01-08 08:26:44 +00:00
"link_type": "ethernet",
"nodes": [],
2019-10-23 14:00:00 +00:00
"project_id": "c1079254-d96a-49e6-b45f-2f61f29d2f06",
2018-01-08 08:26:44 +00:00
"suspend": false
}