Healthchecks
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /v1/health/liveness HTTP/1.1
Host:
Accept: */*
{
"healthy": true,
"checks": [
{
"name": "text",
"passed": true,
"details": "text"
}
]
}