You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/http-api/endpoints/update/index.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -307,3 +307,12 @@ services:
307
307
308
308
!!! Warning
309
309
Enabling the HTTP API with port mappings will automatically disable Watchtower's self-update functionality to prevent port conflicts during container recreation. See [Updating Watchtower](../../../getting-started/updating-watchtower/index.md#port_configuration_limitation) for more details.
310
+
311
+
## SSE Events
312
+
313
+
When the [`/v1/events`](../events/index.md) SSE endpoint is also enabled, the update process broadcasts the following events:
314
+
315
+
- `scan_started`: Broadcasted before the update scan begins
316
+
- `scan_completed`: Broadcasted after the update scan finishes
317
+
- `scan_failed`: Broadcasted if the update scan encounters an error
318
+
- `image_cleanup`: Broadcasted after image cleanup if enabled and images were removed
0 commit comments