1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 09:58:55 +00:00
gns3-server/docs/index.rst
Julien Duponchelle b2ce7ee8d7
API V2
2016-03-07 17:57:12 +01:00

55 lines
1.0 KiB
ReStructuredText

Welcome to API documentation!
======================================
.. WARNING::
The API is not stable, feel free to post comments on our website
https://gns3.com/
.. toctree::
general
glossary
development
Endpoints
------------
GNS3 expose two type of endpoints:
* Controller
* Hypervisor
Controller API Endpoints
~~~~~~~~~~~~~~~~~~~~~~~~
The controller manage all the running topologies. The controller
has knowledge of everything on in GNS3. If you want to create and
manage a topology it's here. The controller will call the hypervisor API
when needed.
In a standard GNS3 installation you have one controller and one or many
hypervisors.
.. toctree::
:glob:
:maxdepth: 2
api/v2/controller/*
Hypervisor API Endpoints
~~~~~~~~~~~~~~~~~~~~~~~~~~
The hypervisor is the GNS3 process running on a server and controlling
the VM process.
.. WARNING::
Consider this endpoints as a private API used by the controller.
.. toctree::
:glob:
:maxdepth: 2
api/v2/hypervisor/*