1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-18 22:38:07 +00:00
gns3-server/docs/api/v2/compute/qemu/projectsprojectidqemunodesnodeidresume.rst

21 lines
692 B
ReStructuredText
Raw Normal View History

/v2/compute/projects/{project_id}/qemu/nodes/{node_id}/resume
------------------------------------------------------------------------------------------------------------------------------------------
.. contents::
POST /v2/compute/projects/**{project_id}**/qemu/nodes/**{node_id}**/resume
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Resume a Qemu VM instance
Parameters
**********
2017-03-06 13:35:39 +00:00
- **node_id**: Node UUID
2018-01-08 04:57:07 +00:00
- **project_id**: Project UUID
Response status codes
**********************
- **400**: Invalid request
- **404**: Instance doesn't exist
2018-01-08 04:57:07 +00:00
- **204**: Instance resumed
2017-03-21 12:32:04 +00:00