1
0
Fork 0
mirror of synced 2024-07-05 22:51:24 +12:00
appwrite/app/sdks/server-php/docs/health.md
2020-05-17 19:12:48 +03:00

2.3 KiB

Health Service

Get HTTP

GET https://appwrite.io/v1/health

** Check the Appwrite HTTP server is up and responsive. **

Get Anti virus

GET https://appwrite.io/v1/health/anti-virus

** Check the Appwrite Anti Virus server is up and connection is successful. **

Get Cache

GET https://appwrite.io/v1/health/cache

** Check the Appwrite in-memory cache server is up and connection is successful. **

Get DB

GET https://appwrite.io/v1/health/db

** Check the Appwrite database server is up and connection is successful. **

Get Certificate Queue

GET https://appwrite.io/v1/health/queue/certificates

** Get the number of certificates that are waiting to be issued against Letsencrypt in the Appwrite internal queue server. **

Get Functions Queue

GET https://appwrite.io/v1/health/queue/functions

Get Logs Queue

GET https://appwrite.io/v1/health/queue/logs

** Get the number of logs that are waiting to be processed in the Appwrite internal queue server. **

Get Tasks Queue

GET https://appwrite.io/v1/health/queue/tasks

** Get the number of tasks that are waiting to be processed in the Appwrite internal queue server. **

Get Usage Queue

GET https://appwrite.io/v1/health/queue/usage

** Get the number of usage stats that are waiting to be processed in the Appwrite internal queue server. **

Get Webhooks Queue

GET https://appwrite.io/v1/health/queue/webhooks

** Get the number of webhooks that are waiting to be processed in the Appwrite internal queue server. **

Get Local Storage

GET https://appwrite.io/v1/health/storage/local

** Check the Appwrite local storage device is up and connection is successful. **

Get Time

GET https://appwrite.io/v1/health/time

** Check the Appwrite server time is synced with Google remote NTP server. We use this technology to smoothly handle leap seconds with no disruptive events. The Network Time Protocol (NTP) is used by hundreds of millions of computers and devices to synchronize their clocks over the Internet. If your computer sets its own clock, it likely uses NTP. **