-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
UWS1.1. services allow to filter the job list by appending corresponding parameters, copied from the standard, section 2.2.1:
-
Filter by phase, e.g.
{service-url}/{jobs}?PHASE=EXECUTING -
{service-url}/{jobs}?AFTER=2014-09-10T10:01:02.000:
The server should only list jobs with start times after the given [std:iso8601] time in UTC. -
{service-url}/{jobs}?LAST=100
The server should list only the given number of most recent jobs ordered by ascending start times.
Filters can be appended, which is to be treated as a union/logical AND.
Servers may respond with a 303 redirect to the jobs-url including a LAST-filter, if the job list is too long.
Metadata
Metadata
Assignees
Labels
No labels