DslService

Services related to DSL.

POST /dsl/apply Apply DSL to the repository.
GET /dsl/generate Generate DSL from one or more directories in the repository.

POST /dsl/apply

Apply DSL to the repository.
Permissions
repo#edit
Parameters
Request body text/plain String the DSL to apply.
Response body
Empty

GET /dsl/generate

Generate DSL from one or more directories in the repository.

Example: /dsl/generate?folder=Environments/Production&folder=Infrastructure/DataCenter1

Permissions
generate#dsl
Parameters
Query folder List of String the directories to generate DSL from.
Response body
String - the generated DSL.
Content type: text/plain