uPortalHealthCheck Documentation
The uPortal Health Check is a web application using the Spring Framework chich generates a rest api at {MySail Url}.oakland.edu/api/v1/status, with the following information:
- postgres: returns true if postgres is up, and false otherwise
- banner: returns true if banner is up, and false otherwise
- hostname: returns the name of the server
- mode: returns the blue/green deployment status of the server, which can be either blue, green, or offline.
- uPortal