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