The following methods are all relating to Grafana administration
g.get_alerts()
g.get_alert_notifications()
g.create_alert_notification(
{
"name": "new alert notification", #Required
"type": "email", #Required
"isDefault": false,
"sendReminder": false,
"settings": {
"addresses": "[email protected];[email protected]"
}
})