Bug 1055750

Summary: [RFE] Add API for "list of repos published with distributor X since Y"
Product: [Retired] Pulp Reporter: Dennis Gregorovic <dgregor>
Component: API/integrationAssignee: pulp-bugs
Status: CLOSED UPSTREAM QA Contact: pulp-qe-list
Severity: unspecified Docs Contact:
Priority: medium    
Version: MasterCC: lockhart, skarmark
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-02-19 01:12:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dennis Gregorovic 2014-01-20 20:55:17 UTC
I would like to get a list of all repos that have been published with the yum distributor in the last 24 hours.  It's possible to make this query one repo at a time, but that is not practical for a server with many repos.  Please add an API that takes the following inputs:
 * distributor_type_id (e.g. yum_distributor)
 * since_date
 * until_date (optional)

and returns a list of repositories like the /pulp/api/v2/repositories/search/ API.  In fact, it would be great if /pulp/api/v2/repositories/search/ could be extended to take the above fields as additional search criteria.

Comment 2 Brian Bouterse 2015-02-19 01:12:21 UTC
Moved to https://pulp.plan.io/issues/214