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.deleted.json
2016-06-30 11:08:01 +02:00

11 lines
259 B
JSON

{
"compute_id": "my_compute_id",
"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"
}