Uptime-Kuma-Web-API
Uptime-Kuma-Web-API copied to clipboard
Uptime Kuma REST API
Hi, when I try to create a monitor with [POST] /monitors and passing this in the request body: `{ "type": "http", "name": "website", "url":"https://example.com" }` I got this in response...
Could the application be configured to run _under_ a specific URL path. Say I want to make it available at URL `https://monitoring.example.com/uptime-api/` I can, from my web reverse proxy, strip...
It looks like the Swagger UI does not allow connecting to the API using a *bearer token*. When I click the "Authorize" button, I am only offered to fill credentials...
When I change the Admin_Pass on docker compose, it does not take effect even when performing a Docker Down and Up. I ended up deleting the DB files under /var/lib/docker/volumes/kuma_api/_data...
I could very well be just over looking this, but where can I pull current monitor status from? ie is a monitor "up or down"?
Hi, im not able to authorize. Commands and terminal output. I've added -s to supress the progress. Without -s same output. ``` [root@mysrv systools]$ TOKEN=$(curl -s -X POST -L -H...
Hi, thanks for your project. I made a script which is creating many monitors at once, but max that I get is 6 successful, the rest of them which fails...
Hey, When trying to using the /ping/ endpoint the api only shows the 24 hours average ping for monitor with id number #1. [{"id":"1","data":180}] This doesn't seem right.
By default medaziz11/uptimekuma_restapi appears to run under uid 100. This results in permissions errors on startup unless uid 100 has access to the /db volume. `sqlite3.OperationalError: unable to open database...