2015-01-20 14:21:13 +00:00
|
|
|
/vpcs/{uuid}/start
|
|
|
|
---------------------------------------------
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
|
2015-01-20 14:31:27 +00:00
|
|
|
POST /vpcs/**{uuid}**/start
|
2015-01-22 09:55:11 +00:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2015-01-20 14:21:13 +00:00
|
|
|
Start a VPCS instance
|
|
|
|
|
|
|
|
Parameters
|
|
|
|
**********
|
2015-01-26 08:36:26 +00:00
|
|
|
- **uuid**: Instance UUID
|
2015-01-20 14:21:13 +00:00
|
|
|
|
|
|
|
Response status codes
|
|
|
|
**********************
|
|
|
|
- **400**: Invalid VPCS instance UUID
|
2015-01-26 08:36:26 +00:00
|
|
|
- **404**: Instance doesn't exist
|
|
|
|
- **204**: Instance started
|
2015-01-20 14:21:13 +00:00
|
|
|
|