1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00
gns3-server/docs/api/examples/hypervisor_put_projectsprojectidvirtualboxvmsvmid.txt

33 lines
990 B
Plaintext
Raw Normal View History

2016-03-11 14:49:28 +00:00
curl -i -X PUT 'http://localhost:8000/v2/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/virtualbox/vms/bc477676-992e-4e39-9caa-d28a91ea1b22' -d '{"console": 2011, "name": "test"}'
2015-02-24 10:38:57 +00:00
2016-03-11 14:49:28 +00:00
PUT /v2/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/virtualbox/vms/bc477676-992e-4e39-9caa-d28a91ea1b22 HTTP/1.1
2015-02-24 10:38:57 +00:00
{
2016-01-04 16:04:15 +00:00
"console": 2011,
2015-02-24 10:38:57 +00:00
"name": "test"
}
HTTP/1.1 200
2015-07-09 14:16:43 +00:00
ACCESS-CONTROL-ALLOW-ORIGIN: *
CONTENT-LENGTH: 413
2015-02-24 10:38:57 +00:00
CONTENT-TYPE: application/json
DATE: Thu, 08 Jan 2015 16:09:15 GMT
2016-03-04 16:50:17 +00:00
SERVER: Python/3.5 GNS3/1.5.0dev1
2016-03-07 16:57:12 +00:00
X-ROUTE: /v2/hypervisor/projects/{project_id}/virtualbox/vms/{vm_id}
2015-02-24 10:38:57 +00:00
{
2015-06-10 12:35:53 +00:00
"acpi_shutdown": false,
2015-02-24 10:38:57 +00:00
"adapter_type": "Intel PRO/1000 MT Desktop (82540EM)",
"adapters": 0,
2016-01-04 16:04:15 +00:00
"console": 2011,
2015-02-24 10:38:57 +00:00
"enable_remote_console": false,
"headless": false,
"name": "test",
"project_id": "a1e920ca-338a-4e9f-b363-aa607b09dd80",
"ram": 0,
2015-02-24 10:38:57 +00:00
"use_any_adapter": false,
2015-07-09 14:16:43 +00:00
"vm_directory": null,
2016-03-11 14:49:28 +00:00
"vm_id": "bc477676-992e-4e39-9caa-d28a91ea1b22",
2015-02-24 10:38:57 +00:00
"vmname": "VMTEST"
}