1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-15 20:38:56 +00:00
gns3-server/docs/api/notifications/compute.updated.json

27 lines
591 B
JSON
Raw Normal View History

2016-06-30 08:55:47 +00:00
{
2016-08-29 13:58:29 +00:00
"capabilities": {
"node_types": [
"cloud",
"nat",
"ethernet_hub",
"ethernet_switch",
"vpcs",
"virtualbox",
"dynamips",
"frame_relay_switch",
"atm_switch",
"qemu",
"vmware"
],
"version": "2.0.0dev1"
},
"compute_id": "local",
"connected": true,
"cpu_usage_percent": 14.3,
"host": "localhost",
"memory_usage_percent": 81.2,
"name": "atlantis",
"port": 3080,
"protocol": "http",
"user": null
2016-06-30 08:55:47 +00:00
}