1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-11 18:38:55 +00:00
gns3-server/docs/api/v1/qemu/projectsprojectidqemuvmsvmidstart.rst

27 lines
759 B
ReStructuredText
Raw Normal View History

2015-02-20 13:39:13 +00:00
/v1/projects/{project_id}/qemu/vms/{vm_id}/start
----------------------------------------------------------------------------------------------------------------------
.. contents::
POST /v1/projects/**{project_id}**/qemu/vms/**{vm_id}**/start
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2015-05-01 09:20:55 +00:00
Start a Qemu VM instance
2015-02-20 13:39:13 +00:00
Parameters
**********
2015-05-01 09:20:55 +00:00
- **project_id**: UUID for the project
2015-07-09 14:16:43 +00:00
- **vm_id**: UUID for the instance
2015-02-20 13:39:13 +00:00
Response status codes
**********************
- **400**: Invalid request
- **404**: Instance doesn't exist
- **204**: Instance started
2015-02-24 10:38:57 +00:00
Sample session
***************
.. literalinclude:: ../../examples/post_projectsprojectidqemuvmsvmidstart.txt