1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 18:08:55 +00:00
gns3-server/docs/api/notifications/compute.created.json

11 lines
256 B
JSON
Raw Normal View History

2016-06-30 08:55:47 +00:00
{
"compute_id": "my_compute",
"connected": false,
"cpu_usage_percent": null,
"host": "example.com",
"memory_usage_percent": null,
"name": "http://julien@example.com:84",
"port": 84,
"protocol": "http",
"user": "julien"
}