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

30 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2016-08-29 13:58:29 +00:00
/v2/compute/capabilities
------------------------------------------------------------------------------------------------------------------------------------------
.. contents::
GET /v2/compute/capabilities
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Retrieve the capabilities of the server
Response status codes
**********************
- **200**: OK
Output
*******
.. raw:: html
<table>
<tr> <th>Name</th> <th>Mandatory</th> <th>Type</th> <th>Description</th> </tr>
<tr><td>node_types</td> <td>&#10004;</td> <td>array</td> <td></td> </tr>
<tr><td>version</td> <td>&#10004;</td> <td>['string', 'null']</td> <td>Version number</td> </tr>
</table>
Sample session
***************
.. literalinclude:: ../../../examples/compute_get_capabilities.txt