save checkpoint: save features
This commit is contained in:
@@ -43,11 +43,23 @@ Fix actions are exposed in the UI and mirror CLI commands; destructive steps are
|
||||
# Run diagnostics
|
||||
POST /api/v1/doctor/run
|
||||
|
||||
# Generate AI-assisted diagnosis from Doctor report payloads or stored runs
|
||||
POST /api/v1/doctor/diagnosis
|
||||
|
||||
# Get available checks
|
||||
GET /api/v1/doctor/checks
|
||||
|
||||
# Stream results
|
||||
WebSocket /api/v1/doctor/stream
|
||||
|
||||
# Manage scheduled doctor runs
|
||||
GET/POST /api/v1/doctor/scheduler/schedules
|
||||
PUT/DELETE /api/v1/doctor/scheduler/schedules/{scheduleId}
|
||||
|
||||
# Query scheduler trend data
|
||||
GET /api/v1/doctor/scheduler/trends
|
||||
GET /api/v1/doctor/scheduler/trends/checks/{checkId}
|
||||
GET /api/v1/doctor/scheduler/trends/degrading
|
||||
```
|
||||
|
||||
## Available Checks
|
||||
@@ -185,6 +197,9 @@ Running 47 checks across 8 plugins...
|
||||
# 3. Restart services to pick up new certificate
|
||||
sudo systemctl restart stellaops-gateway
|
||||
|
||||
Runbook:
|
||||
https://docs.stella-ops.org/runbooks/tls-certificate-renewal
|
||||
|
||||
Verification:
|
||||
stella doctor --check check.tls.certificates.expiry
|
||||
|
||||
|
||||
@@ -349,6 +349,7 @@ Machine-readable format for automation:
|
||||
}
|
||||
},
|
||||
"remediation": {
|
||||
"runbookUrl": "https://docs.stella-ops.org/runbooks/database-pending-migrations",
|
||||
"steps": [
|
||||
{
|
||||
"order": 1,
|
||||
|
||||
Reference in New Issue
Block a user