gns3-server/docs/api/examples/hypervisor_get_projectsprojectidqemuvmsvmid.txt

57 lines
1.8 KiB
Plaintext
Raw Normal View History

curl -i -X GET 'http://localhost:8000/v1/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/qemu/vms/87059fce-411b-4bde-9fe5-ff3a52b4665a'
2015-02-24 12:38:57 +02:00
GET /v1/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/qemu/vms/87059fce-411b-4bde-9fe5-ff3a52b4665a HTTP/1.1
2015-02-24 12:38:57 +02:00
HTTP/1.1 200
2015-07-09 17:16:43 +03:00
ACCESS-CONTROL-ALLOW-ORIGIN: *
2016-03-04 18:50:17 +02:00
CONTENT-LENGTH: 1386
2015-02-24 12:38:57 +02:00
CONTENT-TYPE: application/json
DATE: Thu, 08 Jan 2015 16:09:15 GMT
2016-03-04 18:50:17 +02:00
SERVER: Python/3.5 GNS3/1.5.0dev1
X-ROUTE: /v1/hypervisor/projects/{project_id}/qemu/vms/{vm_id}
2015-02-24 12:38:57 +02:00
{
2015-06-10 15:35:53 +03:00
"acpi_shutdown": false,
2015-02-24 12:38:57 +02:00
"adapter_type": "e1000",
"adapters": 1,
2015-10-16 20:05:29 +03:00
"boot_priority": "c",
"cdrom_image": "",
"cdrom_image_md5sum": null,
2016-03-04 18:50:17 +02:00
"command_line": "",
2016-01-04 18:04:15 +02:00
"console": 2001,
2015-07-09 17:16:43 +03:00
"console_type": "telnet",
2015-02-24 12:38:57 +02:00
"cpu_throttling": 0,
2015-10-16 20:05:29 +03:00
"cpus": 1,
2015-02-24 12:38:57 +02:00
"hda_disk_image": "",
2015-07-09 17:16:43 +03:00
"hda_disk_image_md5sum": null,
2015-10-16 20:05:29 +03:00
"hda_disk_interface": "ide",
2015-02-24 12:38:57 +02:00
"hdb_disk_image": "",
2015-07-09 17:16:43 +03:00
"hdb_disk_image_md5sum": null,
2015-10-16 20:05:29 +03:00
"hdb_disk_interface": "ide",
"hdc_disk_image": "",
2015-07-09 17:16:43 +03:00
"hdc_disk_image_md5sum": null,
2015-10-16 20:05:29 +03:00
"hdc_disk_interface": "ide",
"hdd_disk_image": "",
2015-07-09 17:16:43 +03:00
"hdd_disk_image_md5sum": null,
2015-10-16 20:05:29 +03:00
"hdd_disk_interface": "ide",
2015-02-24 12:38:57 +02:00
"initrd": "",
2015-07-09 17:16:43 +03:00
"initrd_md5sum": null,
2015-02-24 12:38:57 +02:00
"kernel_command_line": "",
"kernel_image": "",
2015-07-09 17:16:43 +03:00
"kernel_image_md5sum": null,
2015-02-24 12:38:57 +02:00
"legacy_networking": false,
"mac_address": "00:00:ab:66:5a:00",
2015-02-24 12:38:57 +02:00
"name": "PC TEST 1",
"options": "",
2015-07-09 17:16:43 +03:00
"platform": "x86_64",
2015-02-24 12:38:57 +02:00
"process_priority": "low",
"project_id": "a1e920ca-338a-4e9f-b363-aa607b09dd80",
"qemu_path": "/var/folders/3s/r2wbv07n7wg4vrsn874lmxxh0000gn/T/tmp48y504z6/qemu-system-x86_64",
2015-02-24 12:38:57 +02:00
"ram": 256,
2016-01-04 18:04:15 +02:00
"usage": "",
"vm_directory": "/var/folders/3s/r2wbv07n7wg4vrsn874lmxxh0000gn/T/tmpxwj0vubb/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/project-files/qemu/87059fce-411b-4bde-9fe5-ff3a52b4665a",
"vm_id": "87059fce-411b-4bde-9fe5-ff3a52b4665a"
2015-02-24 12:38:57 +02:00
}