HealthCheck URI for UI

Not applicable

I know that the routers/mps/ms/qpid/postgres all of /v1/servers/self/reachable addresses that return "true" and can be used as healthcheck endpoints.

I can't find anything about it, but is there something similar for the UI? Or is there an easy way to just insert a /reachable endpoint in the UI -- I have never used the play framework before and don't want to go in and start modifying

Thanks,

Ryan

1 1 1,040
1 REPLY 1

Not applicable

Hi @rj.walsh,

You should be able to a GET on <ui>/public/heartbeat.txt.

It returns an empty response, so you would need to go off the status code rather than the response body.

We should probably make make the UI resource consistent with other components in our stack, but that's the way it is for now.

Charles