I found this two kb entries:
https://kb.paessler.com/en/topic/62304-restful-one-time-maintenance-window#reply-200661
https://kb.paessler.com/en/topic/61037-maintenance-schedule-once-per-two-weeks-or-more#reply-195796
I'd like to set the maintanence interval by api.
I run the following 3 API Requests. The Response Code was "OK" by all requests. But nothing happens. The Object (a device) of the id doesnt paused between the interval. And in History was no entry set.
https://prtg.teamgruppe.home/api/setobjectproperty.htm?username=prtg-user&passhash=xxxxxxxxxx&id=17606&name=maintstart&value=2020-11-30-17-30-00
https://prtg.teamgruppe.home/api/setobjectproperty.htm?username=prtg-user&passhash=xxxxxxxxxx&id=17606&name=maintend&value=2020-11-30-17-30-00
https://prtg.teamgruppe.home/api/setobjectproperty.htm?username=prtg-user&passhash=xxxxxxxxxx&id=17606&name=maintenable&value=1
By other objects (groups oder devices). It only set the maintenance end time. (i can see it in history). The result: the device paused now and not in future.
Add comment