2015-01-21 21:08:54 +00:00
|
|
|
/virtualbox/{uuid}/start
|
|
|
|
---------------------------------------------
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
|
|
|
POST /virtualbox/**{uuid}**/start
|
2015-01-22 09:55:11 +00:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2015-01-21 21:08:54 +00:00
|
|
|
Start a VirtualBox VM instance
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2015-01-26 08:36:26 +00:00
|
|
|
- **uuid**: Instance UUID
|
2015-01-21 21:08:54 +00:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
2015-01-26 08:36:26 +00:00
|
|
|
- **400**: Invalid instance UUID
|
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
- **204**: Instance started
|
2015-01-21 21:08:54 +00:00
|
|
|
|
|
|
|
Sample session
|
|
|
|
***************
|
|
|
|
|
|
|
|
|
|
|
|
.. literalinclude:: examples/post_virtualboxuuidstart.txt
|
|
|
|
|