-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev_docu
45 lines (43 loc) · 1.29 KB
/
dev_docu
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
CHKP plugin.
Export data from MGMT result:
{
"all_exports_ok": true,
"domains": [
{
"CMA1": {
"all_exports_ok": true,
"login_ok": true,
"policy_packages_export_ok": true,
"access_layers_export_ok": true,
"access_layers_exported": {
"NewYourk_DC_Network": true
},
"service_groups_export_ok": true,
"gateways_export_ok": true
}
},
{
"CMA2": {
"all_exports_ok": true,
"login_ok": true,
"policy_packages_export_ok": true,
"access_layers_export_ok": true,
"access_layers_exported": {
"DE_Branch_Mun_Network": true,
"Layer_dc_fra": true,
"HQ_Fra_Network": true,
"UK_Branch_Network": true
},
"service_groups_export_ok": true,
"gateways_export_ok": true
}
}
],
"config_data": {
"mgmt_name": "mds_fra",
"mgmt_ip": "10.211.55.10",
"mgmt_user": "automation_user",
"mgmt_port": "443",
"data_export_folder": "data/for_import/chkp/"
}
}