gns3-server/docs/api/v2/hypervisor/qemu/projectsprojectidqemuvmsvmidresume.rst

27 lines
835 B
ReStructuredText
Raw Normal View History

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