risotto/messages/v1/messages/old/execution.salt.job.describe...

34 lines
678 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
uri: execution.salt.job.describe
description: |
Retourne les attributs détaillés dune tâche SaltStack.
sampleuse: ~
domain: execution-domain
pattern: rpc
public: false
parameters:
jid:
type: String
ref: Server.JobId
description: Identifiant de la tâche SaltStack.
response:
type: '[]SaltJob'
description: Liste des tâches SaltStack pour chaque minion avec leurs attributs détaillés.
errors:
- uri: execution.salt.job.error.db-connection
- uri: execution.salt.job.error.missing-jid
- uri: execution.salt.job.error.jid-type
- uri: execution.salt.job.error.unknown-jid
related:
- execution.salt.job.list
- execution.salt.exec