Mounts
POST
/
mounts.create
Mounts create
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
application/json
Requiredtype
Requiredstring
Value in:
"bind" | "volume" | "file"
hostPath
string | null
volumeName
string | null
content
string | null
mountPath
Requiredstring
Minimum length:
1
serviceType
string
Default:
"application"
Value in: "application" | "postgres" | "mysql" | "mariadb" | "mongo" | "redis" | "compose"
filePath
string | null
serviceId
Requiredstring
Minimum length:
1
Successful response
POST
/
mounts.remove
Mounts remove
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
application/json
RequiredmountId
Requiredstring
Successful response
GET
/
mounts.one
Mounts one
Authorization
Authorization
RequiredBearer <token>
In: header
Query Parameters
mountId
Requiredstring
Successful response
POST
/
mounts.update
Mounts update
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
application/json
RequiredmountId
Requiredstring
Minimum length:
1
type
string
Value in:
"bind" | "volume" | "file"
hostPath
string | null
volumeName
string | null
filePath
string | null
content
string | null
serviceType
string
Default:
"application"
Value in: "application" | "postgres" | "mysql" | "mariadb" | "mongo" | "redis" | "compose"
mountPath
string
Minimum length:
1
applicationId
string | null
postgresId
string | null
mariadbId
string | null
mongoId
string | null
mysqlId
string | null
redisId
string | null
composeId
string | null
Successful response