Get Container Summary
GET/docker-svc/container/:hash/summary/:numberOfLines
Get a summary of the Docker container identified by the hash, limited to a specified number of lines
Request
Path Parameters
hash stringrequired
Container Hash
numberOfLines integerrequired
Number of Lines
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
summary string
{
"summary": "string"
}
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...