mongo
POST/mongo.create
mongo-create
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
nameRequiredstring
Minimum length: 1appNameRequiredstring
Minimum length: 1dockerImagestring
Default: "mongo:15"projectIdRequiredstring
descriptionstring | null
databaseUserRequiredstring
Minimum length: 1databasePasswordRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/mongo.one
mongo-one
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
mongoIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/mongo.start
mongo-start
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
mongoIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/mongo.stop
mongo-stop
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
mongoIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/mongo.saveExternalPort
mongo-saveExternalPort
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
mongoIdRequiredstring
externalPortRequirednumber | null
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/mongo.deploy
mongo-deploy
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
mongoIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/mongo.changeStatus
mongo-changeStatus
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
mongoIdRequiredstring
applicationStatusRequiredstring
Value in: "idle" | "running" | "done" | "error"| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/mongo.reload
mongo-reload
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
mongoIdRequiredstring
appNameRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/mongo.remove
mongo-remove
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
mongoIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/mongo.saveEnvironment
mongo-saveEnvironment
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
mongoIdRequiredstring
envstring | null
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/mongo.update
mongo-update
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
mongoIdRequiredstring
Minimum length: 1namestring
Minimum length: 1appNamestring
Minimum length: 1descriptionstring | null
databaseUserstring
Minimum length: 1databasePasswordstring
dockerImagestring
Default: "mongo:15"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 |