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: config/schemas/notification.schema.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -362,6 +362,10 @@
362
362
},
363
363
"type": "array",
364
364
"description": "Inhibit controls notification suppression for related resources.\nIt uses the repeat interval as the window for suppression\nas well as the wait for period."
365
+
},
366
+
"watchdogInterval": {
367
+
"type": "string",
368
+
"description": "WatchdogInterval is the interval at a watchdog notification is sent.\nA watchdog notification contains the statistics of this notification.\n\nFormat: duration string (e.g., \"30s\", \"2m\")"
0 commit comments