Class: ForemanGutterball::Api::V2::ContentReportsController

Inherits:
Katello::Api::V2::ApiController
  • Object
show all
Defined in:
app/controllers/foreman_gutterball/api/v2/content_reports_controller.rb

Instance Method Summary collapse

Instance Method Details

#status_trendObject



52
53
54
# File 'app/controllers/foreman_gutterball/api/v2/content_reports_controller.rb', line 52

def status_trend
  zomg_reports!('status_trend')
end

#system_statusObject



18
19
20
# File 'app/controllers/foreman_gutterball/api/v2/content_reports_controller.rb', line 18

def system_status
  zomg_reports!('consumer_status')
end

#system_trendObject



35
36
37
# File 'app/controllers/foreman_gutterball/api/v2/content_reports_controller.rb', line 35

def system_trend
  zomg_reports!('consumer_trend')
end