Actions
Story #6197
closedAs a user I can copy collections by name from one repo to another
Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Ticket moved to GitHub: "pulp/pulp_ansible/706":https://github.com/pulp/pulp_ansible/issues/706
The endpoint would use the copy action endpoint: /pulp/api/v3/repositories/ansible/ansible/copy/
.
It would take a criteria object (see below) and also a source_repository and destination_repository. A new repository version will be created in the destination repository.
{"TYPE": [{[fields]}]} so like {"collection_version": [{"namespace": "whatever", "name": "ok"}, {"namespace": "another}]}
It would copy all versions that match in all cases.
Updated by bmbouter over 3 years ago
- Project changed from Pulp to Ansible Plugin
Updated by pulpbot almost 2 years ago
- Description updated (diff)
- Status changed from NEW to CLOSED - DUPLICATE
Actions