1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-18 14:28:08 +00:00
gns3-server/docs/api/v1/server/network/interfaces.rst

20 lines
520 B
ReStructuredText
Raw Normal View History

2015-02-04 09:31:31 +00:00
/v1/interfaces
----------------------------------------------------------------------------------------------------------------------
2015-02-04 09:31:31 +00:00
.. contents::
GET /v1/interfaces
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2015-02-04 09:31:31 +00:00
List all the network interfaces available on the server
Response status codes
**********************
- **200**: OK
2015-02-24 10:38:57 +00:00
Sample session
***************
2016-03-04 16:50:17 +00:00
.. literalinclude:: ../../../examples/get_interfaces.txt
2015-02-24 10:38:57 +00:00