mirror of https://github.com/grafana/grafana.git
22 lines
418 B
JSON
22 lines
418 B
JSON
{
|
|
"name": "Hello testdata",
|
|
"type": "grafana-testdata-datasource",
|
|
"access": "proxy",
|
|
"url": "http://something/",
|
|
"user": "",
|
|
"database": "db",
|
|
"basicAuth": true,
|
|
"basicAuthUser": "xxx",
|
|
"withCredentials": true,
|
|
"isDefault": true,
|
|
"jsonData": {
|
|
"aaa": "bbb",
|
|
"bbb": true,
|
|
"ccc": 1.234
|
|
},
|
|
"secureJsonData": {
|
|
"extra": "",
|
|
"password": "XXXX"
|
|
},
|
|
"uid": "cejobd88i85j4d"
|
|
} |