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

65 lines
2.0 KiB
Plaintext
Raw Normal View History

curl -i -X PUT 'http://localhost:3080/v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/qemu/nodes/03816f4e-afad-4716-a6c5-75c29f4f7898' -d '{"console": 5006, "hdb_disk_image": "linux\u8f7d.img", "name": "test", "ram": 1024}'
2018-01-08 08:26:44 +00:00
PUT /v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/qemu/nodes/03816f4e-afad-4716-a6c5-75c29f4f7898 HTTP/1.1
2018-01-08 08:26:44 +00:00
{
"console": 5006,
"hdb_disk_image": "linux\u8f7d.img",
"name": "test",
"ram": 1024
}
HTTP/1.1 200
Connection: close
Content-Length: 1422
2018-01-08 08:26:44 +00:00
Content-Type: application/json
Date: Tue, 20 Nov 2018 08:47:08 GMT
Server: Python/3.6 GNS3/2.2.0dev5
2018-01-08 08:26:44 +00:00
X-Route: /v2/compute/projects/{project_id}/qemu/nodes/{node_id}
{
"adapter_type": "e1000",
"adapters": 1,
"bios_image": "",
"bios_image_md5sum": null,
"boot_priority": "c",
"cdrom_image": "",
"cdrom_image_md5sum": null,
"command_line": "",
"console": 5006,
"console_type": "telnet",
"cpu_throttling": 0,
"cpus": 1,
"hda_disk_image": "",
"hda_disk_image_md5sum": null,
"hda_disk_interface": "ide",
"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,
"mac_address": "0c:dd:80:78:98:00",
2018-01-08 08:26:44 +00:00
"name": "test",
"node_directory": "/tmp/tmp0a7ifw_u/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/project-files/qemu/03816f4e-afad-4716-a6c5-75c29f4f7898",
"node_id": "03816f4e-afad-4716-a6c5-75c29f4f7898",
"on_close": "power_off",
2018-01-08 08:26:44 +00:00
"options": "",
"platform": "x86_64",
"process_priority": "low",
"project_id": "a1e920ca-338a-4e9f-b363-aa607b09dd80",
"qemu_path": "/tmp/tmp9gfhmaev/qemu-system-x86_64",
2018-01-08 08:26:44 +00:00
"ram": 1024,
"status": "stopped",
"usage": ""
}