Skip to main content

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

OK

Schema

    logs stringrequired
    status stringrequired
    summary stringrequired

    DEPRECATED. Summary contains both Status and Logs.

Loading...