Skip to main content
GET
/
healthz
/
live
Liveness check
curl --request GET \
  --url http://localhost:9002/healthz/live
{
  "status": "live",
  "service": "authn-svc",
  "version": "1.0.0",
  "timestamp": "2024-01-15T10:30:00Z"
}

Response

Service is alive

Response from the liveness probe endpoint

status
enum<string>

Current liveness status

Available options:
live,
unhealthy
service
string
Example:

"authn-svc"

version
string
Example:

"1.0.0"

timestamp
string<date-time>

UTC timestamp of the check