mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 17:24:51 +02:00
27 lines
591 B
JSON
27 lines
591 B
JSON
{
|
|
"capabilities": {
|
|
"node_types": [
|
|
"cloud",
|
|
"nat",
|
|
"ethernet_hub",
|
|
"ethernet_switch",
|
|
"vpcs",
|
|
"virtualbox",
|
|
"dynamips",
|
|
"frame_relay_switch",
|
|
"atm_switch",
|
|
"qemu",
|
|
"vmware"
|
|
],
|
|
"version": "2.0.0dev1"
|
|
},
|
|
"compute_id": "local",
|
|
"connected": true,
|
|
"cpu_usage_percent": 14.3,
|
|
"host": "localhost",
|
|
"memory_usage_percent": 81.2,
|
|
"name": "atlantis",
|
|
"port": 3080,
|
|
"protocol": "http",
|
|
"user": null
|
|
} |