1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-11 10:28:56 +00:00
gns3-server/docs/api/notifications/compute.deleted.json

15 lines
334 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": [],
"version": null
},
2016-06-30 08:55:47 +00:00
"compute_id": "my_compute_id",
"connected": false,
"cpu_usage_percent": null,
2016-08-29 13:58:29 +00:00
"host": "localhost",
2016-06-30 08:55:47 +00:00
"memory_usage_percent": null,
2016-08-29 13:58:29 +00:00
"name": "http://julien@localhost:84",
2016-06-30 08:55:47 +00:00
"port": 84,
"protocol": "http",
"user": "julien"
}