20 lines
391 B
JSON
20 lines
391 B
JSON
{
|
|
"name": "grafana-testdata-datasource",
|
|
"type": "test-datasource",
|
|
"access": "proxy",
|
|
"url": "http://something/",
|
|
"user": "",
|
|
"database": "db",
|
|
"basicAuth": false,
|
|
"basicAuthUser": "",
|
|
"withCredentials": false,
|
|
"isDefault": true,
|
|
"jsonData": {
|
|
"aaa": "bbb",
|
|
"bbb": true,
|
|
"ccc": 1.234
|
|
},
|
|
"secureJsonData": {},
|
|
"uid": "cejobd88i85j4d",
|
|
"version": 2
|
|
} |