From e96aeb1260382cdaa297b22d12e37bab69ac6444 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 17 Oct 2014 15:27:13 +0300 Subject: Fix job listing HTTP queries in ARCH --- ARCH | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ARCH b/ARCH index a815c99..1588dfc 100644 --- a/ARCH +++ b/ARCH @@ -282,9 +282,12 @@ Running job management: MINION gets around to it.) This request returns as soon as the STATEDB change is done. -* `GET /1.0/list-all-jobs` causes WEBAPP to return a JSON list of ids +* `GET /1.0/list-jobs` causes WEBAPP to return a JSON list of ids of all jobs, running or finished, that it knows about. (RQ/ALLJOBS) +* `GET /1.0/list-jobs-html` is the same as `list-jobs`, but returns an + HTML page instead. + * `POST /1.0/remove-job` with `job_id=jobid` in the body, removes a stopped job from the state database. -- cgit v1.2.1