gns3-server/docs/api/vpcsuuidreload.rst

20 lines
387 B
ReStructuredText
Raw Normal View History

2015-01-22 11:56:02 +02:00
/vpcs/{uuid}/reload
---------------------------------------------
.. contents::
POST /vpcs/**{uuid}**/reload
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2015-01-26 10:36:26 +02:00
Reload a VPCS instance
2015-01-22 11:56:02 +02:00
Parameters
**********
2015-01-26 10:36:26 +02:00
- **uuid**: Instance UUID
2015-01-22 11:56:02 +02:00
Response status codes
**********************
2015-01-26 10:36:26 +02:00
- **400**: Invalid instance UUID
- **404**: Instance doesn't exist
- **204**: Instance reloaded
2015-01-22 11:56:02 +02:00