status
A module for status related routes.
Module Contents
Functions
Check the health of the cache. |
|
Check the health of the data management API. |
|
Check the health of the database. |
|
|
|
|
API health endpoint. |
|
Check the health of the permissions API. |
|
API ping endpoint. |
Check the health of the site capabilities API. |
Attributes
- async status.cache_health()
Check the health of the cache.
- status.config
- async status.data_management_api_health()
Check the health of the data management API.
- async status.database_health()
Check the health of the database.
- async status.fetch_health_status(permissions)
- async status.health(request)
API health endpoint.
- status.logger
- async status.permission_api_health(permissions_client)
Check the health of the permissions API.
- async status.ping(request)
API ping endpoint.
- async status.site_capabilities_api_health()
Check the health of the site capabilities API.
- status.status_router