1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-22 05:51:17 +00:00
gns3-server/docs/api/examples/controller_get_projectsprojectidlinks.txt

35 lines
938 B
Plaintext
Raw Normal View History

2016-06-21 08:31:00 +00:00
curl -i -X GET 'http://localhost:3080/v2/projects/80f81c81-d238-4a09-a670-794128178633/links'
2016-06-04 08:40:39 +00:00
2016-06-21 08:31:00 +00:00
GET /v2/projects/80f81c81-d238-4a09-a670-794128178633/links HTTP/1.1
2016-06-04 08:40:39 +00: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-21 08:31:00 +00:00
"link_id": "5e7d101c-8d5c-4bac-85c2-9cbdc2805c54",
2016-06-04 08:40:39 +00:00
"nodes": [
{
"adapter_number": 0,
2016-06-21 08:31:00 +00:00
"node_id": "7844a33b-85e3-479d-8fc5-413ad3cace5f",
2016-06-04 08:40:39 +00:00
"port_number": 3
},
{
"adapter_number": 2,
2016-06-21 08:31:00 +00:00
"node_id": "f34ceed0-1d59-4d16-8eea-128120cbd331",
2016-06-04 08:40:39 +00:00
"port_number": 4
}
],
2016-06-21 08:31:00 +00:00
"project_id": "80f81c81-d238-4a09-a670-794128178633"
2016-06-04 08:40:39 +00:00
}
]