gns3-server/docs/api/vpcsuuidstart.rst

20 lines
388 B
ReStructuredText
Raw Normal View History

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