module A2::Client::Reporting
Public Instance Methods
export_node_reports(json, output_file)
click to toggle source
# File lib/a2/client/reporting.rb, line 4 def export_node_reports(json, output_file) download_file '/api/v0/compliance/reporting/node/export', json, output_file end
list_reports(json)
click to toggle source
# File lib/a2/client/reporting.rb, line 8 def list_reports(json) post '/api/v0/compliance/reporting/reports', json end