Module to integrate with the returner system and retrieve data sent to a salt returner
Return info about last time fun was called on each minion
CLI Example:
salt '*' ret.get_fun mysql network.interfaces
Return the information for a specified job id
CLI Example:
salt '*' ret.get_jid redis 20421104181954700505
Return a list of all job ids
CLI Example:
salt '*' ret.get_jids mysql
Return a list of all minions
CLI Example:
salt '*' ret.get_minions mysql
Generated on October 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy