feat(notifications): make it possible to send test alert notifications
closes #5847
This commit is contained in:
@@ -63,3 +63,10 @@ type AlertHistory struct {
|
||||
|
||||
Data *simplejson.Json `json:"data"`
|
||||
}
|
||||
|
||||
type NotificationTestCommand struct {
|
||||
Name string `json:"name"`
|
||||
Type string `json:"type"`
|
||||
Settings *simplejson.Json `json:"settings"`
|
||||
Severity string `json:"severity"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user