From bcca50e71867618a8d0f6de8ded3137a1e380c5b Mon Sep 17 00:00:00 2001 From: Vincent Behar Date: Fri, 8 Jul 2011 15:57:03 +0200 Subject: [PATCH] add TODO list with the status of the implementation of the RunDeck API version 1 --- TODO | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..c06bbab --- /dev/null +++ b/TODO @@ -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) +