Feature request: Add UptimeRobot Provider #501

Open
opened 2025-11-20 04:24:35 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @Im-0xC7 on GitHub (Feb 26, 2025).

  1. What's the feature?

Add UptimeRobot as a provider

  1. Extra information?

URL can be updated via a simple POST request to https://api.uptimerobot.com/v2/editMonitor with the following parameters:

  • api_key (obtainable via their website)
  • id (the id of the monitor to update)
  • url (the new ip address/url to check)

Body must be encoded as application/x-www-form-urlencoded

Originally created by @Im-0xC7 on GitHub (Feb 26, 2025). 1. What's the feature? Add [UptimeRobot](https://uptimerobot.com) as a provider 2. Extra information? URL can be updated via a simple POST request to `https://api.uptimerobot.com/v2/editMonitor` with the following parameters: - api_key (obtainable via their website) - id (the id of the monitor to update) - url (the new ip address/url to check) Body must be encoded as application/x-www-form-urlencoded
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#501