summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-10-17 15:27:13 +0300
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-10-22 15:51:07 +0100
commite96aeb1260382cdaa297b22d12e37bab69ac6444 (patch)
treee3eea3a4db2c4e38f2c89e410fe8e91124d1c743
parentf9ea6b7761a5dbfe7b5e5b2adcabf70525184d7e (diff)
downloadlorry-controller-e96aeb1260382cdaa297b22d12e37bab69ac6444.tar.gz
Fix job listing HTTP queries in ARCH
-rw-r--r--ARCH5
1 files changed, 4 insertions, 1 deletions
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.