From 551b2161cd4858699d9c8d92c10425f0870bb1b5 Mon Sep 17 00:00:00 2001 From: Taseer Ahmed Date: Fri, 22 Sep 2017 00:41:37 +0500 Subject: Returns job id and status - If the user GETs for job without ID and type status, return all jobs along with status JIRA: STORPERF-213 Change-Id: I5518acae45f259644c961c6dc9f0cb170b86b6e1 Signed-off-by: Taseer Ahmed --- docs/testing/user/test-usage.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/testing/user') diff --git a/docs/testing/user/test-usage.rst b/docs/testing/user/test-usage.rst index 2934a5c..8048cff 100644 --- a/docs/testing/user/test-usage.rst +++ b/docs/testing/user/test-usage.rst @@ -209,6 +209,7 @@ This is an example of a type=status call. } } +If the `job_id` is not provided along with `type` status, then all jobs are returned along with their status. Metrics ~~~~~~~ Metrics can be queried at any time during or after the completion of a run. -- cgit 1.2.3-korg