-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodays_traffic.json
104 lines (104 loc) · 3.44 KB
/
todays_traffic.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"wallboardName": "Today's traffic",
"comment": "",
"secKey": "",
"isPublic": true,
"pages": [
{
"name": "Calls",
"duration": 30,
"columns": 8,
"widgets": [
{
"pos": {
"row": 3,
"col": 2,
"width": 6,
"height": 1
},
"type": "DB02",
"title": "Wait times",
"cfg": {
"VERSION": "22.10",
"dataBlockViewChart": {
"label": "DH03 - CallDistrDO.UnansWaitPerHr",
"value": "CallDistrDO.UnansWaitPerHr"
}
}
},
{
"pos": {
"row": 2,
"col": 2,
"width": 6,
"height": 1
},
"type": "DB02",
"title": "Answered calls",
"cfg": {
"VERSION": "22.10",
"dataBlockViewChart": {
"label": "DH01 - CallDistrDO.AnsDistrPerHr",
"value": "CallDistrDO.AnsDistrPerHr"
}
}
},
{
"pos": {
"row": 0,
"col": 2,
"width": 6,
"height": 2
},
"type": "DB02",
"title": "Lost calls",
"cfg": {
"VERSION": "22.10",
"dataBlockViewChart": {
"label": "DH02 - CallDistrDO.AnsWaitPerHr",
"value": "CallDistrDO.AnsWaitPerHr"
}
}
},
{
"pos": {
"row": 0,
"col": 0,
"width": 2,
"height": 4
},
"type": "DB01",
"title": "Traffic",
"cfg": {
"VERSION": "22.10",
"dataBlockView": {
"label": "DH10 - CallDistrDO.DetailSummaryPerHr",
"value": "CallDistrDO.DetailSummaryPerHr"
},
"columns": [
{
"label": "Hour",
"value": "#0"
},
{
"label": "N. of Calls",
"value": "#3"
},
{
"label": "Lost Calls",
"value": "#2"
}
],
"alarms": {
"#2": {
"yellowRule": ">5",
"redRule": ">10"
}
}
}
}
]
}
],
"public": true
}