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
Displays progress events when set to True. Default: False.
New in version 2015.5.0.
CLI Example:
salt-run jobs.lookup_jid 20130916125524463507
salt-run jobs.lookup_jid 20130916125524463507 outputter=highstate
Print a specific job's detail given by it's jid, including the return data.
CLI Example:
salt-run jobs.print_job 20130916125524463507
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2014.7.2