Docker
GET
/
docker.getContainers
Docker get Containers
Authorization
Authorization
RequiredBearer <token>
In: header
Query Parameters
serverId
string
Successful response
POST
/
docker.restartContainer
Docker restart Container
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
application/json
RequiredcontainerId
Requiredstring
Minimum length:
1
Successful response
GET
/
docker.getConfig
Docker get Config
Authorization
Authorization
RequiredBearer <token>
In: header
Query Parameters
containerId
Requiredstring
Minimum length:
1
serverId
string
Successful response
GET
/
docker.getContainersByAppNameMatch
Docker get Containers By App Name Match
Authorization
Authorization
RequiredBearer <token>
In: header
Query Parameters
appType
Any properties in string, string
appName
Requiredstring
Minimum length:
1
serverId
string
Successful response
GET
/
docker.getContainersByAppLabel
Docker get Containers By App Label
Authorization
Authorization
RequiredBearer <token>
In: header
Query Parameters
appName
Requiredstring
Minimum length:
1
serverId
string
Successful response