GET /katello/api/content_views/:composite_content_view_id/content_view_components
List components attached to this content view

パラメーター

パラメーター名 記述
composite_content_view_id
必須

composite content view identifier

Validations:

  • number.


PUT /katello/api/content_views/:composite_content_view_id/content_view_components/add
Add components to the content view

パラメーター

パラメーター名 記述
composite_content_view_id
必須

composite content view identifier

Validations:

  • number.

components
必須

Array of components to add

Validations:

  • Must be an Array of nested elements

components[content_view_version_id]
任意

identifier of the version of the component content view

Validations:

  • number.

components[content_view_id]
任意

content view identifier of the component who's latest version is desired

Validations:

  • number.

components[latest]
任意

true if the latest version of the component's content view is desired

Validations:

  • boolean


PUT /katello/api/content_views/:composite_content_view_id/content_view_components/remove
Remove components from the content view

パラメーター

パラメーター名 記述
composite_content_view_id
必須

composite content view identifier

Validations:

  • number.

component_ids
必須

Array of content view component IDs to remove. Identifier of the component association

Validations:

  • Must be an array of any type


GET /katello/api/content_views/:composite_content_view_id/content_view_components/:id
Show a content view component

パラメーター

パラメーター名 記述
composite_content_view_id
必須

composite content view numeric identifier

Validations:

  • number.

id
必須

content view component ID. Identifier of the component association

Validations:

  • number.


PUT /katello/api/content_views/:composite_content_view_id/content_view_components/:id
Update a component associated with the content view

パラメーター

パラメーター名 記述
composite_content_view_id
必須

composite content view identifier

Validations:

  • number.

id
必須

content view component ID. Identifier of the component association

Validations:

  • number.

content_view_version_id
任意

identifier of the version of the component content view

Validations:

  • number.

latest
任意

true if the latest version of the components content view is desired

Validations:

  • boolean