Files
grafana/pkg/registry/apis/datasource/testdata/convert-testdata-A.json
Ryan McKinley 5c80bc12f0 organize models
2025-06-27 16:03:59 -07:00

25 lines
547 B
JSON

{
"metadata": {
"name": "cejobd88i85j4d",
"namespace": "default",
"uid": "IGIUtEQS21DtLpBG2rSGfuDoUX8cwsGrtb5aXauYeA4X",
"resourceVersion": "1745320815000",
"generation": 2,
"creationTimestamp": "2025-04-22T11:20:11Z"
},
"spec": {
"title": "grafana-testdata-datasource",
"access": "proxy",
"isDefault": true,
"url": "http://something/",
"database": "db",
"jsonData": {
"aaa": "bbb",
"bbb": true,
"ccc": 1.234
}
},
"secure": {
"password": { "input": "XXXX" }
}
}