info
Returns health information about the service.
Returns whether the service is up or not. An in-built Spring endpoint.
get/health
Response
A JSON indicating whether the service is up or not.
Example response
{
"status": "UP"
}Returns whether the service is up or not. An in-built Spring endpoint.
A JSON indicating whether the service is up or not.
{
"status": "UP"
}