Alerting: Notifications Templates API (#91349)
This commit is contained in:
@@ -434,10 +434,15 @@ const (
|
||||
ActionAlertingSilencesCreate = "alert.silences:create"
|
||||
ActionAlertingSilencesWrite = "alert.silences:write"
|
||||
|
||||
// Alerting Notification policies actions
|
||||
// Alerting Notification actions (legacy)
|
||||
ActionAlertingNotificationsRead = "alert.notifications:read"
|
||||
ActionAlertingNotificationsWrite = "alert.notifications:write"
|
||||
|
||||
// Alerting notifications template actions
|
||||
ActionAlertingNotificationsTemplatesRead = "alert.notifications.templates:read"
|
||||
ActionAlertingNotificationsTemplatesWrite = "alert.notifications.templates:write"
|
||||
ActionAlertingNotificationsTemplatesDelete = "alert.notifications.templates:delete"
|
||||
|
||||
// Alerting notifications time interval actions
|
||||
ActionAlertingNotificationsTimeIntervalsRead = "alert.notifications.time-intervals:read"
|
||||
ActionAlertingNotificationsTimeIntervalsWrite = "alert.notifications.time-intervals:write"
|
||||
|
||||
Reference in New Issue
Block a user