organize models

This commit is contained in:
Ryan McKinley
2025-06-27 16:03:59 -07:00
parent 60981e813b
commit 5c80bc12f0
3 changed files with 68 additions and 0 deletions
@@ -0,0 +1,21 @@
{
"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": {
"password": "XXXX"
},
"uid": "cejobd88i85j4d"
}