summaryrefslogtreecommitdiff
path: root/spec/fixtures/grafana/datasource_response.json
blob: 07c075beb3565d8dab7b966681fb450323e94777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "id": 1,
  "orgId": 1,
  "name": "GitLab Omnibus",
  "type": "prometheus",
  "typeLogoUrl": "",
  "access": "proxy",
  "url": "http://localhost:9090",
  "password": "",
  "user": "",
  "database": "",
  "basicAuth": false,
  "basicAuthUser": "",
  "basicAuthPassword": "",
  "withCredentials": false,
  "isDefault": true,
  "jsonData": {},
  "secureJsonFields": {},
  "version": 1,
  "readOnly": true
}