compose
POST/compose.create
compose-create
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
nameRequiredstring
Minimum length: 1descriptionstring | null
projectIdRequiredstring
composeTypestring
Value in: "docker-compose" | "stack"appNamestring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/compose.one
compose-one
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
composeIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/compose.update
compose-update
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
composeIdRequiredstring
namestring
Minimum length: 1appNamestring
descriptionstring | null
envstring | null
composeFilestring
refreshTokenstring | null
sourceTypestring
Value in: "git" | "github" | "gitlab" | "bitbucket" | "raw"composeTypestring
Value in: "docker-compose" | "stack"repositorystring | null
ownerstring | null
branchstring | null
autoDeployboolean | null
gitlabProjectIdnumber | null
gitlabRepositorystring | null
gitlabOwnerstring | null
gitlabBranchstring | null
gitlabPathNamespacestring | null
bitbucketRepositorystring | null
bitbucketOwnerstring | null
bitbucketBranchstring | null
customGitUrlstring | null
customGitBranchstring | null
customGitSSHKeyIdstring | null
commandstring
composePathstring
Minimum length: 1composeStatusstring
Value in: "idle" | "running" | "done" | "error"projectIdstring
createdAtstring
githubIdstring | null
gitlabIdstring | null
bitbucketIdstring | null
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/compose.delete
compose-delete
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
composeIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/compose.cleanQueues
compose-cleanQueues
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
composeIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/compose.loadServices
compose-loadServices
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
composeIdRequiredstring
Minimum length: 1typeAny properties in not unknown, string
Default: "cache"| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/compose.fetchSourceType
compose-fetchSourceType
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
composeIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/compose.randomizeCompose
compose-randomizeCompose
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
composeIdRequiredstring
Minimum length: 1prefixstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/compose.getConvertedCompose
compose-getConvertedCompose
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
composeIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/compose.deploy
compose-deploy
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
composeIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/compose.redeploy
compose-redeploy
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
composeIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/compose.stop
compose-stop
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
composeIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/compose.getDefaultCommand
compose-getDefaultCommand
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
composeIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/compose.refreshToken
compose-refreshToken
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
composeIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/compose.deployTemplate
compose-deployTemplate
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
projectIdRequiredstring
idRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/compose.templates
compose-templates
Authorization
AuthorizationRequiredBearer <token>
In: header
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/compose.getTags
compose-getTags
Authorization
AuthorizationRequiredBearer <token>
In: header
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |