From 555cef88fe09134ac98fd0ad056121c7df2539aa Mon Sep 17 00:00:00 2001 From: guoxiaolongzte Date: Sun, 2 Apr 2017 08:16:08 +0800 Subject: [PATCH] '/applications/[app-id]/jobs' in rest api,status should be [running|succeeded|failed|unknown] --- docs/monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/monitoring.md b/docs/monitoring.md index 80519525af0c3..c1e827224b5b4 100644 --- a/docs/monitoring.md +++ b/docs/monitoring.md @@ -289,7 +289,7 @@ can be identified by their `[attempt-id]`. In the API listed below, when running /applications/[app-id]/jobs A list of all jobs for a given application. -
?status=[complete|succeeded|failed] list only jobs in the specific state. +
?status=[running|succeeded|failed|unknown] list only jobs in the specific state.