Files
libra/doc/admin_api/about.rst
Andrew Hutchings 4c0c0d54f9 Docs: Initial import of Admin API
Converted and slightly modified the original API docs from markdown format.

Change-Id: Id4c742cad483e799e39bd7cfc87e30f50083a7ff
2013-06-01 11:09:54 +01:00

17 lines
490 B
ReStructuredText

Description
===========
Purpose
-------
The Admin API server listens for REST+JSON connections to interface various
parts of the LBaaS system and other scripts with the LBaaS database state.
Design
------
Similar to the main API server it uses an Eventlet WSGI web server frontend
with Pecan+WSME to process requests. SQLAlchemy+MySQL is used to access the
data store. The main internal difference (apart from the API itself) is the
Admin API server doesn't use keystone or gearman.