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

11 lines
256 B
JSON
Raw Normal View History

2016-06-30 11:55:47 +03: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"
}