1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-18 14:28:08 +00:00
gns3-server/docs/api/v2/hypervisor/qemu/projectsprojectidqemuvmsvmidresume.rst

27 lines
835 B
ReStructuredText
Raw Normal View History

2016-03-07 16:57:12 +00:00
/v2/hypervisor/projects/{project_id}/qemu/vms/{vm_id}/resume
------------------------------------------------------------------------------------------------------------------------------------------
.. contents::
2016-03-07 16:57:12 +00:00
POST /v2/hypervisor/projects/**{project_id}**/qemu/vms/**{vm_id}**/resume
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2015-05-01 09:20:55 +00:00
Resume a Qemu VM instance
Parameters
**********
2016-03-11 16:02:50 +00:00
- **vm_id**: UUID for the instance
2016-03-11 16:20:09 +00:00
- **project_id**: UUID for the project
Response status codes
**********************
- **400**: Invalid request
- **404**: Instance doesn't exist
- **204**: Instance resumed
2015-02-24 10:38:57 +00:00
Sample session
***************
.. literalinclude:: ../../../examples/hypervisor_post_projectsprojectidqemuvmsvmidresume.txt
2015-02-24 10:38:57 +00:00