mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 17:24:51 +02:00
7f72b90b0e
* A new one for controller related events (compute, appliance templates etc.) * The existing one for project related events (links, nodes etc.)
60 lines
1.9 KiB
Plaintext
60 lines
1.9 KiB
Plaintext
curl -i -X POST 'http://localhost:3080/v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/qemu/nodes/23fcd2bc-9a7d-4b5f-98ac-8d89f8018e7b/start' -d '{}'
|
|
|
|
POST /v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/qemu/nodes/23fcd2bc-9a7d-4b5f-98ac-8d89f8018e7b/start HTTP/1.1
|
|
{}
|
|
|
|
|
|
HTTP/1.1 200
|
|
Connection: close
|
|
Content-Length: 1381
|
|
Content-Type: application/json
|
|
Date: Thu, 16 Aug 2018 14:22:55 GMT
|
|
Server: Python/3.5 GNS3/2.2.0dev2
|
|
X-Route: /v2/compute/projects/{project_id}/qemu/nodes/{node_id}/start
|
|
|
|
{
|
|
"adapter_type": "e1000",
|
|
"adapters": 1,
|
|
"bios_image": "",
|
|
"bios_image_md5sum": null,
|
|
"boot_priority": "c",
|
|
"cdrom_image": "",
|
|
"cdrom_image_md5sum": null,
|
|
"command_line": "",
|
|
"console": 5004,
|
|
"console_type": "telnet",
|
|
"cpu_throttling": 0,
|
|
"cpus": 1,
|
|
"hda_disk_image": "",
|
|
"hda_disk_image_md5sum": null,
|
|
"hda_disk_interface": "ide",
|
|
"hdb_disk_image": "",
|
|
"hdb_disk_image_md5sum": null,
|
|
"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:8e:7b:00",
|
|
"name": "PC TEST 1",
|
|
"node_directory": "/tmp/tmp0fzqt09o/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/project-files/qemu/23fcd2bc-9a7d-4b5f-98ac-8d89f8018e7b",
|
|
"node_id": "23fcd2bc-9a7d-4b5f-98ac-8d89f8018e7b",
|
|
"on_close": "power_off",
|
|
"options": "",
|
|
"platform": "x86_64",
|
|
"process_priority": "low",
|
|
"project_id": "a1e920ca-338a-4e9f-b363-aa607b09dd80",
|
|
"qemu_path": "/tmp/tmp5fl9r7cg/qemu-system-x86_64",
|
|
"ram": 256,
|
|
"status": "stopped",
|
|
"usage": ""
|
|
}
|