mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
38 lines
903 B
ReStructuredText
38 lines
903 B
ReStructuredText
GET /v2/templates/base-configs
|
|
------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
.. contents::
|
|
|
|
GET /v2/templates/base-configs
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
List all available base configuration files
|
|
|
|
Response status codes
|
|
**********************
|
|
- **200**: List of base configuration files returned
|
|
|
|
Output
|
|
*******
|
|
|
|
.. raw:: html
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>filename</td>
|
|
<td>string</td>
|
|
<td>Name of the base configuration file</td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
Sample session
|
|
***************
|
|
|
|
.. literalinclude:: ../../../examples/controller_get_templatesbaseconfigs.txt |