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
|
{
"plugin_table": [
{
"table_name": "DATAPATH_TELEMETRY_JOB",
"table_content": [
{
"job_id": "72694b1c-6833-4c46-acde-52e2d6409314",
"max_packet": 100000,
"filter_rule": "host 192.168.64.11",
"timeout": 60,
"sampling": 1,
"snaplen": 200,
"with_packet_capture": 0,
"device_group": {
"tag_sets": [
[
{
"value": [
"center-nyj",
"center-nyj-one"
],
"tag": "data_center"
},
{
"value": [
"group-xxg-tsgx-virtual1",
"group-xxg-tsgx-virtual2"
],
"tag": "device_group"
}
]
]
},
"traffic_link_id": [
1000,
1001
],
"is_valid": 1,
"modified_time": "1716531859000000"
}
]
}
]
}
|