gns3-server/docs/api/notifications/compute.updated.json

26 lines
616 B
JSON
Raw Normal View History

2016-06-30 11:55:47 +03:00
{
2016-08-29 16:58:29 +03:00
"capabilities": {
2016-09-27 18:15:40 +03:00
"node_types": [
"cloud",
"ethernet_hub",
"ethernet_switch",
"vpcs",
"virtualbox",
"dynamips",
"frame_relay_switch",
"atm_switch",
"qemu",
"vmware"
],
"version": "2.0.0dev1"
2016-08-29 16:58:29 +03:00
},
2016-09-27 18:15:40 +03:00
"compute_id": "72c86a69-66eb-4d45-bb3f-c0d8def749ec",
"connected": true,
"cpu_usage_percent": 17.5,
"host": "127.0.0.1",
"memory_usage_percent": 76.5,
"name": "http://127.0.0.1:3080",
"port": 3080,
"protocol": "http",
"user": null
2016-06-30 11:55:47 +03:00
}