Skip to content

Instantly share code, notes, and snippets.

View ahonor's full-sized avatar

Alex Honor ahonor

View GitHub Profile
* 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