34 lines
771 B
YAML
34 lines
771 B
YAML
---
|
|
uri: applicationservice.create
|
|
|
|
description: |
|
|
Créé un service applicatif.
|
|
|
|
pattern: rpc
|
|
|
|
parameters:
|
|
applicationservice_name:
|
|
type: String
|
|
shortarg: n
|
|
description: |
|
|
Nom du service applicatif à créer.
|
|
applicationservice_description:
|
|
type: String
|
|
shortarg: d
|
|
description: |
|
|
Description du service applicatif à créer.
|
|
applicationservice_dependencies:
|
|
type: '[]Number'
|
|
shortarg: a
|
|
description: ID des services applicatif donc dépendant le service applicatif.
|
|
default: []
|
|
release_id:
|
|
type: Number
|
|
shortarg: r
|
|
description: |
|
|
Identifiant de la version associée au service applicatif.
|
|
|
|
response:
|
|
type: ApplicationService
|
|
description: Informations sur le service applicatif créé.
|