Compliance Monitor — OpenAPI
The compliance monitor tracks regulatory deadlines, production compliance, and risk scores.
Accessing the Spec
| Swagger UI | http://localhost:8006/docs |
| ReDoc | http://localhost:8006/redoc |
| OpenAPI JSON | http://localhost:8006/openapi.json |
These URLs access the service directly (port 8006), bypassing the API gateway. In production, use the gateway at port 8000.
Route Prefixes
/compliance/deadlines— Deadline tracking with 3 alert thresholds (7d, 30d, overdue)/compliance/production— Production monitoring (4 compliance checks)/compliance/rule-changes— Rule change detection/compliance/risk-score— Risk scoring algorithm (4 factors, 0-100 scale)/compliance/dashboard/{operator_id}— Portfolio dashboard aggregation
Last updated on