mysql
POST/mysql.create
mysql-create
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
nameRequiredstring
Minimum length: 1appNameRequiredstring
Minimum length: 1dockerImagestring
Default: "mysql:8"projectIdRequiredstring
descriptionstring | null
databaseNameRequiredstring
Minimum length: 1databaseUserRequiredstring
Minimum length: 1databasePasswordRequiredstring
databaseRootPasswordRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/mysql.one
mysql-one
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
mysqlIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/mysql.start
mysql-start
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
mysqlIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/mysql.stop
mysql-stop
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
mysqlIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/mysql.saveExternalPort
mysql-saveExternalPort
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
mysqlIdRequiredstring
externalPortRequirednumber | null
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/mysql.deploy
mysql-deploy
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
mysqlIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/mysql.changeStatus
mysql-changeStatus
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
mysqlIdRequiredstring
applicationStatusRequiredstring
Value in: "idle" | "running" | "done" | "error"| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/mysql.reload
mysql-reload
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
mysqlIdRequiredstring
appNameRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/mysql.remove
mysql-remove
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
mysqlIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/mysql.saveEnvironment
mysql-saveEnvironment
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
mysqlIdRequiredstring
envstring | null
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/mysql.update
mysql-update
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
mysqlIdRequiredstring
Minimum length: 1namestring
Minimum length: 1appNamestring
Minimum length: 1descriptionstring | null
databaseNamestring
Minimum length: 1databaseUserstring
Minimum length: 1databasePasswordstring
databaseRootPasswordstring
dockerImagestring
Default: "mysql:8"commandstring | null
envstring | null
memoryReservationnumber | null
memoryLimitnumber | null
cpuReservationnumber | null
cpuLimitnumber | null
externalPortnumber | null
applicationStatusstring
Value in: "idle" | "running" | "done" | "error"createdAtstring
projectIdstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |