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§
- Subsystem
Health - Health status of an individual subsystem.
- System
Health - 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.