-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for cdn and maxRevalDurationDays qparams to GET /jobs (#6154
) * Add support for cdnId and maxRevalDurationDays qparams to GET /jobs For the `GET /jobs` API, add support for the following query parameters: - `cdn` to return jobs for delivery services in the given CDN with this name - `maxRevalDurationDays` to return jobs with a start_time that is greater than now() - $maxRevalDurationDays (a parameter in the GLOBAL profile which controls how long any created invalidation job can last) Related: #5674 * Use cdn (name) query param instead of cdnId * Use startTime in the docs instead of start_time, log test error
- Loading branch information
Showing
9 changed files
with
203 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.