Uptime-Kuma-Web-API icon indicating copy to clipboard operation
Uptime-Kuma-Web-API copied to clipboard

Uptime Kuma REST API

Results 34 Uptime-Kuma-Web-API issues
Sort by recently updated
recently updated
newest added

I succesfully installed the docker-compose containers and I have both ports working with uptime kuma and the api. However when I try to login via the Swagger page or via...

Currently im unable to authenticate. ive recreated the user. checked permissions and logs. just returns faulty credentials at all times. ![image](https://github.com/MedAziz11/Uptime-Kuma-Web-API/assets/111591483/0cd73ea4-7582-456b-ad1e-9b0290c2741a) i have tried the credentials listed in the compose...

Hello want to retest #62 with an RPi and Bookworm as docker host OS. But the startup of the image medaziz11/uptimekuma_restapi leads to this errors: ``` pi@hadersdorf:~/Uptime-Kuma $ docker-compose logs...

**Error from log container:** return await func(self, query, *args) File "/app/venv/lib/python3.9/site-packages/tortoise/backends/sqlite/client.py", line 153, in execute_script async with self.acquire_connection() as connection: File "/app/venv/lib/python3.9/site-packages/tortoise/backends/base/client.py", line 220, in __aenter__ await self.ensure_connection() File "/app/venv/lib/python3.9/site-packages/tortoise/backends/base/client.py",...

It seems that there is a compatibility issue with the version. My api version is 1.2.2 and the uptime-kuma version is 1.23.11. Restoring a backup via API is ending into...

I have setup a few groups for monitors, groups are in fact same monitors records but use the parent field for showing dependances. When posting with curl, seems like this...

Hi, When I attempt to retrieve my slug, I encounter an unknown error in the documentation: { "detail": "Unexpected Error: 'version'" } Here is the log I receive: tools-uptime-kuma_api.1.uwhwpvl7k6vh@cdalr-prd-docker-06 |...

Hello running latest Uptime-Kuma and Uptime-Kuma-Web-API Docker image under RPi4 64 bit. Command ``` curl -X 'GET' \ 'http://hadersdorf.myDomain.com:3002/statuspages' \ -H 'accept: application/json' \ -H 'Authorization: Bearer ' ``` Result...

Hi everyone, I find myself needing to manage personalized notifications for each monitor. Will the ability to create notifications and edit them be implemented? or do you have any suggestions...

### **Overview** This pull request addresses the issue [#58](https://github.com/MedAziz11/Uptime-Kuma-Web-API/issues/58) in the Uptime Kuma Web API repository. The issue detailed problems with creating a monitor of type `json-query`, which was not...