1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-11 18:38:55 +00:00
gns3-server/docs/api/examples/compute_put_projectsprojectidqemunodesnodeid.txt

62 lines
2.1 KiB
Plaintext
Raw Normal View History

2016-06-17 09:12:22 +00:00
curl -i -X PUT 'http://localhost:3080/v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/qemu/nodes/f65d334e-a602-4182-a5ed-8295f8c1ddd5' -d '{"console": 5001, "hdb_disk_image": "linux\u8f7d.img", "name": "test", "ram": 1024}'
2016-06-17 09:12:22 +00:00
PUT /v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/qemu/nodes/f65d334e-a602-4182-a5ed-8295f8c1ddd5 HTTP/1.1
{
"console": 5001,
2016-06-14 08:24:55 +00:00
"hdb_disk_image": "linux\u8f7d.img",
"name": "test",
"ram": 1024
}
HTTP/1.1 200
2016-06-14 08:24:55 +00:00
CONTENT-LENGTH: 1456
CONTENT-TYPE: application/json
DATE: Thu, 08 Jan 2015 16:09:15 GMT
SERVER: Python/3.5 GNS3/2.0.0dev1
X-ROUTE: /v2/compute/projects/{project_id}/qemu/nodes/{node_id}
{
"acpi_shutdown": false,
"adapter_type": "e1000",
"adapters": 1,
"boot_priority": "c",
"cdrom_image": "",
"cdrom_image_md5sum": null,
"command_line": "",
"console": 5001,
"console_type": "telnet",
"cpu_throttling": 0,
"cpus": 1,
"hda_disk_image": "",
"hda_disk_image_md5sum": null,
"hda_disk_interface": "ide",
2016-06-14 08:24:55 +00:00
"hdb_disk_image": "linux\u8f7d.img",
"hdb_disk_image_md5sum": "c4ca4238a0b923820dcc509a6f75849b",
"hdb_disk_interface": "ide",
"hdc_disk_image": "",
"hdc_disk_image_md5sum": null,
"hdc_disk_interface": "ide",
"hdd_disk_image": "",
"hdd_disk_image_md5sum": null,
"hdd_disk_interface": "ide",
"initrd": "",
"initrd_md5sum": null,
"kernel_command_line": "",
"kernel_image": "",
"kernel_image_md5sum": null,
"legacy_networking": false,
2016-06-17 09:12:22 +00:00
"mac_address": "00:dd:80:dd:d5:00",
"name": "test",
2016-06-17 09:12:22 +00:00
"node_directory": "/var/folders/3s/r2wbv07n7wg4vrsn874lmxxh0000gn/T/tmp1za8k4vs/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/project-files/qemu/f65d334e-a602-4182-a5ed-8295f8c1ddd5",
"node_id": "f65d334e-a602-4182-a5ed-8295f8c1ddd5",
"options": "",
"platform": "x86_64",
"process_priority": "low",
"project_id": "a1e920ca-338a-4e9f-b363-aa607b09dd80",
2016-06-17 09:12:22 +00:00
"qemu_path": "/var/folders/3s/r2wbv07n7wg4vrsn874lmxxh0000gn/T/tmphi1ia0uh/qemu-system-x86_64",
"ram": 1024,
2016-06-04 08:40:39 +00:00
"status": "stopped",
"usage": ""
}