mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 17:24:51 +02:00
11 lines
260 B
JSON
11 lines
260 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": "https",
|
||
|
"user": "julien"
|
||
|
}
|