Skip to content

Instantly share code, notes, and snippets.

@pommi
Created December 13, 2013 15:32
Show Gist options
  • Save pommi/7946018 to your computer and use it in GitHub Desktop.
Save pommi/7946018 to your computer and use it in GitHub Desktop.
m2ee API limited set of actions
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