v2

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-01-12412664.0 KB
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

servicestring
versionstring
statusstring

Example response

{
  "service": "DeepSecure Control Plane",
  "version": "0.1.10",
  "status": "ok",
  "dependencies": {
    "database": "connected"
  }
}
All 41 operations