Skip to content

Commit

Permalink
Update api docs: loglevel param for /job/id/run, and result of /run/c…
Browse files Browse the repository at this point in the history
…ommand and /run/script
  • Loading branch information
gschueler committed Apr 29, 2011
1 parent 764f85a commit b042d8e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/en/09-api/01-chapter10.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ URL:
Optional parameters:

* `argString`: argument string to pass to the job, of the form: `-opt value -opt2 value ...`.
* `loglevel`: argument specifying the loglevel to use, one of: 'DEBUG','VERBOSE','INFO','WARN','ERR'
* Node filter parameters as described under [Using Node Filters](#using-node-filters)

Result: An Item List of `executions` containing a single entry for the execution that was created. See [Listing Running Executions](#listing-running-executions).
Expand Down Expand Up @@ -364,6 +365,11 @@ Optional Parameters:

Node filter parameters as described under [Using Node Filters](#using-node-filters)

Result: A success message, and a single `<execution>` item identifying the
new execution by ID:

<execution id="X"/>

### Running Adhoc Scripts

Run a script.
Expand Down Expand Up @@ -392,6 +398,11 @@ Optional Parameters:

Node filter parameters as described under [Using Node Filters](#using-node-filters)

Result: A success message, and a single `<execution>` item identifying the
new execution by ID:

<execution id="X"/>

### Listing Projects ###

List the existing projects on the server.
Expand Down

0 comments on commit b042d8e

Please sign in to comment.