-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmock.json
56 lines (56 loc) · 1.22 KB
/
mock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"history": {
"status": true,
"code": 200,
"timestamp": 1730391767000,
"data": [
{
"typology": "Comune",
"date": 1730391767000,
"url": "https://www.comune.milano.it/",
"duration": 360000,
"successRate": 98
},
{
"typology": "Scuola",
"date": 1730391767000,
"url": "https://www.comune.milano.it/",
"duration": 67000,
"successRate": 82
},
{
"typology": "Comune",
"date": 1730391767000,
"url": "https://www.comune.milano.it/",
"duration": 12000,
"successRate": 67
},
{
"typology": "Comune",
"date": 1730391767000,
"url": "https://www.comune.milano.it/",
"duration": 534000,
"successRate": 55
},
{
"typology": "Scuola",
"date": 1730391767000,
"url": "https://www.comune.milano.it/",
"duration": 1000000,
"successRate": 12
}
],
"pagination": {
"currentPage": 3,
"itemsPerPage": 5,
"numberOfPages": 5,
"totalItems": 23
}
},
"results": {
"status": "error",
"total_audits": 21,
"passed_audits": 2,
"failed_audits": 8
}
}