mirror of
https://github.com/Fishwaldo/rundeck-api-java-client.git
synced 2025-07-08 05:58:39 +00:00
add TODO list with the status of the implementation of the RunDeck API version 1
This commit is contained in:
parent
fc890dc7a2
commit
bcca50e718
1 changed files with 24 additions and 0 deletions
24
TODO
Normal file
24
TODO
Normal 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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue