Skip to content

Commit

Permalink
Merge branch 'feature/EN-3372'
Browse files Browse the repository at this point in the history
  • Loading branch information
David Smith committed May 4, 2015
2 parents 84c0284 + fa6ac31 commit 12b6093
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion api/source/job_control/job_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,25 @@ The list is sorted by default to the creation time of the job, descending.
| +------------------+----------------------------------------------------+
| | `Example` | ``TurnaroundTimeHoursTo=48`` |
+-------------------------+------------------+----------------------------------------------------+
| JobName | `Description` | .. raw:: html |
| | | |
| | | List jobs matching the specified job name.</br> |
| | | (supports wildcards: *) |
| | | |
| +------------------+----------------------------------------------------+
| | `Allowed Values` | String. |
| +------------------+----------------------------------------------------+
| | `Example` | ``JobName=job_*_name_*`` |
+-------------------------+------------------+----------------------------------------------------+
| ExternalID | `Description` | .. raw:: html |
| | | |
| | | List jobs with the specified ExternalId.</br> |
| | | |
| +------------------+----------------------------------------------------+
| | `Allowed Values` | String. |
| +------------------+----------------------------------------------------+
| | `Example` | ``ExternalID=external_1234`` |
+-------------------------+------------------+----------------------------------------------------+
| Username | `Description` | .. raw:: html |
| | | |
| | | List jobs that are owned by the specified</br> |
Expand All @@ -168,7 +187,7 @@ The list is sorted by default to the creation time of the job, descending.
| +------------------+----------------------------------------------------+
| | `Allowed Values` | String. |
| +------------------+----------------------------------------------------+
| | `Example` | ``myaccountname`` |
| | `Example` | ``Username=my_account_name`` |
+-------------------------+------------------+----------------------------------------------------+

**Responses**
Expand Down

0 comments on commit 12b6093

Please sign in to comment.