Below is an example of making an HTTP request to ITS-Outpost-Healthchecks from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('https://its-outpost-healthchecks.fzi.de/ping/your-uuid-here'))