Story #5231
Updated by ttereshc over 5 years ago
Create a new endpoint to query the Pulp2-Pulp3 mapping for content. Required info (agreed with Katello): > pulp2_content_id (e.g. '6168ebd6-0ffb-48b9-8ebb-e5f1775d1e0c') > pulp2_content_type (e.g. 'iso') > pulp3_content_href (e.g. '/pulp/api/v3/content/file/files/6d382246-4838-4350-a9ea-33e5de25ca11/d3cf852f-d7ff-40e0-b95b-5e35f74aacf8') > 'd3cf852f-d7ff-40e0-b95b-5e35f74aacf8') pulp3_content_type (e.g. 'file') > pulp3_created (time of creation in Pulp 3) (e.g."2019-07-22T10:06:48.881666Z") This information can be found on Pulp2Content model. Add ability to filter by content types and creation time. Ask Katello if any other filters are needed,