Skip to content

uws 1.1: job list filtering #21

@kristinriebe

Description

@kristinriebe

UWS1.1. services allow to filter the job list by appending corresponding parameters, copied from the standard, section 2.2.1:

  1. Filter by phase, e.g.
    {service-url}/{jobs}?PHASE=EXECUTING

  2. {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.

  3. {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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions