Skip to content

Instantly share code, notes, and snippets.

@pommi
Created December 13, 2013 15:35
Show Gist options
  • Save pommi/7946046 to your computer and use it in GitHub Desktop.
Save pommi/7946046 to your computer and use it in GitHub Desktop.
m2ee-api: ask for it's status or show it's configuration
root@host:~# curl -XGET http://172.17.0.5:5000/status/
The application process is not running.
root@host:~# curl -XGET http://172.17.0.5:5000/config/
{
"DatabaseHost": "127.0.0.1:5432",
"DTAPMode": "P",
"MicroflowConstants": {},
"BasePath": "/home/mendix",
"DatabaseUserName": "mendix",
"DatabasePassword": "mendix",
"DatabaseName": "mendix",
"DatabaseType": "PostgreSQL"
}
root@host:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment