mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-18 06:18:08 +00:00
0f496907a0
Fix issues with test. Update documentation.
60 lines
1.6 KiB
Plaintext
60 lines
1.6 KiB
Plaintext
curl -i -X GET 'http://localhost:3080/v2/projects/7ab38231-b22e-4fd0-aee1-cb41c268c55f/links'
|
|
|
|
GET /v2/projects/7ab38231-b22e-4fd0-aee1-cb41c268c55f/links HTTP/1.1
|
|
|
|
|
|
|
|
HTTP/1.1 200
|
|
Connection: close
|
|
Content-Length: 1293
|
|
Content-Type: application/json
|
|
Date: Thu, 14 Jun 2018 08:35:14 GMT
|
|
Server: Python/3.5 GNS3/2.1.8dev1
|
|
X-Route: /v2/projects/{project_id}/links
|
|
|
|
[
|
|
{
|
|
"capture_file_name": null,
|
|
"capture_file_path": null,
|
|
"capturing": false,
|
|
"filters": {
|
|
"frequency_drop": [
|
|
50
|
|
],
|
|
"latency": [
|
|
10
|
|
]
|
|
},
|
|
"link_id": "c0c00ce2-d6b4-407e-b125-1723c3a8af93",
|
|
"link_type": "ethernet",
|
|
"nodes": [
|
|
{
|
|
"adapter_number": 0,
|
|
"label": {
|
|
"rotation": 0,
|
|
"style": "font-size: 10; font-style: Verdana",
|
|
"text": "0/3",
|
|
"x": -10,
|
|
"y": -10
|
|
},
|
|
"node_id": "5fd46ee8-414c-44c0-8bb9-c0e710d8513c",
|
|
"port_number": 3
|
|
},
|
|
{
|
|
"adapter_number": 2,
|
|
"label": {
|
|
"rotation": 0,
|
|
"style": "font-size: 10; font-style: Verdana",
|
|
"text": "2/4",
|
|
"x": -10,
|
|
"y": -10
|
|
},
|
|
"node_id": "22582b05-a01c-4010-9428-34c8c3b9dce0",
|
|
"port_number": 4
|
|
}
|
|
],
|
|
"project_id": "7ab38231-b22e-4fd0-aee1-cb41c268c55f",
|
|
"suspend": false
|
|
}
|
|
]
|