Update status with api v10 todos

This commit is contained in:
Greg Schueler 2014-01-16 13:17:30 -08:00
parent 9f8bf879ff
commit eb392dd32e

View file

@ -83,3 +83,11 @@ h2. RunDeck API version 9
* list running executions across all projects - OK
* include project name in execution results - OK
* Add uuidOption parameter to allow removing imported UUIDs to avoid creation conflicts - OK
h2. RunDeck API version 10
[Documentation of the RunDeck API version 10|http://rundeck.org/2.0.0/api/index.html]
* Execution State - Retrieve workflow step and node state information - *TODO*
* Execution Output with State - Retrieve log output with state change information - *TODO*
* Execution Output - Retrieve log output for a particular node or step - *TODO*
* Execution Info - added successfulNodes and failedNodes detail. - *TODO*