Status Service
Port 11019 · 26 endpoints · micro-services/status-service/
Status page
| Method | Path | Summary | |
| GET | /status/badge/{service} | SVG service status badge | detail → |
| GET | /status/incidents | List events | detail → |
| POST | /status/incidents | Create event | detail → |
| DELETE | /status/incidents/{incident_id} | Delete event | detail → |
| GET | /status/incidents/{incident_id} | Get event details | detail → |
| PUT | /status/incidents/{incident_id} | Update event | detail → |
| POST | /status/incidents/{incident_id}/updates | Add event progress update | detail → |
| GET | /status/json | Machine-readable system status | detail → |
| GET | /status/maintenances | List planned maintenances | detail → |
| POST | /status/maintenances | Create maintenance notice | detail → |
| DELETE | /status/maintenances/{id} | Delete maintenance notice | detail → |
| GET | /status/maintenances/{id} | Get maintenance details | detail → |
| PUT | /status/maintenances/{id} | Update maintenance notice | detail → |
| GET | /status/metrics/latency | Get service latency trend | detail → |
| GET | /status/metrics/uptime | Get service availability trend | detail → |
| GET | /status/overview | System status overview | detail → |
| GET | /status/rss | RSS event and maintenance feed | detail → |
| GET | /status/services | Get service catalog | detail → |
| DELETE | /status/subscriptions | Unsubscribe | detail → |
| GET | /status/subscriptions | List subscribers | detail → |
| POST | /status/subscriptions | Subscribe to status notifications | detail → |
| GET | /status/subscriptions/preferences | Get subscription notification preferences | detail → |
| PUT | /status/subscriptions/preferences | Update subscription notification preferences | detail → |
| POST | /status/subscriptions/verify | Verify subscription email | detail → |
Status page - Internal API
| Method | Path | Summary | |
| POST | /internal/status/subscriptions/erase | GDPR erase subscriber data | detail → |
internal
| Method | Path | Summary | |
| GET | /internal/schedulers | List scheduler statuses | detail → |