--- uri: server.exec.describe description: | Liste les commandes exécuté pour un identifiant de tâche. sampleuse: | zephir-client server.exec.list -j 1 domain: execution-domain pattern: rpc public: true parameters: job_id: type: String description: Identifiant de la tâche. ref: Server.JobId shortarg: j automation: type: String description: Moteur d'exécution. ref: Server.automation shortarg: a response: type: "[]ServerExec" description: Liste des commandes exécutées.