Ruby

Below is an example of making an HTTP request to Webbflix watchdog from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('http://127.0.0.1:18000/ping/your-uuid-here'))