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
|
{
"statistics_template": {
"name": "automation_test_statistics_template",
"id": "",
"dataview": {
"charts": [
{
"name": "Bytes Sent and Bytes Received Distributed by Server IP",
"id": "",
"op": "add",
"display": {
"page_x": "",
"page_y": "",
"height": "",
"width": "",
"type": "table",
"table_type": "regular"
},
"query": {
"sql": "",
"source": "statistics_rule",
"metrics": [
{
"source_fields": [
],
"function": {
"name": "SUM",
"expression": "",
"variables": [
]
},
"metric_type": "count",
"metric_name": "count_1",
"label": "SUM(Bytes Sent Bytes Received)",
"unit": "bytes"
}
],
"dimensions": [
{
"source_fields": [
],
"function": {
"name": "",
"expression": "",
"variables": [
]
},
"label": "Server IP",
"is_drilldown": 0
}
],
"order_by": "SUM(Bytes Sent Bytes Received)",
"limit": 20,
"series_limit": ""
},
"threshold": {
"in_bytes": 0,
"out_bytes": 0
}
}
]
},
"vsys_id": 4
},
"return_data": 1,
"vsys_id": 4
}
|