pub async fn get_ca_health(
_admin: AdminAuth,
__arg1: Path<String>,
__arg2: State<Arc<AppState>>,
) -> ResponseExpand description
GET /admin/cas/{id}/health — CA health check.
Performs or retrieves an on-demand health check for the specified CA backend.