REST API
The Extended Health Check module comes with a REST endpoint:
/.rest/health/v1/checkReturns the health check results with:
- 
healthy- true if the instance considers itself healthy (HTTP 200) or false if the conditions of some health outcome were met (HTTP status of the health outcome)
- 
description- the description of the health outcome or "Magnolia is healthy" if healthy
Returns an HTTP status of:
- 
200- the instance is healthy
- 
the HTTP status of the health outcome