29 lines
514 B
JSON
29 lines
514 B
JSON
{
|
|
"id": "grafana-test-datasource",
|
|
"type": "datasource",
|
|
"name": "Test",
|
|
"backend": true,
|
|
"executable": "gpx_test_datasource",
|
|
"info": {
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"large": "img/ds.svg",
|
|
"small": "img/ds.svg"
|
|
},
|
|
"screenshots": [],
|
|
"updated": "2023-08-03",
|
|
"version": "1.0.0"
|
|
},
|
|
"iam": {
|
|
"permissions" : [
|
|
{
|
|
"action": "read",
|
|
"scope": "datasource"
|
|
}
|
|
]
|
|
}
|
|
}
|