Control Plane
Health Check
Health check endpoint for the DeepSecure Control Plane service. Returns service status and database connectivity information.
get/control/health
Response
Control Plane is healthy
Example response
{
"service": "DeepSecure Control Plane",
"version": "0.1.10",
"status": "ok",
"dependencies": {
"database": "connected"
}
}