libra/doc/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

432 B

Description

Purpose

The API server listens for REST+JSON connections to interface the user with the LBaaS system. Its API is based on the Atlas API with a few slight modifications.

Design

It is designed to use Eventlet WSGI web server frontend and Pecan+WSME to process the requests. SQLAlchemy+MySQL is used to store details of the load balancers and Gearman is used to communicate to the workers.