module InsightsCloud::WebUi

Constants

ADVISOR
PATCH
VULNERABILITY

Public Class Methods

system_url(subsystem, host_uuid) click to toggle source
# File lib/insights_cloud.rb, line 7
def self.system_url(subsystem, host_uuid)
  ForemanRhCloud.base_url + "/insights/#{subsystem}/systems/#{host_uuid}"
end