@@ -5662,16 +5662,22 @@ paths:
5662
5662
5663
5663
Various objects within Docker report events when something happens to them.
5664
5664
5665
- Containers report these events: `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, update`
5665
+ Containers report these events: `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`
5666
5666
5667
- Images report these events: `delete, import, load, pull, push, save, tag, untag`
5667
+ Images report these events: `delete`, ` import`, ` load`, ` pull`, ` push`, ` save`, ` tag`, and ` untag`
5668
5668
5669
- Volumes report these events: `create, mount, unmount, destroy`
5669
+ Volumes report these events: `create`, ` mount`, ` unmount`, and ` destroy`
5670
5670
5671
- Networks report these events: `create, connect, disconnect, destroy`
5671
+ Networks report these events: `create`, ` connect`, ` disconnect`, ` destroy`, `update`, and `remove `
5672
5672
5673
5673
The Docker daemon reports these events: `reload`
5674
5674
5675
+ Services report these events: `create`, `update`, and `remove`
5676
+
5677
+ Nodes report these events: `create`, `update`, and `remove`
5678
+
5679
+ Secrets report these events: `create`, `update`, and `remove`
5680
+
5675
5681
operationId : " SystemEvents"
5676
5682
produces :
5677
5683
- " application/json"
@@ -5745,7 +5751,8 @@ paths:
5745
5751
- `label=<string>` image or container label
5746
5752
- `network=<string>` network name or ID
5747
5753
- `plugin`=<string> plugin name or ID
5748
- - `type=<string>` object to filter by, one of `container`, `image`, `volume`, `network`, or `daemon`
5754
+ - `scope`=<string> local or swarm
5755
+ - `type=<string>` object to filter by, one of `container`, `image`, `volume`, `network`, `daemon`, `plugin`, `node`, `service` or `secret`
5749
5756
- `volume=<string>` volume name or ID
5750
5757
type : " string"
5751
5758
tags : ["System"]
0 commit comments