1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 09:58:55 +00:00
gns3-server/docs/api/notifications/link.updated.json
grossmj 0f496907a0 Fix API status code for start/stop/suspend/reload a node. Fixes #1353.
Fix issues with test.
Update documentation.
2018-06-14 16:39:32 +08:00

41 lines
1022 B
JSON

{
"capture_file_name": null,
"capture_file_path": null,
"capturing": false,
"filters": {
"frequency_drop": [
50
],
"latency": [
10
]
},
"link_id": "8382d2ec-103b-4255-8073-d6754b2f72fc",
"link_type": "ethernet",
"nodes": [
{
"adapter_number": 0,
"label": {
"text": "Hello",
"x": 64,
"y": 0
},
"node_id": "52e2c403-926e-470e-b27c-ae29c659ad72",
"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": "7c514eac-e305-4fe3-b9d4-35db2558c172",
"port_number": 4
}
],
"project_id": "3f20f6cd-0674-41da-9ed9-36fbf90b87d5",
"suspend": false
}