Monitor events
/v1.33
/v1.33
/v1.33
/v1.33
GET
/events
System
attach
, commit
, copy
, create
, destroy
, detach
, die
, exec_create
, exec_detach
, exec_start
, export
, health_status
, kill
, oom
, pause
, rename
, resize
, restart
, start
, stop
, top
, unpause
, and update
delete
, import
, load
, pull
, push
, save
, tag
, and untag
create
, mount
, unmount
, and destroy
create
, connect
, disconnect
, destroy
, update
, and remove
reload
create
, update
, and remove
create
, update
, and remove
create
, update
, and remove
create
, update
, and remove
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1.33/events'
Response Response Example
200 - response
{
"Action": "create",
"Actor": {
"Attributes": {
"com.example.some-label": "some-label-value",
"image": "alpine",
"name": "my-container"
},
"ID": "ede54ee1afda366ab42f824e8a5ffd195155d853ceaec74a927f249ea270c743"
},
"Type": "container",
"time": 1461943101
}
Request
Query Params
since
string
optional
until
string
optional
filters
string
optional
A JSON encoded value of filters (a map[string][]string
) to process on the event list. Available filters:
config=<string>
config name or IDcontainer=<string>
container name or IDdaemon=<string>
daemon name or IDevent=<string>
event typeimage=<string>
image name or IDlabel=<string>
image or container labelnetwork=<string>
network name or IDnode=<string>
node IDplugin
= plugin name or IDscope
= local or swarmsecret=<string>
secret name or IDservice=<string>
service name or IDtype=<string>
object to filter by, one ofcontainer
,image
,volume
,network
,daemon
,plugin
,node
,service
,secret
orconfig
volume=<string>
volume name
Responses
Modified at 2022-09-10 17:56:06