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 7f72b90b0e The server has now 2 notification streams
* A new one for controller related events (compute, appliance templates etc.)
* The existing one for project related events (links, nodes etc.)
2018-08-16 21:31:57 +07:00

41 lines
1022 B
JSON

{
"capture_file_name": null,
"capture_file_path": null,
"capturing": false,
"filters": {
"frequency_drop": [
50
],
"latency": [
10
]
},
"link_id": "873cfd7c-e61a-41c8-ac60-1068f67d2832",
"link_type": "ethernet",
"nodes": [
{
"adapter_number": 0,
"label": {
"text": "Hello",
"x": 64,
"y": 0
},
"node_id": "cbd224a2-fc0e-4a41-9dae-6ddd1b8ce297",
"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": "16dcbe64-5544-443b-bfed-798e6b89bd7d",
"port_number": 4
}
],
"project_id": "c12478fd-66df-4eac-ace8-fcd9aeb15028",
"suspend": false
}