JIRA: STORPERF-184
- Remove "required" condition for getting Job.
- Update documentation.
Change-Id: I4dad1dfdb998c78c9c6620760614a36dd62318ec
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
"name": "id",
"description": "The UUID of the workload in the format "
"NNNNNNNN-NNNN-NNNN-NNNN-NNNNNNNNNNNN",
- "required": True,
+ "required": False,
"type": "string",
"allowMultiple": False,
"paramType": "query"
curl -X DELETE --header 'Accept: application/json' http://StorPerf:5000/api/v1.0/jobs
+List all Jobs
+=============
+A list of all Jobs can also be queried. You just need to issue a GET request without any
+Job ID.
+
+.. code-block:: bash
+
+ curl -X GET --header 'Accept: application/json' http://StorPerf/api/v1.0/jobs
+
Delete the Environment
======================
After you are done testing, you can have StorPerf delete the Heat stack by