Uptime-Kuma-Web-API
Uptime-Kuma-Web-API copied to clipboard
Uptime Kuma REST API
### **Overview:** I encountered an error while attempting to create a monitor of type `json-query` through the [POST] /monitors API endpoint. ### **Request Details:** I sent the following JSON payload...
Hello, I use SSO at home and i have disable Uptime Kuma auth. How to use this RestAPI without auth ? I try with this config: ``` KUMA_SERVER: "uptime-kuma.uptime-kuma" KUMA_USERNAME:...
Hi, I try the curl example script: === TOKEN=$(curl -X -L 'POST' -H 'Content-Type: application/x-www-form-urlencoded' --data 'username=admin&password=admin' http://127.0.0.1:8000/login/access-token/ | jq -r ".access_token") curl -L -H 'Accept: application/json' -H "Authorization: Bearer...
Parameter for #localtime and #timezone would be fine to have the same date/time as the Uptime-Kume container. ``` volumes: - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro ``` ``` # Add support tools RUN...
I am trying to use the Web API tool to access Uptime Kuma for automation of website and host checks. During a first sync, the scripts ran into dozens of...
I have the interface of casaOS I have created the file docker-compose.yml with these parameters `version: "3.9" services: kuma: container_name: uptime-kuma image: louislam/uptime-kuma:latest ports: - "3001:3001" restart: always volumes: -...
Hi, firstly thanks for your work on this, just what I have been looking for. I want to use this to integrate Kuma with my Home Assistant image, to have...
My uptime kuma runs in a pterodactyl egg. i would like to run this API in pterodactyl too. Is that possible?