Skip to main content

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

OK

Schema

    summary string
Loading...