# File lib/fog/softlayer/requests/compute/get_bare_metal_active_tickets.rb, line 32 def get_bare_metal_active_tickets(id) request(:hardware_server, "#{id.to_s}/getActiveTickets", :http_method => :GET) end