Actions
Feature #13284
closedUpdate applicable errata regeneration code handling
Description
This protocol has changed for pulp 2.8.
Updated by Partha Aji almost 10 years ago
- Related to Tracker #13282: Pulp 2.8 added
Updated by Dennis Kliban almost 10 years ago
A request made to
/v2/repositories/actions/content/regenerate_applicability/now returns a group call report that looks like this:
{
"_href": "/pulp/api/v2/task_groups/16412fcb-06fa-4caa-818b-b103e2a9bf44/",
"group_id": "16412fcb-06fa-4caa-818b-b103e2a9bf44"
}
The `_href` from the above group call report, does not currently return anything. However, you can append '/state-summary/' to the URL and perform a GET request to retrieve a `task_group_summary`. The request to
/pulp/api/v2/task_groups/16412fcb-06fa-4caa-818b-b103e2a9bf44/state-summary/will return task group summary that will look like this:
{
"accepted": 0,
"finished": 100,
"running": 4,
"canceled": 0,
"waiting": 2,
"skipped": 0,
"suspended": 0,
"error": 0,
"total": 106
}
Documentation related to this can be found here[0-1]
[0] https://github.com/pulp/pulp/blob/master/docs/dev-guide/integration/rest-api/consumer/applicability.rst#generate-content-applicability-for-updated-repositories
[1] https://github.com/pulp/pulp/blob/master/docs/dev-guide/integration/rest-api/tasks.rst#task-group-management
Updated by The Foreman Bot almost 10 years ago
- Status changed from New to Ready For Testing
- Assignee set to Partha Aji
- Pull request https://github.com/Katello/katello/pull/5729 added
Updated by The Foreman Bot almost 10 years ago
- Pull request https://github.com/Katello/runcible/pull/167 added
Updated by Partha Aji almost 10 years ago
- Copied to Feature #13566: Update Katello to use Task Groups added
Updated by Partha Aji almost 10 years ago
- Project changed from Katello to Runcible
- Pull request deleted (
https://github.com/Katello/katello/pull/5729)
Updated by The Foreman Bot almost 10 years ago
- Pull request https://github.com/Katello/katello/pull/5729 added
Updated by Eric Helms almost 10 years ago
- Tracker changed from Bug to Feature
- Translation missing: en.field_release set to 132
- Pull request deleted (
https://github.com/Katello/katello/pull/5729)
Updated by Partha Aji almost 10 years ago
- Status changed from Ready For Testing to Closed
Actions