Function health_check

Source
pub async fn health_check() -> Json<ApiResponse>
Expand description

Health check endpoint that provides basic service availability status.

This endpoint is used by load balancers, monitoring systems, and other external services to determine if the OmniOrchestrator service is running and responding to requests. It returns a simple JSON response indicating service availability.

§Returns

A JSON response with status “ok” and basic cluster information.