Created
December 13, 2013 15:32
-
-
Save pommi/7946018 to your computer and use it in GitHub Desktop.
m2ee API limited set of actions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET /about/ # about m2ee-api | |
GET /status/ # app status | |
GET /config/ # show configuration | |
POST /config/ # set configuration | |
POST /upload/ # upload a new MDA | |
POST /unpack/ # unpack the uploaded MDA | |
POST /start/ # start the app | |
POST /stop/ # stop the running app | |
POST /terminate/ # terminate the running app | |
POST /kill/ # kill the running app | |
POST /emptydb/ # empty the database |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment