docker
GET/docker.getContainers
docker-getContainers
Authorization
AuthorizationRequiredBearer <token>
In: header
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/docker.getConfig
docker-getConfig
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
containerIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/docker.getContainersByAppNameMatch
docker-getContainersByAppNameMatch
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
appTypeAny properties in string, string
appNameRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/docker.getContainersByAppLabel
docker-getContainersByAppLabel
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
appNameRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |