Users can check for the health of Syncari services by visiting https://status.syncari.com/. This provides status of Syncari App, Syncari APIs and Syncari Data Sync.
Service Status
The 3 services (Syncari App, Syncari APIs and Syncari Data Sync) have their own individual status. "Healthy" is the normal state and it means the service is running successfully.
Service Outage
When there is any service outage, you will see a "Unhealthy" status for the service. It means that the service is not available and Syncari engineering team is working on getting them back up. Once the issue is resolved, the status of the service will be back to "Healthy"
API for Monitoring
If you want to plug in the health check apis into your monitoring systems, you can use the below REST apis. NOTE : The ping interval must be atleast 30 minutes for each of these endpoints.
- Syncari App - GET `https://app.syncari.com/arcade/health`
- Syncari APIs - GET `https://api.syncari.com/health`
- Syncari Data Sync - GET `https://api.syncari.com/health/sync`