Monitoring Lean Service Status via API and Web Page
Overview
Monitoring the status of Lean services is crucial for maintaining smooth operations. This guide explains how to use the available tools and endpoints to check the status of Lean services.
Using the /banks Endpoint
The /banks
endpoint can be used as a pseudo status update. If the endpoint goes down, it generally indicates a system-level fault. Unauthorized notifications may be returned if there are issues such as broken authentication.
Automatic Status Monitoring
Each bank has a status tied to whether it is enabled or disabled. Automatic toggle logic is in place based on stability across all clients, ensuring that services are enabled or disabled as needed.
Accessing the Status Page
For a comprehensive view of the Lean service status, you can visit the status page at https://status.leantech.me/. This page provides up-to-date information on service availability and any ongoing issues.
Future API Considerations
While there is currently no dedicated API for accessing the status of Lean services, the possibility of developing a machine-friendly API is under consideration. This would provide an automated way to monitor service status.
Conclusion
By utilizing the /banks
endpoint and the status page, you can effectively monitor the status of Lean services. Stay tuned for potential future developments in API access for status monitoring.