mirror of
https://github.com/grafana/grafana.git
synced 2026-08-13 06:34:55 -05:00
NGAlert: Add Line notification channel (#34157)
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
This commit is contained in:
@@ -1289,6 +1289,31 @@ var expAvailableChannelJsonOutput = `
|
||||
"secure": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "LINE",
|
||||
"name": "LINE",
|
||||
"heading": "LINE notify settings",
|
||||
"description": "Send notifications to LINE notify",
|
||||
"info": "",
|
||||
"options": [
|
||||
{
|
||||
"element": "input",
|
||||
"inputType": "text",
|
||||
"label": "Token",
|
||||
"description": "",
|
||||
"placeholder": "LINE notify token key",
|
||||
"propertyName": "token",
|
||||
"selectOptions": null,
|
||||
"showWhen": {
|
||||
"field": "",
|
||||
"is": ""
|
||||
},
|
||||
"required": true,
|
||||
"validationRule": "",
|
||||
"secure": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user