This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Jobs | |
** List jobs | |
+ [[https://gist.github.com/785084][Query rundeck jobs list for a project, optionally save the xml file]] | |
+ Existing URL: "/menu/workflows.xml?projFilter={project}" | |
+ Proposed 1.2: | |
+ Summary: /api/jobs?project={project} | |
+ Exporting: /api/jobs/export?project={project}&format={format} | |
+ Importing: "POST /api/jobs/import?format={format} + (job content) | |
** Run a job |