1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-17 22:08:35 +00:00
gns3-server/docs/api/notifications/node.deleted.json

42 lines
1.0 KiB
JSON
Raw Normal View History

2016-06-30 08:55:47 +00:00
{
"command_line": null,
"compute_id": "example.com",
"console": null,
"console_host": "example.org",
"console_type": null,
2016-09-14 13:24:27 +00:00
"first_port_name": null,
2016-08-25 12:43:19 +00:00
"height": 59,
2016-06-30 08:55:47 +00:00
"label": {
2016-07-11 13:37:57 +00:00
"rotation": 0,
"style": "font-size: 10;font-familly: Verdana",
2016-07-22 11:54:57 +00:00
"text": "test",
2016-08-25 12:43:19 +00:00
"x": null,
"y": -40
2016-06-30 08:55:47 +00:00
},
"name": "test",
"node_directory": null,
2016-10-20 08:54:07 +00:00
"node_id": "ec5a58db-4d16-404d-8187-6fd42837b1ed",
2016-06-30 08:55:47 +00:00
"node_type": "vpcs",
2016-09-14 13:24:27 +00:00
"port_name_format": "Ethernet{0}",
"port_segment_size": 0,
"ports": [
{
"adapter_number": 0,
"data_link_types": {
"Ethernet": "DLT_EN10MB"
},
"link_type": "ethernet",
"name": "Ethernet0",
"port_number": 0,
"short_name": "e0/0"
}
],
2016-10-20 08:54:07 +00:00
"project_id": "784f3991-a161-4251-a6fd-c48f98535ef5",
2016-06-30 08:55:47 +00:00
"properties": {},
"status": "stopped",
"symbol": ":/symbols/computer.svg",
2016-08-25 12:43:19 +00:00
"width": 65,
2016-06-30 08:55:47 +00:00
"x": 0,
"y": 0,
"z": 0
}