Currently the 'glb' application utilizes Flask, Flask-RESTful and SQLAlchemy to present a simple API.
pip install -r < requires.txt
python runServer.py
By default, the server will run on port 5000. EX: GET http://localhost:5000/406271/glbs will return a list of global load balancers for user 406271.
contrib/deployment/deployMaster.sh target-machine
By default, the server will run on port 80. EX: GET http://target-machine/406271/glbs will return a list of global load balancers for user 406271.
The endpoints or entry points are defined in api/init.py
Example requests will be located in contrib/examples
tbc...