louy / terraform-provider-uptimerobot

A terraform provider for UptimeRobot
Mozilla Public License 2.0
123 stars 82 forks source link

Support monitor type "heartbeat": #65

Open Luzifer opened 4 years ago

Luzifer commented 4 years ago

Uptimerobot introduced a new monitor type "heartbeat" (currently in beta) which is not currently supported by the provider:

image

    {
      "id": 1234,
      "friendly_name": "Name of the monitor",
      "url": "https://heartbeat.uptimerobot.com/***unique-id***", // Generated, output only!
      "type": 5,
      "sub_type": "",
      "keyword_type": null,
      "keyword_value": "",
      "http_username": "",
      "http_password": "",
      "port": "",
      "interval": 120,
      "status": 2,
      "create_datetime": 1571054643
    }
louy commented 4 years ago

Do you have a link to the docs where they mention this by any chance?

Luzifer commented 4 years ago

Sadly it isn't yet mentioned in the API docs. Probably because it's still in beta…

arthar360 commented 3 years ago

This enhancement will be very helpful. @louy Here is the documentation for it https://uptimerobot.com/api/ And this feature is now stable as well.

rogerioefonseca commented 2 years ago

Hmm, this enhancement would be very helpful Indeed.

spull536 commented 1 year ago

Hello @louy : Any chance if we could expect this enhancement in the distant future? This would be very helpful if implemented. Thanks