Sha256: 6d0364726f3698b2f25810a6f8c9cd115fa2f9bdba08f924861d377b9f857510

Contents?: true

Size: 493 Bytes

Versions: 9

Compression:

Stored size: 493 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(:hosts_available_count) { |m| m.hosts_available.count }
node(:hosts_applicable_count) { |m| m.hosts_applicable.count }

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
katello-3.0.2 app/views/katello/api/v2/errata/show.json.rabl
katello-3.0.1 app/views/katello/api/v2/errata/show.json.rabl
katello-3.0.0 app/views/katello/api/v2/errata/show.json.rabl
katello-3.0.0.rc7 app/views/katello/api/v2/errata/show.json.rabl
katello-3.0.0.rc5 app/views/katello/api/v2/errata/show.json.rabl
katello-3.0.0.rc4 app/views/katello/api/v2/errata/show.json.rabl
katello-3.0.0.rc3 app/views/katello/api/v2/errata/show.json.rabl
katello-3.0.0.rc2 app/views/katello/api/v2/errata/show.json.rabl
katello-3.0.0.rc1 app/views/katello/api/v2/errata/show.json.rabl