]> source.dussan.org Git - sonarqube.git/blob
cd8c7024d555d7cf65c4e783fb0e6a5846b4d9d5
[sonarqube.git] /
1 {
2   "total": 2,
3   "p": 1,
4   "ps": 100,
5   "paging": {
6     "pageIndex": 1,
7     "pageSize": 100,
8     "total": 2
9   },
10   "rules": [
11     {
12       "key": "xoo:x2",
13       "repo": "xoo",
14       "name": "Rule x2",
15       "htmlDesc": "Description x2",
16       "severity": "INFO",
17       "status": "READY",
18       "internalKey": "InternalKeyx2",
19       "isTemplate": false,
20       "tags": [
21         "tag1",
22         "tag2"
23       ],
24       "sysTags": [
25         "systag1",
26         "systag2"
27       ],
28       "debtRemFnType": "LINEAR",
29       "debtRemFnCoeff": "1h",
30       "lang": "xoo",
31       "type": "VULNERABILITY",
32       "params": []
33     },
34     {
35       "key": "xoo:x1",
36       "repo": "xoo",
37       "name": "Rule x1",
38       "htmlDesc": "Description x1",
39       "severity": "INFO",
40       "status": "READY",
41       "internalKey": "InternalKeyx1",
42       "isTemplate": false,
43       "tags": [
44         "tag1",
45         "tag2"
46       ],
47       "sysTags": [
48         "systag1",
49         "systag2"
50       ],
51       "debtRemFnType": "LINEAR",
52       "debtRemFnCoeff": "1h",
53       "lang": "xoo",
54       "type": "BUG",
55       "params": []
56     }
57   ]
58 }