mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 09:14:52 +02:00
16 lines
359 B
JSON
16 lines
359 B
JSON
|
{
|
||
|
"capabilities": {
|
||
|
"node_types": [],
|
||
|
"version": null
|
||
|
},
|
||
|
"compute_id": "my_compute_id",
|
||
|
"connected": false,
|
||
|
"cpu_usage_percent": null,
|
||
|
"host": "localhost",
|
||
|
"last_error": null,
|
||
|
"memory_usage_percent": null,
|
||
|
"name": "http://julien@localhost:84",
|
||
|
"port": 84,
|
||
|
"protocol": "https",
|
||
|
"user": "julien"
|
||
|
}
|