Explorer Health
Misc
Explorer Health
Provides the health status of all modules of the explorer. This endpoint is useful for monitoring the availability and functionality of the explorer’s components.
- Modules Monitored: Includes monitoring of services such as
monitoring_app,monitoring_el_data,monitoring_services,monitoring_cl_data,monitoring_api,monitoring_redis. - Response Details: Returns the status of each module. If all modules are operational, the response will indicate success. Otherwise, it will return an error with details about the failing modules.
GET
Explorer Health
Authorizations
Response
All modules are healthy. Response format:
module monitoring_el_data: OK
module monitoring_cl_data: OK
module monitoring_redis: OK
module monitoring_api: OK
module monitoring_services: OK
module monitoring_app: OK
