class ProxyAPI::Openscap

def arf_report_html(report, cname)

def arf_report_html(report, cname)
  begin
    @connect_params[:headers] = { :accept => 'application/html' }
    get "/arf/#{report.id}/#{cname}/#{report.reported_at.to_i}/#{report.policy_arf_report.digest}/html"
  rescue => e
    raise ::ProxyAPI::ProxyException.new(url, e, N_("Unable to get HTML version of requested report from Smart Proxy"))
  end
end