execution.salt.job.list

Retourne la liste de tous tâches SaltStack d’un minion.

Exemple d’utilisation via l’API HTTP

zephir-client execution.salt.job.list
Type de message:
 rpc
Utilisable via l’API Gateway:
 non
Domaine fonctionnel:
 execution-domain

Paramètres

command
Description:Commande SaltStack à exécuter.
Type:String
Requis:non
minion_pattern
Description:Nom du minion.
Type:String
Requis:non

Réponse

Paramètres nommés

command
Description:Nom de la fonction.
Type:String
arg
Description:Commande exécuté.
Type:String
success
Description:Commande exécuté avec succès.
Type:Boolean
executed
Description:La tâche a été exécutée.
Type:Boolean
minion
Description:Identifiant du minion.
Type:String
retcode
Description:Code de retour de la commande.
Type:Number
jid
Description:Identifiant de la tâche.
Type:String Server.JobId
return
Description:Retour de la commande.
Type:String