forked from Infra/risotto
first commit
This commit is contained in:
33
messages/v1/messages/old/execution.salt.job.describe.yml
Normal file
33
messages/v1/messages/old/execution.salt.job.describe.yml
Normal file
@ -0,0 +1,33 @@
|
||||
---
|
||||
uri: execution.salt.job.describe
|
||||
|
||||
description: |
|
||||
Retourne les attributs détaillés d’une 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
|
Reference in New Issue
Block a user