Skip to content

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

MethodPathRequired permissionAuthenticationSummary
get/v1/m/health/checkshealth:check:readBearer tokenhealth module route (requires health:check:read)
post/v1/m/health/checkshealth:check:writeBearer tokenhealth module route (requires health:check:write)
get/v1/m/health/checks/{id}health:check:readBearer tokenhealth module route (requires health:check:read)
put/v1/m/health/checks/{id}health:check:writeBearer tokenhealth module route (requires health:check:write)
delete/v1/m/health/checks/{id}health:check:adminBearer tokenhealth module route (requires health:check:admin)
post/v1/m/health/checks/{id}/reporthealth:check:writeBearer tokenhealth module route (requires health:check:write)
get/v1/m/health/dependencieshealth:status:readBearer tokenhealth module route (requires health:status:read)
get/v1/m/health/eventshealth:status:readBearer tokenhealth module route (requires health:status:read)
get/v1/m/health/incidentshealth:status:readBearer tokenhealth module route (requires health:status:read)
get/v1/m/health/incidents/{id}health:status:readBearer tokenhealth module route (requires health:status:read)
post/v1/m/health/incidents/{id}/resolvehealth:check:adminBearer tokenhealth module route (requires health:check:admin)
get/v1/m/health/slahealth:status:readBearer tokenhealth module route (requires health:status:read)
get/v1/m/health/statushealth:status:readBearer tokenhealth module route (requires health:status:read)
get/v1/m/health/streamhealth:status:readBearer tokenhealth module route (requires health:status:read)