mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
63 lines
1.2 KiB
JSON
63 lines
1.2 KiB
JSON
{
|
|
"type": "datasource",
|
|
"name": "Alertmanager",
|
|
"id": "alertmanager",
|
|
"metrics": false,
|
|
"routes": [
|
|
{
|
|
"method": "POST",
|
|
"path": "alertmanager/api/v2/silences",
|
|
"reqRole": "Editor"
|
|
},
|
|
{
|
|
"method": "DELETE",
|
|
"path": "alertmanager/api/v2/silence",
|
|
"reqRole": "Editor"
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"path": "alertmanager/api/v2/silences",
|
|
"reqRole": "Viewer"
|
|
},
|
|
{
|
|
"method": "POST",
|
|
"reqRole": "Editor"
|
|
},
|
|
{
|
|
"method": "PUT",
|
|
"reqRole": "Editor"
|
|
},
|
|
{
|
|
"method": "DELETE",
|
|
"reqRole": "Editor"
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"path": "alertmanager/api/v2/alerts",
|
|
"reqRole": "Viewer"
|
|
},
|
|
{
|
|
"method": "GET",
|
|
"path": "api/v1/alerts",
|
|
"reqRole": "Admin"
|
|
}
|
|
],
|
|
"info": {
|
|
"description": "",
|
|
"author": {
|
|
"name": "Prometheus alertmanager",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/logo.svg",
|
|
"large": "img/logo.svg"
|
|
},
|
|
"links": [
|
|
{
|
|
"name": "Learn more",
|
|
"url": "https://prometheus.io/docs/alerting/latest/alertmanager/"
|
|
}
|
|
]
|
|
}
|
|
}
|