Beta module namespace
health
Beta routes may change with notice and are NOT covered by the 24-month stable window of the core contract.
Every module route is enumerated with method, path, auth and required permission; request/response schemas are not published for the beta surface.
14 operations
| Method | Path | Required permission | Authentication | Summary |
|---|---|---|---|---|
| get | /v1/m/health/checks | health:check:read | Bearer token | health module route (requires health:check:read) |
| post | /v1/m/health/checks | health:check:write | Bearer token | health module route (requires health:check:write) |
| get | /v1/m/health/checks/{id} | health:check:read | Bearer token | health module route (requires health:check:read) |
| put | /v1/m/health/checks/{id} | health:check:write | Bearer token | health module route (requires health:check:write) |
| delete | /v1/m/health/checks/{id} | health:check:admin | Bearer token | health module route (requires health:check:admin) |
| post | /v1/m/health/checks/{id}/report | health:check:write | Bearer token | health module route (requires health:check:write) |
| get | /v1/m/health/dependencies | health:status:read | Bearer token | health module route (requires health:status:read) |
| get | /v1/m/health/events | health:status:read | Bearer token | health module route (requires health:status:read) |
| get | /v1/m/health/incidents | health:status:read | Bearer token | health module route (requires health:status:read) |
| get | /v1/m/health/incidents/{id} | health:status:read | Bearer token | health module route (requires health:status:read) |
| post | /v1/m/health/incidents/{id}/resolve | health:check:admin | Bearer token | health module route (requires health:check:admin) |
| get | /v1/m/health/sla | health:status:read | Bearer token | health module route (requires health:status:read) |
| get | /v1/m/health/status | health:status:read | Bearer token | health module route (requires health:status:read) |
| get | /v1/m/health/stream | health:status:read | Bearer token | health module route (requires health:status:read) |