URL Path: /admin/config
HTTP Method: GET
Response Body:
{
"terrain.app.environment-name": "de-2",
"terrain.app.listen-port": "31325",
<...>
}
You can get the general idea of the format for the response body from the above.
URL Path: /admin/status
HTTP Method: GET
Response Body:
{
"iRODS": true,
"jex": true,
"apps": true,
"notificationagent": true
}
This check only checks to see if the services are responding to HTTP requests. It does not prove that the services are completely functional or configured correctly.