gns3-server/docs/api/v1vpcsuuidstart.rst

20 lines
436 B
ReStructuredText
Raw Normal View History

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