Sha256: a9805de3196b001941d968a8000e397c5a600016f7e96a06452a9a6cddc93f43

Contents?: true

Size: 520 Bytes

Versions: 13

Compression:

Stored size: 520 Bytes

Contents

attributes :id, :uuid
attributes :content_view_id, :content_view_name
attributes :lifecycle_environment_id, :lifecycle_environment_name

child :content_view => :content_view do
  attributes :id, :name
end

child :lifecycle_environment => :lifecycle_environment do
  attributes :id, :name
end

node :errata_counts do |content_facet|
  if content_facet.host.content_host
    errata = content_facet.installable_errata
    partial('katello/api/v2/errata/counts', :object => Katello::RelationPresenter.new(errata))
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
katello-3.1.0.1 app/views/katello/api/v2/content_facet/base.json.rabl
katello-3.1.0 app/views/katello/api/v2/content_facet/base.json.rabl
katello-3.1.0.rc2.1 app/views/katello/api/v2/content_facet/base.json.rabl
katello-3.0.2 app/views/katello/api/v2/content_facet/base.json.rabl
katello-3.1.0.rc1 app/views/katello/api/v2/content_facet/base.json.rabl
katello-3.0.1 app/views/katello/api/v2/content_facet/base.json.rabl
katello-3.0.0 app/views/katello/api/v2/content_facet/base.json.rabl
katello-3.0.0.rc7 app/views/katello/api/v2/content_facet/base.json.rabl
katello-3.0.0.rc5 app/views/katello/api/v2/content_facet/base.json.rabl
katello-3.0.0.rc4 app/views/katello/api/v2/content_facet/base.json.rabl
katello-3.0.0.rc3 app/views/katello/api/v2/content_facet/base.json.rabl
katello-3.0.0.rc2 app/views/katello/api/v2/content_facet/base.json.rabl
katello-3.0.0.rc1 app/views/katello/api/v2/content_facet/base.json.rabl