75
Views
1
Comments
Solved
App or Environment uptime / downtime / status
Application Type
Mobile

Is there any API that can be used to get status (available/unavailable) of services: 

  • app-specific status 
  • service module (API) endpoints status
  • server/environment status

I am looking to create a services status page with a tool like this and wondered how I could hook it up for real-time monitoring:
https://www.atlassian.com/software/statuspage

2023-08-28 07-00-10
Paulo Torres
Champion
Solution

I had this in my previous company, but we did everything on infrastructure level.

But you can do code for that:

- Call URL from the APP/API's etc, if there is no answer or bad hhtp code you know the status.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.