Skip to main content

Module health

Module health 

Source
Expand description

System health check endpoints for the admin API.

Provides health probes for the overall system and individual subsystems (database, HSM, CA backends). These endpoints are designed for monitoring systems (Kubernetes readiness probes, Prometheus health checks, etc.).

Structs§

SubsystemHealth
Health status of an individual subsystem.
SystemHealth
Overall system health status.

Functions§

get_health
GET /admin/health — Overall system health.
get_health_ca
GET /admin/health/ca — CA backend health for all configured CAs.
get_health_db
GET /admin/health/db — Database connectivity check.
get_health_hsm
GET /admin/health/hsm — HSM connectivity check.