2016-09-27 18:15:40 +03:00
|
|
|
curl -i -X PUT 'http://localhost:3080/v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/virtualbox/nodes/35e77f7c-5e4c-4e39-a025-aee0a65bc77d' -d '{"console": 5723, "name": "test"}'
|
2016-05-12 11:39:50 +03:00
|
|
|
|
2016-09-27 18:15:40 +03:00
|
|
|
PUT /v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/virtualbox/nodes/35e77f7c-5e4c-4e39-a025-aee0a65bc77d HTTP/1.1
|
2016-05-12 11:39:50 +03:00
|
|
|
{
|
2016-09-27 18:15:40 +03:00
|
|
|
"console": 5723,
|
2016-05-12 11:39:50 +03:00
|
|
|
"name": "test"
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
HTTP/1.1 200
|
2016-09-27 18:15:40 +03:00
|
|
|
Content-Length: 469
|
|
|
|
Content-Type: application/json
|
|
|
|
Date: Tue, 27 Sep 2016 10:01:14 GMT
|
|
|
|
Server: Python/3.5 GNS3/2.0.0dev1
|
|
|
|
X-Route: /v2/compute/projects/{project_id}/virtualbox/nodes/{node_id}
|
2016-05-12 11:39:50 +03:00
|
|
|
|
|
|
|
{
|
|
|
|
"acpi_shutdown": false,
|
|
|
|
"adapter_type": "Intel PRO/1000 MT Desktop (82540EM)",
|
|
|
|
"adapters": 0,
|
2016-09-27 18:15:40 +03:00
|
|
|
"console": 5723,
|
2016-05-12 11:39:50 +03:00
|
|
|
"enable_remote_console": false,
|
|
|
|
"headless": false,
|
2016-07-14 16:31:49 +03:00
|
|
|
"linked_clone": false,
|
2016-05-12 11:39:50 +03:00
|
|
|
"name": "test",
|
2016-06-04 11:40:39 +03:00
|
|
|
"node_directory": null,
|
2016-09-27 18:15:40 +03:00
|
|
|
"node_id": "35e77f7c-5e4c-4e39-a025-aee0a65bc77d",
|
2016-05-12 11:39:50 +03:00
|
|
|
"project_id": "a1e920ca-338a-4e9f-b363-aa607b09dd80",
|
|
|
|
"ram": 0,
|
2016-06-04 11:40:39 +03:00
|
|
|
"status": "stopped",
|
2016-05-12 11:39:50 +03:00
|
|
|
"use_any_adapter": false,
|
|
|
|
"vmname": "VMTEST"
|
|
|
|
}
|