1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-12 02:48:55 +00:00
gns3-server/docs/api/v1vpcsuuidreload.rst

20 lines
435 B
ReStructuredText
Raw Normal View History

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