Hi,
We have recently deployed Reactive Web Application to OutSystems cloud. We want to expose REST endpoint to check application is up and working fine. On community I have found _ping.html and _ping.aspx to check the status.
How to check health of particular application?
Best Regards,
Nitin Chavan
Hi Nitin,
There may have many different ways, easiest one would be create a process to check on your app (for instance running a Server action, sending email, data, etc.). By creating an REST API and consuming it successfully would also indicate your app is up. You also have some System Entities you can make usage of (Espace_ServiceAPI_Configs, Report_Slow_Web_Service, etc). I hope it helps. Regards,
Otávio