El control plane de AI-LAB vive en el gateway y se expone vía /runtime/*.
Propiedades
Section titled “Propiedades”- Endpoints read-only.
- Respuesta 200 incluso en degradación (payload
status=degraded). - Contratos con
contract_version.
Ejemplos de APIs
Section titled “Ejemplos de APIs”GET /runtime/maturityGET /runtime/sensorsGET /runtime/cognitive-summaryGET /runtime/observability/auditGET /runtime/triage/summaryGET /runtime/graph/summaryDiagrama: control plane
Section titled “Diagrama: control plane”flowchart TD GW[Gateway :8008 control plane] --> API[/runtime/* APIs/] GW --> MET[/metrics Prometheus/] API --> OPS[Operator UX] MET --> Prom[Prometheus] Prom --> Graf[Grafana]