GET
/
containers
/
{id}
/
stats

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The container id

Response

200 - application/json
cpu
object
required

The cpu status

memory
object
required

The memory usage

disk
object
required

The disk usage

offline
boolean
required

If the container is online or not