Sha256: 9a5b70997cc220a6b16ba4c88db9da5bffcf2e23f5fc4ecb8169a90e0f968f87

Contents?: true

Size: 355 Bytes

Versions: 30

Compression:

Stored size: 355 Bytes

Contents

module InsightsCloud
  module WebUi
    ADVISOR = 'advisor'
    VULNERABILITY = 'vulnerability'
    PATCH = 'patch'

    def self.system_url(subsystem, host_uuid)
      ForemanRhCloud.base_url + "/insights/#{subsystem}/systems/#{host_uuid}"
    end
  end

  def self.hits_export_url
    ForemanRhCloud.base_url + '/api/insights/v1/export/hits/'
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
foreman_rh_cloud-2.0.18.1 lib/insights_cloud.rb
foreman_rh_cloud-1.0.18 lib/insights_cloud.rb
foreman_rh_cloud-2.0.18 lib/insights_cloud.rb
foreman_rh_cloud-1.0.17 lib/insights_cloud.rb
foreman_rh_cloud-2.0.17 lib/insights_cloud.rb
foreman_rh_cloud-2.0.16 lib/insights_cloud.rb
foreman_rh_cloud-1.0.16 lib/insights_cloud.rb
foreman_rh_cloud-3.0.16 lib/insights_cloud.rb
foreman_rh_cloud-1.0.15 lib/insights_cloud.rb
foreman_rh_cloud-2.0.15 lib/insights_cloud.rb
foreman_rh_cloud-3.0.15 lib/insights_cloud.rb
foreman_rh_cloud-3.0.14 lib/insights_cloud.rb
foreman_rh_cloud-2.0.14 lib/insights_cloud.rb
foreman_rh_cloud-1.0.14 lib/insights_cloud.rb
foreman_rh_cloud-0.9.14 lib/insights_cloud.rb
foreman_rh_cloud-0.9.13.1 lib/insights_cloud.rb
foreman_rh_cloud-1.0.13.1 lib/insights_cloud.rb
foreman_rh_cloud-2.0.13.1 lib/insights_cloud.rb
foreman_rh_cloud-0.9.13 lib/insights_cloud.rb
foreman_rh_cloud-1.0.13 lib/insights_cloud.rb