DeployfileService
Services related to Deployfile.
POST | /deployfile/apply | Apply Deployfile to the repository. |
GET | /deployfile/generate | Generate Deployfile from one or more directories in the repository. |
POST /deployfile/apply
Apply Deployfile to the repository.
- Permissions
-
repo#edit
- Parameters
-
Request body text/plain String the Deployfile to apply.
- Response body
- Empty
GET /deployfile/generate
Generate Deployfile from one or more directories in the repository.
Example: /deployfile/generate?folder=Environments/Production&folder=Infrastructure/DataCenter1
- Permissions
-
generate#dsl
- Parameters
-
Query folder List of String the directories to generate Deployfile from.
- Response body
- String - the generated Deployfile.
- Content type: text/plain