Below is an example of making an HTTP request to Healthcheck ID3I from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('http://healthcheck.id3i-maintenance.fr/ping/your-uuid-here'))