Sha256: ad31766a5c7ac51319d4eb70cd7b7732642c6ea95e15e83d5a11179d8953484e

Contents?: true

Size: 501 Bytes

Versions: 10

Compression:

Stored size: 501 Bytes

Contents

object @resource

attributes :uuid => :id
attributes :title, :errata_id
attributes :issued, :updated, :version, :status, :release
attributes :severity, :description, :solution, :summary, :reboot_suggested
attributes :_href

child :cves => :cves do
  attributes :cve_id, :href
end

attributes :errata_type => :type

node(:systems_available_count) { |m| m.systems_available.count }
node(:systems_applicable_count) { |m| m.systems_applicable.count }

node :packages do |e|
  e.packages.pluck(:nvrea)
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
katello-2.4.5 app/views/katello/api/v2/errata/show.json.rabl
katello-2.4.4 app/views/katello/api/v2/errata/show.json.rabl
katello-2.4.3 app/views/katello/api/v2/errata/show.json.rabl
katello-2.4.2 app/views/katello/api/v2/errata/show.json.rabl
katello-2.4.1 app/views/katello/api/v2/errata/show.json.rabl
katello-2.4.0 app/views/katello/api/v2/errata/show.json.rabl
katello-2.4.0.rc3 app/views/katello/api/v2/errata/show.json.rabl
katello-2.4.0.rc2 app/views/katello/api/v2/errata/show.json.rabl
katello-2.4.0.rc1 app/views/katello/api/v2/errata/show.json.rabl
katello-2.2.2 app/views/katello/api/v2/errata/show.json.rabl