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