application
POST/application.create
application-create
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
nameRequiredstring
Minimum length: 1appNamestring
descriptionstring | null
projectIdRequiredstring
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
GET/application.one
application-one
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
applicationIdRequiredstring
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
POST/application.reload
application-reload
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
appNameRequiredstring
applicationIdRequiredstring
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
POST/application.delete
application-delete
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
applicationIdRequiredstring
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
POST/application.stop
application-stop
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
applicationIdRequiredstring
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
POST/application.start
application-start
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
applicationIdRequiredstring
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
POST/application.redeploy
application-redeploy
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
applicationIdRequiredstring
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
POST/application.saveEnvironment
application-saveEnvironment
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
applicationIdRequiredstring
envstring | null
buildArgsstring | null
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
POST/application.saveBuildType
application-saveBuildType
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
applicationIdRequiredstring
buildTypeRequiredstring
Value in: "dockerfile" | "heroku_buildpacks" | "paketo_buildpacks" | "nixpacks" | "static"dockerfilestring | null
dockerContextPathRequiredstring | null
publishDirectorystring | null
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
POST/application.saveGithubProvider
application-saveGithubProvider
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
applicationIdRequiredstring
repositorystring | null
branchstring | null
ownerRequiredstring | null
buildPathstring | null
githubIdRequiredstring | null
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
POST/application.saveGitlabProvider
application-saveGitlabProvider
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
applicationIdRequiredstring
gitlabBranchRequiredstring | null
gitlabBuildPathRequiredstring | null
gitlabOwnerRequiredstring | null
gitlabRepositoryRequiredstring | null
gitlabIdRequiredstring | null
gitlabProjectIdRequirednumber | null
gitlabPathNamespaceRequiredstring | null
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
POST/application.saveBitbucketProvider
application-saveBitbucketProvider
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
bitbucketBranchRequiredstring | null
bitbucketBuildPathRequiredstring | null
bitbucketOwnerRequiredstring | null
bitbucketRepositoryRequiredstring | null
bitbucketIdRequiredstring | null
applicationIdRequiredstring
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
POST/application.saveDockerProvider
application-saveDockerProvider
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
dockerImagestring | null
applicationIdRequiredstring
usernamestring | null
passwordstring | null
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
POST/application.saveGitProdiver
application-saveGitProdiver
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
customGitBranchstring | null
applicationIdRequiredstring
customGitBuildPathstring | null
customGitUrlstring | null
customGitSSHKeyIdstring | null
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
POST/application.markRunning
application-markRunning
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
applicationIdRequiredstring
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
POST/application.update
application-update
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
applicationIdRequiredstring
Minimum length: 1namestring
Minimum length: 1appNamestring
descriptionstring | null
envstring | null
buildArgsstring | null
memoryReservationnumber | null
memoryLimitnumber | null
cpuReservationnumber | null
cpuLimitnumber | null
titlestring | null
enabledboolean | null
subtitlestring | null
commandstring | null
refreshTokenstring | null
sourceTypestring
Value in: "github" | "docker" | "git"repositorystring | null
ownerstring | null
branchstring | null
buildPathstring | null
autoDeployboolean | null
gitlabProjectIdnumber | null
gitlabRepositorystring | null
gitlabOwnerstring | null
gitlabBranchstring | null
gitlabBuildPathstring | null
gitlabPathNamespacestring | null
bitbucketRepositorystring | null
bitbucketOwnerstring | null
bitbucketBranchstring | null
bitbucketBuildPathstring | null
usernamestring | null
passwordstring | null
dockerImagestring | null
customGitUrlstring | null
customGitBranchstring | null
customGitBuildPathstring | null
customGitSSHKeyIdstring | null
dockerfilestring | null
dockerContextPathstring | null
dropBuildPathstring | null
healthCheckSwarmobject | null
restartPolicySwarmobject | null
placementSwarmobject | null
updateConfigSwarmobject | null
rollbackConfigSwarmobject | null
modeSwarmobject | null
labelsSwarmobject | null
networkSwarmarray<object> | null
replicasnumber
applicationStatusstring
Value in: "idle" | "running" | "done" | "error"buildTypestring
Value in: "dockerfile" | "heroku_buildpacks" | "paketo_buildpacks" | "nixpacks" | "static"publishDirectorystring | null
createdAtstring
registryIdstring | null
projectIdstring
githubIdstring | null
gitlabIdstring | null
bitbucketIdstring | null
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
POST/application.refreshToken
application-refreshToken
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
applicationIdRequiredstring
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
POST/application.deploy
application-deploy
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
applicationIdRequiredstring
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
POST/application.cleanQueues
application-cleanQueues
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
applicationIdRequiredstring
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
GET/application.readTraefikConfig
application-readTraefikConfig
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
applicationIdRequiredstring
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
POST/application.updateTraefikConfig
application-updateTraefikConfig
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
applicationIdRequiredstring
traefikConfigRequiredstring
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
GET/application.readAppMonitoring
application-readAppMonitoring
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
appNameRequiredstring
| Status code | Description | 
|---|---|
| 200 | Successful response | 
| default | Error response | 
