Ruby

Below is an example of making an HTTP request to B2 Network HealthCheck from Ruby.

require 'net/http'
require 'uri'

Net::HTTP.get(URI.parse('https://healthcheck.b2n.fr/ping/your-uuid-here'))