Get Container Summary
GET/docker-svc/container/summary
Get a summary of the Docker container identified by hash or name, limited to a specified number of lines.
Request
Query Parameters
hash string
Container Hash
name string
Container Name
lines integer
Number of Lines
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
logs stringrequired
status stringrequired
summary stringrequired
DEPRECATED. Summary contains both Status and Logs.
{
"logs": "string",
"status": "string",
"summary": "string"
}
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...