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

15 lines
335 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-14 16:24:27 +03:00
"node_types": [],
"version": null
2016-08-29 16:58:29 +03:00
},
2016-09-14 16:24:27 +03:00
"compute_id": "my_compute_id",
"connected": false,
"cpu_usage_percent": null,
2016-08-29 16:58:29 +03:00
"host": "localhost",
2016-09-14 16:24:27 +03:00
"memory_usage_percent": null,
"name": "http://julien@localhost:84",
"port": 84,
"protocol": "https",
"user": "julien"
2016-06-30 11:55:47 +03:00
}