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
|
{
"comment": "Expired,permanent,connectivity:1连接正常;0连接失败",
"item": [
{
"ids": "TSG-1-2Create",
"model": "create",
"target_language": "English",
"max_packet": "2000",
"filter_rule": "net 192.168.64.0/24",
"timeout": "30",
"sampling": "1",
"snaplen": "2000",
"with_packet_capture": "1",
"select": "",
"job_id": "",
"traffic_link_id": [],
"device_tag": [
[{
"value":["center-xxg-tsgx"],
"tag": "Data Center"
},
{
"value":["group-xxg-tsgx"],
"tag": "Device Group"
}]
]
},{
"ids": "TSG-1-2Modify",
"model": "modify",
"target_language": "English",
"max_packet": "2000",
"filter_rule": "tcp and net 192.168.64.0/24->tcp and net 192.168.56.0/24",
"timeout": "30->35",
"sampling": "1->2",
"snaplen": "2000->1000",
"with_packet_capture": "1->0",
"select": "",
"job_id": "",
"traffic_link_id": [
"Beijing-XXG-TSGX-TRex-10G->Beijing-XXG-TSGX-Test-Address"
],
"device_tag": [
[{
"value":["center-xxg-tsgx->center-xxg-9140"],
"tag": "Data Center->不修改"
},
{
"value":["group-xxg-tsgx->group-xxg-9140"],
"tag": "Device Group->不修改"
}]
]
}
]
}
|