Include IPv4/6 status in API
Thomas Jensen
It would be useful if the check IPv4/6 offering was included in the API, that way I could integrate an external IPv6 check into my local Uptime Kuma instance.
Log In
Adrien Rey-Jarthon
I'm not sure what you mean exactly, are you talking about a new API endpoint to issue a single check that you could trigger from another monitoring service? Or about exposing the separate IPv4 and IPv6 status from your existing updown checks?
Thomas Jensen
Adrien Rey-Jarthon The latter, so adding it to this data set: https://updown.io/api#GET-/api/checks/:token, something simple to parse - like:
offers_ipv4: true
offers_ipv6: false