Check If a Container Is Running
GET/docker-svc/container/is-running
Check if a Docker container is running, identified by hash or name.
Request
Query Parameters
hash string
Container Hash
name string
Container Name
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
isRunning booleanrequired
{
"isRunning": true
}
Invalid JSON or Missing Parameters
- 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...