mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 17:24:51 +02:00
33 lines
990 B
Plaintext
33 lines
990 B
Plaintext
curl -i -X PUT 'http://localhost:8000/v2/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/virtualbox/vms/53b90f87-4268-4cb7-9526-7897a028ddae' -d '{"console": 2011, "name": "test"}'
|
|
|
|
PUT /v2/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/virtualbox/vms/53b90f87-4268-4cb7-9526-7897a028ddae HTTP/1.1
|
|
{
|
|
"console": 2011,
|
|
"name": "test"
|
|
}
|
|
|
|
|
|
HTTP/1.1 200
|
|
ACCESS-CONTROL-ALLOW-ORIGIN: *
|
|
CONTENT-LENGTH: 413
|
|
CONTENT-TYPE: application/json
|
|
DATE: Thu, 08 Jan 2015 16:09:15 GMT
|
|
SERVER: Python/3.5 GNS3/1.5.0dev1
|
|
X-ROUTE: /v2/hypervisor/projects/{project_id}/virtualbox/vms/{vm_id}
|
|
|
|
{
|
|
"acpi_shutdown": false,
|
|
"adapter_type": "Intel PRO/1000 MT Desktop (82540EM)",
|
|
"adapters": 0,
|
|
"console": 2011,
|
|
"enable_remote_console": false,
|
|
"headless": false,
|
|
"name": "test",
|
|
"project_id": "a1e920ca-338a-4e9f-b363-aa607b09dd80",
|
|
"ram": 0,
|
|
"use_any_adapter": false,
|
|
"vm_directory": null,
|
|
"vm_id": "53b90f87-4268-4cb7-9526-7897a028ddae",
|
|
"vmname": "VMTEST"
|
|
}
|