# File lib/fog/softlayer/requests/compute/generate_bare_metal_order_template.rb, line 35
        def generate_bare_metal_order_template(order_template)
          request(:hardware_server, :generate_order_template, body: order_template, :http_method => :POST)
        end