Health check
Standard endpoint for health checks
Aidbox serves REST health check endpoint GET /health
to configure liveness, readiness and startup probes. The response format is described by RFC (Health Check Response Format for HTTP APIs):
Request
Response
Response
Logging /health endpoint request
By default /health
endpoint requests are logged. To disable it use BOX_LOGGING_DISABLE__HEALTH__LOGS
ENV variable.
Last updated