Check If a Container Is Running
GET/docker-svc/container/:hash/is-running
Check if a Docker container identified by the hash is running
Request
Path Parameters
hash stringrequired
Container Hash
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
isRunning boolean
{
"isRunning": true
}
Invalid JSON
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...