1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-25 01:38:08 +00:00
gns3-server/docs/api/examples/controller_get_projectsprojectidlinkslinkid.txt

49 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-03-30 08:56:26 +00:00
curl -i -X GET 'http://localhost:3080/v2/projects/2ad49559-0d08-4538-8d06-a6b69c5e57d2/links/44dc3840-41ab-4357-9f50-20e6291d873a'
2018-01-08 08:26:44 +00:00
2019-03-30 08:56:26 +00:00
GET /v2/projects/2ad49559-0d08-4538-8d06-a6b69c5e57d2/links/44dc3840-41ab-4357-9f50-20e6291d873a HTTP/1.1
2018-01-08 08:26:44 +00:00
HTTP/1.1 200
Connection: close
Content-Length: 916
Content-Type: application/json
2019-03-30 08:56:26 +00:00
Date: Sat, 30 Mar 2019 08:49:49 GMT
Server: Python/3.6 GNS3/2.2.0dev8
2018-01-08 08:26:44 +00:00
X-Route: /v2/projects/{project_id}/links/{link_id}
{
"capture_file_name": null,
"capture_file_path": null,
"capturing": false,
"filters": {},
2019-03-30 08:56:26 +00:00
"link_id": "44dc3840-41ab-4357-9f50-20e6291d873a",
2018-01-08 08:26:44 +00:00
"link_type": "ethernet",
"nodes": [
{
"adapter_number": 0,
"label": {
"text": "Text",
"x": 42,
"y": 0
},
2019-03-30 08:56:26 +00:00
"node_id": "6a004c91-7ec6-4b13-aec2-c5744331ecb7",
2018-01-08 08:26:44 +00:00
"port_number": 3
},
{
"adapter_number": 2,
"label": {
"rotation": 0,
"style": "font-size: 10; font-style: Verdana",
"text": "2/4",
"x": -10,
"y": -10
},
2019-03-30 08:56:26 +00:00
"node_id": "b7d6ea4c-64c7-4c40-8283-01d8bfc8d1c4",
2018-01-08 08:26:44 +00:00
"port_number": 4
}
],
2019-03-30 08:56:26 +00:00
"project_id": "2ad49559-0d08-4538-8d06-a6b69c5e57d2",
2018-01-08 08:26:44 +00:00
"suspend": false
}