domain
POST/domain.create
domain-create
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
hostRequiredstring
Minimum length: 1pathstring | null
Minimum length: 1portnumber | null
Minimum: 1Maximum: 65535httpsboolean
applicationIdstring | null
certificateTypestring
Value in: "letsencrypt" | "none"composeIdstring | null
serviceNamestring | null
domainTypestring | null
Value in: "compose" | "application"| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/domain.byApplicationId
domain-byApplicationId
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
applicationIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/domain.byComposeId
domain-byComposeId
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
composeIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/domain.generateDomain
domain-generateDomain
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
appNameRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/domain.update
domain-update
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
hostRequiredstring
Minimum length: 1pathstring | null
Minimum length: 1portnumber | null
Minimum: 1Maximum: 65535httpsboolean
certificateTypestring
Value in: "letsencrypt" | "none"serviceNamestring | null
domainTypestring | null
Value in: "compose" | "application"domainIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/domain.one
domain-one
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
domainIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/domain.delete
domain-delete
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
domainIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |