add applicationservice.dependency.add message
This commit is contained in:
parent
555ea2beb7
commit
c7716da327
|
@ -0,0 +1,30 @@
|
||||||
|
---
|
||||||
|
uri: applicationservice.dependency.add
|
||||||
|
|
||||||
|
description: |
|
||||||
|
Ajouter une dépendance à un service applicatif.
|
||||||
|
|
||||||
|
pattern: rpc
|
||||||
|
|
||||||
|
parameters:
|
||||||
|
applicationservice_name:
|
||||||
|
type: String
|
||||||
|
shortarg: n
|
||||||
|
description: |
|
||||||
|
Nom du service applicatif.
|
||||||
|
applicationservice_dependency:
|
||||||
|
type: String
|
||||||
|
shortarg: a
|
||||||
|
description: Service applicatif donc dépendant le service applicatif.
|
||||||
|
source_name:
|
||||||
|
type: String
|
||||||
|
shortarg: s
|
||||||
|
description: Source du service applicatif a ajouter en dépendance.
|
||||||
|
release_distribution:
|
||||||
|
type: String
|
||||||
|
shortarg: r
|
||||||
|
description: Version du service applicatif a ajouter en dépendance.
|
||||||
|
|
||||||
|
response:
|
||||||
|
type: ApplicationService
|
||||||
|
description: Informations sur le service applicatif modifié.
|
Loading…
Reference in New Issue