Project

General

Custom queries

Profile

Actions

Feature #8306

closed

API for selecting multiple *packages*, and 'apply them' to multiple content views in multiple environments.

Added by Walden Raines over 10 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Category:
API
Target version:
Difficulty:
medium
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Related issues 1 (0 open1 closed)

Blocks Katello - Tracker #8176: Errata Management Incremental UpdatesResolved10/29/2014

Actions

Added by Justin Sherrill over 10 years ago

Revision 981dac77 (diff)

fixes #8306,8177,8180 - adding incremnetal update api

example api call:

POST /katello/api/v2/content_view_versions/incremental_update

{
"content_view_version_environments": [{"content_view_version_id": 5, "environment_ids": [1,2,3]}],
"add_content": {"errata_ids": ["3068d8b3-5546-4ad7-90ea-8df0c0af5792"] },
"environment_ids": [1],
"resolve_dependencies": true
}

Added by Justin Sherrill over 10 years ago

Revision fb191e48

Merge pull request #4844 from jlsherrill/inc_update

fixes #8306,8177,8180 - adding incremnetal update api

Actions

Also available in: Atom PDF