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