Skip to main content

Health Check URL for ABRA Flexi

How do I check if an instance (server) is running?

Written by Petr Pech

How to verify that the server is running

To check the availability of an instance, use the endpoint:

/status-check.xml?quick=true

For example:

https://demo.flexibee.eu/status-check.xml?quick=true

For more detailed measurements, use the endpoint:

/status/measure


What the endpoint returns

  • HTTP 200 → server is running

  • HTTP 503 → server is unavailable / failed to start

The response includes:

  • XML (or JSON)

  • basic information about the application status


Use cases

  • availability monitoring (e.g. load balancer, uptime check)

  • automated server status verification


Summary

  • /status-check.xml?quick=true → basic health check

  • status code (200 / 503) = key information

  • suitable for monitoring

Did this answer your question?