gns3-server/docs/api/v1/config/configreload.rst

21 lines
558 B
ReStructuredText
Raw Normal View History

/v1/config/reload
----------------------------------------------------------------------------------------------------------------------
2015-02-04 10:31:31 +01:00
.. contents::
POST /v1/config/reload
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Check if version is the same as the server
2015-02-04 10:31:31 +01:00
Response status codes
**********************
- **201**: Config reload
- **403**: Config reload refused
2015-02-04 10:31:31 +01:00
2015-02-24 11:38:57 +01:00
Sample session
***************
.. literalinclude:: ../../examples/post_configreload.txt
2015-02-24 11:38:57 +01:00