Below is an example of making an HTTP request to ATK LAB from Ruby.
require 'net/http' require 'uri' Net::HTTP.get(URI.parse('https://healthchecks.docker2.atklab.space/ping/your-uuid-here'))