GET /katello/api/content_views/1058174929/content_view_components 200 { "total": 0, "subtotal": 0, "selectable": 0, "page": 1, "per_page": 20, "error": null, "search": null, "sort": { "by": "label", "order": "asc" }, "results": [] }
Param name | Description |
---|---|
composite_content_view_id
required |
composite content view identifier Validations:
|
PUT /katello/api/content_views/1058174933/content_view_components/add { "components": [ { "content_view_id": 909058347, "latest": true } ], "content_view_component": {} } 200 { "total": 1, "subtotal": 1, "selectable": 1, "page": null, "per_page": null, "error": null, "search": null, "sort": { "by": null, "order": null }, "results": [ { "latest": true, "id": 26, "created_at": "2023-08-23 20:16:58 UTC", "updated_at": "2023-08-23 20:16:58 UTC", "composite_content_view": { "id": 1058174933, "name": "Database307", "label": "Database307", "description": "This content view is for database content", "next_version": 1, "latest_version": null, "version_count": 0 }, "content_view": { "id": 909058347, "name": "Published Library and dev view", "label": "published_dev_view", "description": "A content view", "next_version": 2, "latest_version": "1.0", "version_count": 1 }, "content_view_version": { "id": 172022917, "name": "Published Library and dev view 1.0", "content_view_id": 909058347, "version": "1.0", "content_view": { "id": 909058347, "name": "Published Library and dev view", "label": "published_dev_view", "description": "A content view" }, "environments": [ { "id": 562075838, "name": "Library", "label": "library_label" }, { "id": 292811013, "name": "Dev", "label": "dev_label" }, { "id": 292811013, "name": "Dev", "label": "dev_label" } ], "repositories": [ { "id": 748949853, "name": "Fedora 17 x86_64", "label": "fedora_17_x86_64_label", "description": "My description" }, { "id": 717034840, "name": "My Files", "label": "My_Files", "description": null } ] }, "component_content_view_versions": [ { "id": 172022917, "version": "1.0", "description": null, "published_at_words": "21 minutes" } ] } ] }
Param name | Description |
---|---|
composite_content_view_id
required |
composite content view identifier Validations:
|
components
required |
Array of components to add Validations:
|
components[content_view_version_id]
optional |
identifier of the version of the component content view Validations:
|
components[content_view_id]
optional |
content view identifier of the component who's latest version is desired Validations:
|
components[latest]
optional |
true if the latest version of the component's content view is desired Validations:
|
PUT /katello/api/content_views/1058174926/content_view_components/remove { "component_ids": [ 21 ], "content_view_component": {} } 200 { "total": 0, "subtotal": 0, "selectable": 0, "page": null, "per_page": null, "error": null, "search": null, "sort": { "by": null, "order": null }, "results": [] }
Param name | Description |
---|---|
composite_content_view_id
required |
composite content view identifier Validations:
|
component_ids
required |
Array of content view component IDs to remove. Identifier of the component association Validations:
|
GET /katello/api/content_views/1058174930/content_view_components/24 204
Param name | Description |
---|---|
composite_content_view_id
required |
composite content view numeric identifier Validations:
|
id
required |
content view component ID. Identifier of the component association Validations:
|
PUT /katello/api/content_views/1058174927/content_view_components/22 { "content_view_version_id": 172022917, "latest": false, "content_view_component": { "content_view_version_id": 172022917, "latest": false } } 204
Param name | Description |
---|---|
composite_content_view_id
required |
composite content view identifier Validations:
|
id
required |
content view component ID. Identifier of the component association Validations:
|
content_view_version_id
optional |
identifier of the version of the component content view Validations:
|
latest
optional |
true if the latest version of the components content view is desired Validations:
|