2018-11-28 09:12:57 +00:00
|
|
|
curl -i -X GET 'http://localhost:3080/v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/virtualbox/nodes/4fc74400-1849-44b6-b7dc-273152d79809'
|
2018-01-08 08:26:44 +00:00
|
|
|
|
2018-11-28 09:12:57 +00:00
|
|
|
GET /v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/virtualbox/nodes/4fc74400-1849-44b6-b7dc-273152d79809 HTTP/1.1
|
2018-01-08 08:26:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HTTP/1.1 200
|
|
|
|
Connection: close
|
2018-08-16 14:31:56 +00:00
|
|
|
Content-Length: 466
|
2018-01-08 08:26:44 +00:00
|
|
|
Content-Type: application/json
|
2018-11-28 09:12:57 +00:00
|
|
|
Date: Tue, 27 Nov 2018 15:09:11 GMT
|
2018-11-20 09:21:32 +00:00
|
|
|
Server: Python/3.6 GNS3/2.2.0dev5
|
2018-01-08 08:26:44 +00:00
|
|
|
X-Route: /v2/compute/projects/{project_id}/virtualbox/nodes/{node_id}
|
|
|
|
|
|
|
|
{
|
|
|
|
"adapter_type": "Intel PRO/1000 MT Desktop (82540EM)",
|
|
|
|
"adapters": 0,
|
|
|
|
"console": 5004,
|
|
|
|
"console_type": "telnet",
|
|
|
|
"headless": false,
|
|
|
|
"linked_clone": false,
|
|
|
|
"name": "VMTEST",
|
|
|
|
"node_directory": null,
|
2018-11-28 09:12:57 +00:00
|
|
|
"node_id": "4fc74400-1849-44b6-b7dc-273152d79809",
|
2018-08-16 14:31:56 +00:00
|
|
|
"on_close": "power_off",
|
2018-01-08 08:26:44 +00:00
|
|
|
"project_id": "a1e920ca-338a-4e9f-b363-aa607b09dd80",
|
|
|
|
"ram": 0,
|
|
|
|
"status": "stopped",
|
|
|
|
"use_any_adapter": false,
|
|
|
|
"vmname": "VMTEST"
|
|
|
|
}
|