|
1 | | -details_level = "full" # 'standard' |
2 | | -use_object_dictionary = 'false' |
| 1 | +details_level = "standard" |
| 2 | +details_level_objects = "standard" |
| 3 | +details_level_group_objects = "full" |
| 4 | +use_object_dictionary = True |
| 5 | +with_hits = True |
3 | 6 |
|
4 | | -# the following is the static across all installations unique any obj uid |
| 7 | +# the following is the static across all installations unique any obj uid |
5 | 8 | # cannot fetch the Any object via API (<=1.7) at the moment |
6 | 9 | # therefore we have a workaround adding the object manually (as svc and nw) |
7 | 10 | any_obj_uid = "97aeb369-9aea-11d5-bd16-0090272ccb30" |
|
10 | 13 | original_obj_uid = "85c0f50f-6d8a-4528-88ab-5fb11d8fe16c" |
11 | 14 | # used for nat only (both svc and nw obj) |
12 | 15 |
|
13 | | - |
14 | 16 | nw_obj_table_names = [ |
15 | | - 'hosts', 'networks', 'groups', 'address-ranges', 'multicast-address-ranges', 'groups-with-exclusion', |
16 | | - 'gateways-and-servers', 'simple-gateways', |
| 17 | + 'hosts', 'networks', 'groups', 'address-ranges', 'multicast-address-ranges', 'groups-with-exclusion', |
| 18 | + 'gateways-and-servers', 'simple-gateways', |
17 | 19 | 'dns-domains', 'updatable-objects-repository-content', |
18 | | - 'interoperable-devices' |
| 20 | + 'interoperable-devices', 'security-zones', 'Global', 'access-roles', 'updatable-objects' |
19 | 21 | ] |
20 | 22 |
|
21 | 23 | # simple as in: no groups |
22 | | -simple_svc_obj_types = ['services-tcp', 'services-udp', 'services-dce-rpc', 'services-rpc', 'services-other', |
23 | | - 'services-icmp', 'services-icmp6', 'services-sctp', 'services-gtp'] |
| 24 | +simple_svc_obj_types = ['services-tcp', 'services-udp', 'services-dce-rpc', 'services-rpc', 'services-other', |
| 25 | + 'services-icmp', 'services-icmp6', 'services-sctp', 'services-gtp', 'Global'] |
24 | 26 | group_svc_obj_types = ['service-groups', 'application-site-categories', 'application-sites'] |
25 | 27 |
|
26 | 28 | svc_obj_table_names = group_svc_obj_types + simple_svc_obj_types + [ 'CpmiAnyObject' ] |
27 | 29 | # usr_obj_table_names : do not exist yet - not fetchable via API |
28 | 30 |
|
29 | 31 | api_obj_types = nw_obj_table_names + svc_obj_table_names # all obj table names to look at during import |
30 | 32 |
|
| 33 | +obj_types_full_fetch_needed = ['groups', 'groups-with-exclusion', 'updatable-objects'] + group_svc_obj_types |
| 34 | + |
31 | 35 | cp_specific_object_types = [ # used for fetching enrichment data via "get object" separately (no specific API call) |
32 | 36 | 'simple-gateway', 'simple-cluster', 'CpmiVsClusterNetobj', 'CpmiVsxClusterNetobj', 'CpmiVsxClusterMember', 'CpmiVsNetobj', |
33 | | - 'CpmiAnyObject', 'CpmiClusterMember', 'CpmiGatewayPlain', 'CpmiHostCkp', 'CpmiGatewayCluster', 'checkpoint-host', |
34 | | - 'cluster-member' |
| 37 | + 'CpmiAnyObject', 'CpmiVsxNetobj', 'CpmiClusterMember', 'CpmiGatewayPlain', 'CpmiHostCkp', 'CpmiGatewayCluster', 'checkpoint-host', |
| 38 | + 'cluster-member', 'CpmiVoipSipDomain' |
35 | 39 | ] |
0 commit comments