mounts
POST/mounts.create
mounts-create
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
typeRequiredstring
Value in: "bind" | "volume" | "file"hostPathstring | null
volumeNamestring | null
contentstring | null
mountPathRequiredstring
Minimum length: 1serviceTypestring
Default: "application"Value in: "application" | "postgres" | "mysql" | "mariadb" | "mongo" | "redis" | "compose"filePathstring | null
serviceIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/mounts.remove
mounts-remove
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
mountIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/mounts.one
mounts-one
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
mountIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/mounts.update
mounts-update
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
mountIdRequiredstring
Minimum length: 1typestring
Value in: "bind" | "volume" | "file"hostPathstring | null
volumeNamestring | null
filePathstring | null
contentstring | null
serviceTypestring
Default: "application"Value in: "application" | "postgres" | "mysql" | "mariadb" | "mongo" | "redis" | "compose"mountPathstring
Minimum length: 1applicationIdstring | null
postgresIdstring | null
mariadbIdstring | null
mongoIdstring | null
mysqlIdstring | null
redisIdstring | null
composeIdstring | null
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |