blob: 2f8a9d4fcebc17a090d40df0458073ba80b3e316 (
plain)
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
|
{
"application_and_protocol_summary_auto": {
"name": "application-and-protocol-summary",
"filter": "vsys_id = 1"
},
"application_and_protocol_summary_const": {
"name": "application-and-protocol-summary",
"granularity": "PT1S",
"filter": "vsys_id = 1",
"interval": [
"2019-01-01 00:00:00/2019-10-01 00:00:10"
]
},
"application_and_protocol_summary_auto_const_range": {
"name": "application-and-protocol-summary",
"granularity": "CHART_GRANULARITY('2019-01-01 00:00:00', '2019-10-01 00:00:10')",
"filter": "vsys_id = 1",
"interval": [
"2019-01-01 00:00:00/2019-10-01 00:00:10"
]
},
"traffic_spectrum_network_throughput_trend_auto": {
"name": "traffic-spectrum-network-throughput-trend",
"filter": "vsys_id in (1) ",
"execution_mode": "oneshot"
}
}
|