1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-29 11:48:09 +00:00
gns3-server/docs/api/v2/compute/network/networkinterfaces.rst

20 lines
603 B
ReStructuredText
Raw Normal View History

2016-07-11 13:37:57 +00:00
/v2/compute/network/interfaces
2016-04-18 14:58:06 +00:00
------------------------------------------------------------------------------------------------------------------------------------------
.. contents::
2016-07-11 13:37:57 +00:00
GET /v2/compute/network/interfaces
2016-04-18 14:58:06 +00:00
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
List all the network interfaces available on the server
Response status codes
**********************
- **200**: OK
Sample session
***************
2016-07-11 13:37:57 +00:00
.. literalinclude:: ../../../examples/compute_get_networkinterfaces.txt
2016-04-18 14:58:06 +00:00