Ruby

Below is an example of making a HTTP request to VCU TS Healthchecks from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('https://healthcheck.ts.vcu.edu/ping/your-uuid-here'))