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

35 lines
938 B
Plaintext
Raw Normal View History

2016-06-29 15:18:38 +03:00
curl -i -X GET 'http://localhost:3080/v2/projects/ea00a74f-7c47-428f-9a3c-83dd681d31da/links'
2016-06-04 11:40:39 +03:00
2016-06-29 15:18:38 +03:00
GET /v2/projects/ea00a74f-7c47-428f-9a3c-83dd681d31da/links HTTP/1.1
2016-06-04 11:40:39 +03:00
HTTP/1.1 200
CONTENT-LENGTH: 594
CONTENT-TYPE: application/json
DATE: Thu, 08 Jan 2015 16:09:15 GMT
SERVER: Python/3.5 GNS3/2.0.0dev1
X-ROUTE: /v2/projects/{project_id}/links
[
{
"capture_file_name": null,
"capture_file_path": null,
"capturing": false,
2016-06-29 15:18:38 +03:00
"link_id": "0edc474a-2ac1-4558-b366-b24676e52864",
2016-06-04 11:40:39 +03:00
"nodes": [
{
"adapter_number": 0,
2016-06-29 15:18:38 +03:00
"node_id": "2ba2088d-a4cb-4243-9421-2d9e9d119a4b",
2016-06-04 11:40:39 +03:00
"port_number": 3
},
{
"adapter_number": 2,
2016-06-29 15:18:38 +03:00
"node_id": "cba32dde-b445-43b5-83dc-e577409e49e4",
2016-06-04 11:40:39 +03:00
"port_number": 4
}
],
2016-06-29 15:18:38 +03:00
"project_id": "ea00a74f-7c47-428f-9a3c-83dd681d31da"
2016-06-04 11:40:39 +03:00
}
]