curl --request GET \
--url https://matcher.sandbox.lerian.net/health{
"status": "healthy"
}Use this endpoint to check whether the Matcher service is running and responsive. This endpoint is used by Kubernetes liveness probes to determine when the service must be restarted.
curl --request GET \
--url https://matcher.sandbox.lerian.net/health{
"status": "healthy"
}Service is alive
Service liveness status
Indicates the service health (always "healthy" if responding)
"healthy"
Was this page helpful?