Sha256: 1be4645b98154be5327d3095f7c5497c73b379edaad3423e8ef8beff2d9cdb5f
Contents?: true
Size: 694 Bytes
Versions: 1
Compression:
Stored size: 694 Bytes
Contents
child :content_facet => :content do extends 'katello/api/v2/content_facet/base' node do |content_facet| version = content_facet.content_view_version { :content_view_version => version.version, :content_view_version_id => version.id } end node :content_view_default? do |content_facet| content_facet.content_view.default? end node :lifecycle_environment_library? do |content_facet| content_facet.lifecycle_environment.library? end node :katello_agent_installed do |content_facet| content_facet.katello_agent_installed? end end child :host_collections => :host_collections do attributes :id, :name end attributes :description, :facts
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
katello-3.0.0.rc2 | app/views/katello/api/v2/content_facet/show.json.rabl |