1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-12 02:48:55 +00:00
gns3-server/docs/api/notifications/compute.updated.json
2016-08-29 15:58:29 +02:00

27 lines
591 B
JSON

{
"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
}