add TODO list with the status of the implementation of the RunDeck API version 1

This commit is contained in:
Vincent Behar 2011-07-08 15:57:03 +02:00
parent fc890dc7a2
commit bcca50e718

24
TODO Normal file
View file

@ -0,0 +1,24 @@
Status of the implementation of the RunDeck API version 1
http://rundeck.org/1.2.1/RunDeck-Guide.html#rundeck-api
1. System Info - OK
2. Listing Jobs - OK
3. Running a Job - OK
4. Exporting Jobs - OK (XML only, YAML not supported yet)
5. Importing Jobs - TODO
6. Getting a Job Definition - OK (XML only, YAML not supported yet)
7. Deleting a Job Definition - OK
8. Getting Executions for a Job - OK
9. Listing Running Executions - OK
10. Getting Execution Info - OK
11. Aborting Executions - OK
12. Running Adhoc Commands - OK (missing parameters nodeThreadcount & nodeKeepgoing)
13. Running Adhoc Scripts - TODO
14. Listing Projects - OK
15. Getting Project Info - TODO
16. Listing History - TODO
17. Creating History Event Reports - TODO
18. Listing Resources - OK (XML only, YAML not supported yet)
19. Getting Resource Info - OK (XML only, YAML not supported yet)