A convenience system to manage jobs, both active and already run
salt.runners.jobs.active()¶Return a report on all actively running jobs from a job id centric perspective
CLI Example:
salt-run jobs.active
salt.runners.jobs.list_job(jid)¶List a specific job given by its jid
CLI Example:
salt-run jobs.list_job 20130916125524463507
salt.runners.jobs.list_jobs(ext_source=None)¶List all detectable jobs and associated functions
CLI Example:
salt-run jobs.list_jobs
salt.runners.jobs.lookup_jid(jid, ext_source=None)¶Return the printout from a previously executed job
CLI Example:
salt-run jobs.lookup_jid 20130916125524463507
salt.runners.jobs.print_job(job_id)¶Print job available details, including return data.
CLI Example:
salt-run jobs.print_job
Current Salt release: 2014.1.7
Docs for previous releases on salt.rtfd.org.