So i wanted to monitor everything on my appwrite instance tho it seams like there is no API scope available for thoses.
Looking at : https://appwrite.io/docs/references/1.8.x/server-nodejs/health I should be able to create an API key and use it to healthcheck if appwrite is still online. But i can't create an API key with the scope health.read which is required for thoses endpoint.
So now i would have multiple question. Is it possible to run a healthcheck ? on Cloud ? and on Self-Hosted ? If yes, how should we setup the keys ? (what scope are needed and if not in the UI how to enable them)
Why unable to create api key with health?
ok i'm holy blind then xpp. it's like the 10th time i check if it's on the API keys but never saw it. (either got patched in like 1.8.X where i didn't often checked that, or i was just blind as fuck)
also is there a reason why the healthcheck are not public ? (or at least one endpoint to know if the container is running for self-hosted)
[SOLVED] How to use the Health endpoints
Recommended threads
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...