diff options
author | Taseer Ahmed <taseer94@gmail.com> | 2017-09-22 00:41:37 +0500 |
---|---|---|
committer | Taseer Ahmed <taseer94@gmail.com> | 2017-09-27 10:17:35 +0500 |
commit | 551b2161cd4858699d9c8d92c10425f0870bb1b5 (patch) | |
tree | b10b8ea56944c9adbc34a1d9b0d84cc9942503b6 /docs/testing/user | |
parent | 85f0bd5bfe83456a7e73fe12d2e3232c4f58e35b (diff) |
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 <taseer94@gmail.com>
Diffstat (limited to 'docs/testing/user')
-rw-r--r-- | docs/testing/user/test-usage.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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. |