The previous posts have built the components to allow us to get projects, jobs, executions and remove executions from a Rundeck instance via its API.
Now, we can just wrap them up :)
The list of packages we need is:
import time
import datetime
import sys
import logging
For convenience, I&