mirror of https://github.com/grafana/grafana.git
27 lines
548 B
JSON
27 lines
548 B
JSON
{
|
|
"id": 1234,
|
|
"version": 2,
|
|
"name": "Hello",
|
|
"uid": "unique-identifier",
|
|
"type": "grafana-testdata-datasource",
|
|
"access": "proxy",
|
|
"url": "http://something/",
|
|
"user": "A",
|
|
"database": "db",
|
|
"basicAuth": true,
|
|
"basicAuthUser": "xxx",
|
|
"withCredentials": true,
|
|
"isDefault": true,
|
|
"jsonData": {
|
|
"aaa": "bbb",
|
|
"bbb": true,
|
|
"ccc": 1.234
|
|
},
|
|
"secureJsonData": {
|
|
"password": "XXXX"
|
|
},
|
|
"readOnly": true,
|
|
"apiVersion": "v2alpha1",
|
|
"created": "2002-03-04T01:00:00Z",
|
|
"updated": "2004-05-06T01:00:00Z"
|
|
} |