Sha256: 3bb7ade319112ed5cd69ce7e99266737204752743561c7387c5178ac7b945a78

Contents?: true

Size: 815 Bytes

Versions: 18

Compression:

Stored size: 815 Bytes

Contents

object @resource
extends 'katello/api/v2/common/identifier'

extends 'katello/api/v2/common/timestamps'

attributes :latest
child :composite_content_view => :composite_content_view do
  attributes :id, :name, :label, :description, :next_version, :latest_version, :version_count
end

child :content_view => :content_view do
  attributes :id, :name, :label, :description, :next_version, :latest_version, :version_count
end

child :latest_version => :content_view_version do
  attributes :id, :name, :label, :content_view_id, :version

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

  child :environments => :environments do
    attributes :id, :name, :label
  end

  child :archived_repos => :repositories do
    attributes :id, :name, :label, :description
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
katello-4.2.2 app/views/katello/api/v2/content_view_components/show.json.rabl
katello-4.2.1 app/views/katello/api/v2/content_view_components/show.json.rabl
katello-4.2.0.1 app/views/katello/api/v2/content_view_components/show.json.rabl
katello-4.1.4 app/views/katello/api/v2/content_view_components/show.json.rabl
katello-4.2.0.1.rc3 app/views/katello/api/v2/content_view_components/show.json.rabl
katello-4.2.0.1.rc2 app/views/katello/api/v2/content_view_components/show.json.rabl
katello-4.2.0.rc2 app/views/katello/api/v2/content_view_components/show.json.rabl
katello-4.1.3 app/views/katello/api/v2/content_view_components/show.json.rabl
katello-4.2.0.rc1 app/views/katello/api/v2/content_view_components/show.json.rabl
katello-4.1.2.1 app/views/katello/api/v2/content_view_components/show.json.rabl
katello-4.1.2 app/views/katello/api/v2/content_view_components/show.json.rabl
katello-4.1.1 app/views/katello/api/v2/content_view_components/show.json.rabl
katello-4.1.0 app/views/katello/api/v2/content_view_components/show.json.rabl
katello-4.1.0.rc2.2 app/views/katello/api/v2/content_view_components/show.json.rabl
katello-4.1.0.rc2.1 app/views/katello/api/v2/content_view_components/show.json.rabl
katello-4.1.0.rc2 app/views/katello/api/v2/content_view_components/show.json.rabl
katello-4.1.0.rc1.1 app/views/katello/api/v2/content_view_components/show.json.rabl
katello-4.1.0.rc1 app/views/katello/api/v2/content_view_components/show.json.rabl