@itentialopensource/adapter-algosec_firewall 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/.eslintignore +5 -0
  2. package/.eslintrc.js +18 -0
  3. package/.jshintrc +3 -0
  4. package/AUTH.md +39 -0
  5. package/BROKER.md +199 -0
  6. package/CALLS.md +170 -0
  7. package/CHANGELOG.md +9 -0
  8. package/CODE_OF_CONDUCT.md +43 -0
  9. package/CONTRIBUTING.md +172 -0
  10. package/ENHANCE.md +69 -0
  11. package/LICENSE +201 -0
  12. package/PROPERTIES.md +641 -0
  13. package/README.md +337 -0
  14. package/SUMMARY.md +9 -0
  15. package/SYSTEMINFO.md +11 -0
  16. package/TROUBLESHOOT.md +47 -0
  17. package/adapter.js +15343 -0
  18. package/adapterBase.js +1787 -0
  19. package/entities/.generic/action.json +214 -0
  20. package/entities/.generic/schema.json +28 -0
  21. package/entities/.system/action.json +50 -0
  22. package/entities/.system/mockdatafiles/getToken-default.json +4 -0
  23. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  24. package/entities/.system/schema.json +19 -0
  25. package/entities/.system/schemaTokenReq.json +53 -0
  26. package/entities/.system/schemaTokenResp.json +53 -0
  27. package/entities/AnalyzeTaskExternalController/action.json +46 -0
  28. package/entities/AnalyzeTaskExternalController/mockdatafiles/getCurrentAnalyzeTaskStatusesUsingGET-default.json +10 -0
  29. package/entities/AnalyzeTaskExternalController/schema.json +20 -0
  30. package/entities/AnalyzeTaskExternalControllerCompatible/action.json +45 -0
  31. package/entities/AnalyzeTaskExternalControllerCompatible/schema.json +20 -0
  32. package/entities/ApplicationsExternalController/action.json +145 -0
  33. package/entities/ApplicationsExternalController/mockdatafiles/findByOriginalOrCanonizedNameAndDeviceGroupObjectsUsingPOST-default.json +86 -0
  34. package/entities/ApplicationsExternalController/mockdatafiles/findByOriginalOrCanonizedNameAndDevicesUsingPOST-default.json +23 -0
  35. package/entities/ApplicationsExternalController/mockdatafiles/findByOriginalOrCanonizedNameUsingPOST-default.json +86 -0
  36. package/entities/ApplicationsExternalController/mockdatafiles/getGroupMembersUsingPOST-default.json +23 -0
  37. package/entities/ApplicationsExternalController/schema.json +25 -0
  38. package/entities/BaselineComplianceExternalController/action.json +25 -0
  39. package/entities/BaselineComplianceExternalController/schema.json +19 -0
  40. package/entities/BrandConfigExternalController/action.json +25 -0
  41. package/entities/BrandConfigExternalController/schema.json +19 -0
  42. package/entities/CloudDbExternalController/action.json +214 -0
  43. package/entities/CloudDbExternalController/mockdatafiles/getContainerInstancesUsingGET-default.json +54 -0
  44. package/entities/CloudDbExternalController/mockdatafiles/getContainerSecurityGroupUsingGET-default.json +28 -0
  45. package/entities/CloudDbExternalController/mockdatafiles/getDevicesBySecuritySegmentUsingGET-default.json +454 -0
  46. package/entities/CloudDbExternalController/mockdatafiles/getInstancesBySecurityGroupUsingGET-default.json +41 -0
  47. package/entities/CloudDbExternalController/schema.json +28 -0
  48. package/entities/ConfigExternalController/action.json +107 -0
  49. package/entities/ConfigExternalController/schema.json +23 -0
  50. package/entities/DeviceExternalController/action.json +290 -0
  51. package/entities/DeviceExternalController/mockdatafiles/getSectionHeadersUsingGET-default.json +10 -0
  52. package/entities/DeviceExternalController/mockdatafiles/getSecurityProfileGroupsUsingGET-default.json +3 -0
  53. package/entities/DeviceExternalController/mockdatafiles/searchChildrenDevicesByParentsUsingPOST-default.json +101 -0
  54. package/entities/DeviceExternalController/mockdatafiles/searchDeviceGroupHierarchyTreeUsingPOST-default.json +486 -0
  55. package/entities/DeviceExternalController/mockdatafiles/searchLeafChildrenDevicesByParentsUsingPOST-default.json +89 -0
  56. package/entities/DeviceExternalController/mockdatafiles/searchParentsDevicesByChildrenUsingPOST-default.json +146 -0
  57. package/entities/DeviceExternalController/schema.json +32 -0
  58. package/entities/DeviceExternalControllerCompatible/action.json +86 -0
  59. package/entities/DeviceExternalControllerCompatible/mockdatafiles/getDevicesByPolicyUsingPOST-default.json +306 -0
  60. package/entities/DeviceExternalControllerCompatible/mockdatafiles/getDevicesUsingGET1-default.json +935 -0
  61. package/entities/DeviceExternalControllerCompatible/schema.json +22 -0
  62. package/entities/DeviceRelocationController/action.json +126 -0
  63. package/entities/DeviceRelocationController/schema.json +24 -0
  64. package/entities/DeviceSetupController/action.json +267 -0
  65. package/entities/DeviceSetupController/mockdatafiles/getAllDevicesDetailsUsingGET-default.json +371 -0
  66. package/entities/DeviceSetupController/mockdatafiles/getCmaManagedDevicesInPv1ModeUsingPOST-default.json +11 -0
  67. package/entities/DeviceSetupController/mockdatafiles/getCmaManagedDevicesUsingPOST-default.json +11 -0
  68. package/entities/DeviceSetupController/mockdatafiles/getFortimangerManagedDevicesUsingPOST-default.json +8 -0
  69. package/entities/DeviceSetupController/mockdatafiles/getPv1ManagedDevicesUsingPOST-default.json +5 -0
  70. package/entities/DeviceSetupController/schema.json +31 -0
  71. package/entities/DeviceZonesController/action.json +25 -0
  72. package/entities/DeviceZonesController/schema.json +19 -0
  73. package/entities/DnsLookupExternalController/action.json +25 -0
  74. package/entities/DnsLookupExternalController/schema.json +19 -0
  75. package/entities/ExternalApi/action.json +380 -0
  76. package/entities/ExternalApi/mockdatafiles/getNetworkObjectsUsingGET-default.json +52 -0
  77. package/entities/ExternalApi/mockdatafiles/getReportRisksUsingGET-default.json +47 -0
  78. package/entities/ExternalApi/mockdatafiles/getRulesColumnsUsingGET-default.json +22 -0
  79. package/entities/ExternalApi/mockdatafiles/getServiceObjectsUsingGET-default.json +18 -0
  80. package/entities/ExternalApi/schema.json +36 -0
  81. package/entities/ExternalRiskyRuleController/action.json +46 -0
  82. package/entities/ExternalRiskyRuleController/schema.json +20 -0
  83. package/entities/ExternalRiskyRuleControllerCompatible/action.json +25 -0
  84. package/entities/ExternalRiskyRuleControllerCompatible/schema.json +19 -0
  85. package/entities/FirewallDataExternalController/action.json +127 -0
  86. package/entities/FirewallDataExternalController/mockdatafiles/getAllBrothersDevicesUsingGET-default.json +4 -0
  87. package/entities/FirewallDataExternalController/mockdatafiles/getOriginalNamesUsingPOST-default.json +18 -0
  88. package/entities/FirewallDataExternalController/mockdatafiles/getTreeAndDisplayOfContainingGroupsUsingGET-default.json +6 -0
  89. package/entities/FirewallDataExternalController/schema.json +24 -0
  90. package/entities/IssuesCenterExternalController/action.json +25 -0
  91. package/entities/IssuesCenterExternalController/schema.json +19 -0
  92. package/entities/LicenseController/action.json +129 -0
  93. package/entities/LicenseController/schema.json +24 -0
  94. package/entities/LicensingExternalController/action.json +46 -0
  95. package/entities/LicensingExternalController/schema.json +20 -0
  96. package/entities/NetworkInterfacesExternalController/action.json +45 -0
  97. package/entities/NetworkInterfacesExternalController/mockdatafiles/getInterfacesUsingGET-default.json +4 -0
  98. package/entities/NetworkInterfacesExternalController/schema.json +20 -0
  99. package/entities/NetworkObjectExternalController/action.json +353 -0
  100. package/entities/NetworkObjectExternalController/mockdatafiles/findByContainerNameAndNameUsingGET-default.json +5 -0
  101. package/entities/NetworkObjectExternalController/mockdatafiles/findByNameAndContainerNameUsingGET-default.json +61 -0
  102. package/entities/NetworkObjectExternalController/mockdatafiles/findByOriginalOrCanonizedNameUsingPOST1-default.json +199 -0
  103. package/entities/NetworkObjectExternalController/mockdatafiles/findNetworkObjectsForQueryUsingPOST-default.json +208 -0
  104. package/entities/NetworkObjectExternalController/mockdatafiles/getApplicationProfilesUsingGET-default.json +4 -0
  105. package/entities/NetworkObjectExternalController/mockdatafiles/getObjectsUsingGET-default.json +101 -0
  106. package/entities/NetworkObjectExternalController/schema.json +35 -0
  107. package/entities/NetworkServicesExternalController/action.json +25 -0
  108. package/entities/NetworkServicesExternalController/schema.json +19 -0
  109. package/entities/PolicyOptimizationController/action.json +67 -0
  110. package/entities/PolicyOptimizationController/mockdatafiles/getDisabledRulesUsingGET-default.json +6041 -0
  111. package/entities/PolicyOptimizationController/mockdatafiles/getRulesWithoutCommentsUsingGET-default.json +17588 -0
  112. package/entities/PolicyOptimizationController/mockdatafiles/getRulesWithoutLoggingUsingGET-default.json +9295 -0
  113. package/entities/PolicyOptimizationController/schema.json +21 -0
  114. package/entities/ReportExternalController/action.json +87 -0
  115. package/entities/ReportExternalController/mockdatafiles/getReportIdsUsingGET-default.json +4 -0
  116. package/entities/ReportExternalController/schema.json +22 -0
  117. package/entities/RiskCheckExternalController/action.json +44 -0
  118. package/entities/RiskCheckExternalController/schema.json +20 -0
  119. package/entities/RuleExternalController/action.json +247 -0
  120. package/entities/RuleExternalController/mockdatafiles/findRuleIdByRuleNumberUsingPOST-default.json +5 -0
  121. package/entities/RuleExternalController/mockdatafiles/getAllRulesUsingGET-default.json +2482 -0
  122. package/entities/RuleExternalController/mockdatafiles/getRulesUsingPOST-default.json +2446 -0
  123. package/entities/RuleExternalController/schema.json +30 -0
  124. package/entities/RuleExternalControllerCompatible/action.json +25 -0
  125. package/entities/RuleExternalControllerCompatible/mockdatafiles/getRulesUsingGET-default.json +3 -0
  126. package/entities/RuleExternalControllerCompatible/schema.json +19 -0
  127. package/entities/RuleIdentifierExternalController/action.json +24 -0
  128. package/entities/RuleIdentifierExternalController/schema.json +19 -0
  129. package/entities/SecurityZonesExternalController/action.json +67 -0
  130. package/entities/SecurityZonesExternalController/schema.json +32 -0
  131. package/entities/SupportZipController/action.json +24 -0
  132. package/entities/SupportZipController/schema.json +19 -0
  133. package/entities/TrafficSimulationQueryExternalController/action.json +24 -0
  134. package/entities/TrafficSimulationQueryExternalController/schema.json +19 -0
  135. package/entities/TrustedTrafficDataExternalController/action.json +146 -0
  136. package/entities/TrustedTrafficDataExternalController/mockdatafiles/addTrustedTrafficDataUsingPOST-default.json +3 -0
  137. package/entities/TrustedTrafficDataExternalController/mockdatafiles/editTrustedTrafficDataUsingPUT-default.json +4 -0
  138. package/entities/TrustedTrafficDataExternalController/mockdatafiles/exportTrustedTrafficUsingGET-default.json +6 -0
  139. package/entities/TrustedTrafficDataExternalController/mockdatafiles/importTrustedTrafficFromFileUsingPOST-default.json +6 -0
  140. package/entities/TrustedTrafficDataExternalController/mockdatafiles/trustRiskRuleUsingPOST-default.json +4 -0
  141. package/entities/TrustedTrafficDataExternalController/schema.json +25 -0
  142. package/entities/UrlCategoriesController/action.json +227 -0
  143. package/entities/UrlCategoriesController/mockdatafiles/getUrlIpsUsingGET-default.json +6 -0
  144. package/entities/UrlCategoriesController/schema.json +40 -0
  145. package/entities/UsersExternalController/action.json +46 -0
  146. package/entities/UsersExternalController/schema.json +20 -0
  147. package/error.json +190 -0
  148. package/package.json +86 -0
  149. package/pronghorn.json +16879 -0
  150. package/propertiesDecorators.json +14 -0
  151. package/propertiesSchema.json +1248 -0
  152. package/refs?service=git-upload-pack +0 -0
  153. package/report/algosec_firewall_swagger.json +14731 -0
  154. package/report/creationReport.json +1325 -0
  155. package/sampleProperties.json +195 -0
  156. package/test/integration/adapterTestBasicGet.js +83 -0
  157. package/test/integration/adapterTestConnectivity.js +93 -0
  158. package/test/integration/adapterTestIntegration.js +5196 -0
  159. package/test/unit/adapterBaseTestUnit.js +949 -0
  160. package/test/unit/adapterTestUnit.js +6610 -0
  161. package/utils/adapterInfo.js +206 -0
  162. package/utils/addAuth.js +94 -0
  163. package/utils/artifactize.js +146 -0
  164. package/utils/basicGet.js +50 -0
  165. package/utils/checkMigrate.js +63 -0
  166. package/utils/entitiesToDB.js +178 -0
  167. package/utils/findPath.js +74 -0
  168. package/utils/methodDocumentor.js +225 -0
  169. package/utils/modify.js +154 -0
  170. package/utils/packModificationScript.js +35 -0
  171. package/utils/patches2bundledDeps.js +90 -0
  172. package/utils/pre-commit.sh +32 -0
  173. package/utils/removeHooks.js +20 -0
  174. package/utils/setup.js +33 -0
  175. package/utils/tbScript.js +246 -0
  176. package/utils/tbUtils.js +490 -0
  177. package/utils/testRunner.js +298 -0
  178. package/utils/troubleshootingAdapter.js +195 -0
  179. package/workflows/README.md +3 -0
@@ -0,0 +1,2482 @@
1
+ [
2
+ {
3
+ "acl": {
4
+ "empty": false,
5
+ "present": false
6
+ },
7
+ "action": "string",
8
+ "additionalData": {},
9
+ "applications": [
10
+ {
11
+ "appGroupMembers": "string",
12
+ "appServiceDefinition": "string",
13
+ "appType": "string",
14
+ "appVersion": "string",
15
+ "canonizedName": "string",
16
+ "id": 9,
17
+ "invalidNamedObject": false,
18
+ "objectContainer": {
19
+ "brand": {
20
+ "id": 5,
21
+ "name": "string"
22
+ },
23
+ "containerId": "string",
24
+ "id": 10,
25
+ "managementDevice": "string",
26
+ "name": "string",
27
+ "originalName": "string"
28
+ },
29
+ "originalName": "string"
30
+ },
31
+ {
32
+ "appGroupMembers": "string",
33
+ "appServiceDefinition": "string",
34
+ "appType": "string",
35
+ "appVersion": "string",
36
+ "canonizedName": "string",
37
+ "id": 2,
38
+ "invalidNamedObject": true,
39
+ "objectContainer": {
40
+ "brand": {
41
+ "id": 6,
42
+ "name": "string"
43
+ },
44
+ "containerId": "string",
45
+ "id": 5,
46
+ "managementDevice": "string",
47
+ "name": "string",
48
+ "originalName": "string"
49
+ },
50
+ "originalName": "string"
51
+ },
52
+ {
53
+ "appGroupMembers": "string",
54
+ "appServiceDefinition": "string",
55
+ "appType": "string",
56
+ "appVersion": "string",
57
+ "canonizedName": "string",
58
+ "id": 8,
59
+ "invalidNamedObject": true,
60
+ "objectContainer": {
61
+ "brand": {
62
+ "id": 6,
63
+ "name": "string"
64
+ },
65
+ "containerId": "string",
66
+ "id": 9,
67
+ "managementDevice": "string",
68
+ "name": "string",
69
+ "originalName": "string"
70
+ },
71
+ "originalName": "string"
72
+ }
73
+ ],
74
+ "applicationsNames": {
75
+ "empty": true,
76
+ "present": false
77
+ },
78
+ "comment": [
79
+ "string",
80
+ "string",
81
+ "string",
82
+ "string",
83
+ "string",
84
+ "string",
85
+ "string",
86
+ "string"
87
+ ],
88
+ "destination": [
89
+ {
90
+ "canonizedName": "string",
91
+ "classname": "string",
92
+ "icon": "string",
93
+ "id": 1,
94
+ "invalidNamedObject": false,
95
+ "ipCount": 1,
96
+ "ipType": "IPv6",
97
+ "ipaddress": "string",
98
+ "members": "string",
99
+ "natRanges": [
100
+ {
101
+ "ipAddress": "string"
102
+ }
103
+ ],
104
+ "natType": "NONE",
105
+ "objectContainer": {
106
+ "brand": {
107
+ "id": 7,
108
+ "name": "string"
109
+ },
110
+ "containerId": "string",
111
+ "id": 10,
112
+ "managementDevice": "string",
113
+ "name": "string",
114
+ "originalName": "string"
115
+ },
116
+ "objectInternalType": {
117
+ "id": 6,
118
+ "name": "string"
119
+ },
120
+ "originalName": "string",
121
+ "user": "string",
122
+ "zone": "string"
123
+ },
124
+ {
125
+ "canonizedName": "string",
126
+ "classname": "string",
127
+ "icon": "string",
128
+ "id": 5,
129
+ "invalidNamedObject": true,
130
+ "ipCount": 8,
131
+ "ipType": "IPv6",
132
+ "ipaddress": "string",
133
+ "members": "string",
134
+ "natRanges": [
135
+ {
136
+ "ipAddress": "string"
137
+ },
138
+ {
139
+ "ipAddress": "string"
140
+ },
141
+ {
142
+ "ipAddress": "string"
143
+ },
144
+ {
145
+ "ipAddress": "string"
146
+ },
147
+ {
148
+ "ipAddress": "string"
149
+ },
150
+ {
151
+ "ipAddress": "string"
152
+ },
153
+ {
154
+ "ipAddress": "string"
155
+ },
156
+ {
157
+ "ipAddress": "string"
158
+ },
159
+ {
160
+ "ipAddress": "string"
161
+ }
162
+ ],
163
+ "natType": "NAT",
164
+ "objectContainer": {
165
+ "brand": {
166
+ "id": 10,
167
+ "name": "string"
168
+ },
169
+ "containerId": "string",
170
+ "id": 1,
171
+ "managementDevice": "string",
172
+ "name": "string",
173
+ "originalName": "string"
174
+ },
175
+ "objectInternalType": {
176
+ "id": 1,
177
+ "name": "string"
178
+ },
179
+ "originalName": "string",
180
+ "user": "string",
181
+ "zone": "string"
182
+ }
183
+ ],
184
+ "deviceDisplayName": "string",
185
+ "deviceId": 8,
186
+ "direction": {
187
+ "empty": true,
188
+ "present": true
189
+ },
190
+ "documentation": {},
191
+ "enable": "string",
192
+ "fromZone": {
193
+ "empty": false,
194
+ "present": true
195
+ },
196
+ "implicit": {
197
+ "empty": true,
198
+ "present": true
199
+ },
200
+ "installedOn": {
201
+ "empty": false,
202
+ "present": true
203
+ },
204
+ "interface": {
205
+ "empty": true,
206
+ "present": false
207
+ },
208
+ "isNegateDestination": false,
209
+ "isNegateService": true,
210
+ "isNegateSource": false,
211
+ "isValidUserSourceModel": false,
212
+ "layerName": {
213
+ "empty": false,
214
+ "present": true
215
+ },
216
+ "layerType": {
217
+ "empty": false,
218
+ "present": true
219
+ },
220
+ "layerUID": {
221
+ "empty": true,
222
+ "present": false
223
+ },
224
+ "link": {
225
+ "id": 7,
226
+ "ruleContainer": {
227
+ "brand": {
228
+ "id": 6,
229
+ "name": "string"
230
+ },
231
+ "globalPolicy": "string",
232
+ "id": 9,
233
+ "name": "string",
234
+ "natRulesMd5": "string"
235
+ },
236
+ "ruleId": "string",
237
+ "type": "ORIGINAL"
238
+ },
239
+ "log": "string",
240
+ "logForwardingProfile": {
241
+ "empty": true,
242
+ "present": false
243
+ },
244
+ "multiUseRuleContainer": "string",
245
+ "name": {
246
+ "empty": false,
247
+ "present": true
248
+ },
249
+ "orderedLayerIndex": {
250
+ "empty": false,
251
+ "present": true
252
+ },
253
+ "originalRuleId": {
254
+ "empty": false,
255
+ "present": true
256
+ },
257
+ "parentRuleUID": {
258
+ "empty": false,
259
+ "present": false
260
+ },
261
+ "policyValue": {
262
+ "empty": false,
263
+ "present": true
264
+ },
265
+ "qoS": {
266
+ "empty": false,
267
+ "present": true
268
+ },
269
+ "ruleId": "string",
270
+ "ruleNum": "string",
271
+ "rulePosition": "string",
272
+ "rulePositionOrRuleId": "string",
273
+ "rulePositionOrRuleNum": "string",
274
+ "scopeSectionValue": {
275
+ "empty": false,
276
+ "present": true
277
+ },
278
+ "sectionHeader": {
279
+ "empty": false,
280
+ "present": false
281
+ },
282
+ "securityProfile": {
283
+ "empty": true,
284
+ "present": false
285
+ },
286
+ "service": [
287
+ {
288
+ "canonizedName": "string",
289
+ "icon": "string",
290
+ "id": 5,
291
+ "invalidNamedObject": true,
292
+ "objectContainer": {
293
+ "brand": {
294
+ "id": 2,
295
+ "name": "string"
296
+ },
297
+ "containerId": "string",
298
+ "id": 9,
299
+ "managementDevice": "string",
300
+ "name": "string",
301
+ "originalName": "string"
302
+ },
303
+ "objectInternalType": {
304
+ "id": 3,
305
+ "name": "string"
306
+ },
307
+ "originalName": "string",
308
+ "servicedefinition": "string"
309
+ },
310
+ {
311
+ "canonizedName": "string",
312
+ "icon": "string",
313
+ "id": 7,
314
+ "invalidNamedObject": false,
315
+ "objectContainer": {
316
+ "brand": {
317
+ "id": 10,
318
+ "name": "string"
319
+ },
320
+ "containerId": "string",
321
+ "id": 9,
322
+ "managementDevice": "string",
323
+ "name": "string",
324
+ "originalName": "string"
325
+ },
326
+ "objectInternalType": {
327
+ "id": 7,
328
+ "name": "string"
329
+ },
330
+ "originalName": "string",
331
+ "servicedefinition": "string"
332
+ },
333
+ {
334
+ "canonizedName": "string",
335
+ "icon": "string",
336
+ "id": 3,
337
+ "invalidNamedObject": false,
338
+ "objectContainer": {
339
+ "brand": {
340
+ "id": 9,
341
+ "name": "string"
342
+ },
343
+ "containerId": "string",
344
+ "id": 7,
345
+ "managementDevice": "string",
346
+ "name": "string",
347
+ "originalName": "string"
348
+ },
349
+ "objectInternalType": {
350
+ "id": 2,
351
+ "name": "string"
352
+ },
353
+ "originalName": "string",
354
+ "servicedefinition": "string"
355
+ },
356
+ {
357
+ "canonizedName": "string",
358
+ "icon": "string",
359
+ "id": 2,
360
+ "invalidNamedObject": true,
361
+ "objectContainer": {
362
+ "brand": {
363
+ "id": 5,
364
+ "name": "string"
365
+ },
366
+ "containerId": "string",
367
+ "id": 1,
368
+ "managementDevice": "string",
369
+ "name": "string",
370
+ "originalName": "string"
371
+ },
372
+ "objectInternalType": {
373
+ "id": 1,
374
+ "name": "string"
375
+ },
376
+ "originalName": "string",
377
+ "servicedefinition": "string"
378
+ },
379
+ {
380
+ "canonizedName": "string",
381
+ "icon": "string",
382
+ "id": 2,
383
+ "invalidNamedObject": true,
384
+ "objectContainer": {
385
+ "brand": {
386
+ "id": 10,
387
+ "name": "string"
388
+ },
389
+ "containerId": "string",
390
+ "id": 4,
391
+ "managementDevice": "string",
392
+ "name": "string",
393
+ "originalName": "string"
394
+ },
395
+ "objectInternalType": {
396
+ "id": 2,
397
+ "name": "string"
398
+ },
399
+ "originalName": "string",
400
+ "servicedefinition": "string"
401
+ },
402
+ {
403
+ "canonizedName": "string",
404
+ "icon": "string",
405
+ "id": 9,
406
+ "invalidNamedObject": true,
407
+ "objectContainer": {
408
+ "brand": {
409
+ "id": 5,
410
+ "name": "string"
411
+ },
412
+ "containerId": "string",
413
+ "id": 5,
414
+ "managementDevice": "string",
415
+ "name": "string",
416
+ "originalName": "string"
417
+ },
418
+ "objectInternalType": {
419
+ "id": 4,
420
+ "name": "string"
421
+ },
422
+ "originalName": "string",
423
+ "servicedefinition": "string"
424
+ },
425
+ {
426
+ "canonizedName": "string",
427
+ "icon": "string",
428
+ "id": 9,
429
+ "invalidNamedObject": true,
430
+ "objectContainer": {
431
+ "brand": {
432
+ "id": 10,
433
+ "name": "string"
434
+ },
435
+ "containerId": "string",
436
+ "id": 5,
437
+ "managementDevice": "string",
438
+ "name": "string",
439
+ "originalName": "string"
440
+ },
441
+ "objectInternalType": {
442
+ "id": 4,
443
+ "name": "string"
444
+ },
445
+ "originalName": "string",
446
+ "servicedefinition": "string"
447
+ },
448
+ {
449
+ "canonizedName": "string",
450
+ "icon": "string",
451
+ "id": 9,
452
+ "invalidNamedObject": true,
453
+ "objectContainer": {
454
+ "brand": {
455
+ "id": 10,
456
+ "name": "string"
457
+ },
458
+ "containerId": "string",
459
+ "id": 7,
460
+ "managementDevice": "string",
461
+ "name": "string",
462
+ "originalName": "string"
463
+ },
464
+ "objectInternalType": {
465
+ "id": 1,
466
+ "name": "string"
467
+ },
468
+ "originalName": "string",
469
+ "servicedefinition": "string"
470
+ }
471
+ ],
472
+ "source": [
473
+ {
474
+ "canonizedName": "string",
475
+ "classname": "string",
476
+ "icon": "string",
477
+ "id": 9,
478
+ "invalidNamedObject": false,
479
+ "ipCount": 3,
480
+ "ipType": "Null",
481
+ "ipaddress": "string",
482
+ "members": "string",
483
+ "natRanges": [
484
+ {
485
+ "ipAddress": "string"
486
+ },
487
+ {
488
+ "ipAddress": "string"
489
+ },
490
+ {
491
+ "ipAddress": "string"
492
+ },
493
+ {
494
+ "ipAddress": "string"
495
+ }
496
+ ],
497
+ "natType": "NAT",
498
+ "objectContainer": {
499
+ "brand": {
500
+ "id": 3,
501
+ "name": "string"
502
+ },
503
+ "containerId": "string",
504
+ "id": 3,
505
+ "managementDevice": "string",
506
+ "name": "string",
507
+ "originalName": "string"
508
+ },
509
+ "objectInternalType": {
510
+ "id": 6,
511
+ "name": "string"
512
+ },
513
+ "originalName": "string",
514
+ "user": "string",
515
+ "zone": "string"
516
+ },
517
+ {
518
+ "canonizedName": "string",
519
+ "classname": "string",
520
+ "icon": "string",
521
+ "id": 8,
522
+ "invalidNamedObject": false,
523
+ "ipCount": 1,
524
+ "ipType": "IPv4",
525
+ "ipaddress": "string",
526
+ "members": "string",
527
+ "natRanges": [
528
+ {
529
+ "ipAddress": "string"
530
+ },
531
+ {
532
+ "ipAddress": "string"
533
+ },
534
+ {
535
+ "ipAddress": "string"
536
+ },
537
+ {
538
+ "ipAddress": "string"
539
+ },
540
+ {
541
+ "ipAddress": "string"
542
+ },
543
+ {
544
+ "ipAddress": "string"
545
+ },
546
+ {
547
+ "ipAddress": "string"
548
+ },
549
+ {
550
+ "ipAddress": "string"
551
+ },
552
+ {
553
+ "ipAddress": "string"
554
+ },
555
+ {
556
+ "ipAddress": "string"
557
+ }
558
+ ],
559
+ "natType": "NONE",
560
+ "objectContainer": {
561
+ "brand": {
562
+ "id": 5,
563
+ "name": "string"
564
+ },
565
+ "containerId": "string",
566
+ "id": 7,
567
+ "managementDevice": "string",
568
+ "name": "string",
569
+ "originalName": "string"
570
+ },
571
+ "objectInternalType": {
572
+ "id": 6,
573
+ "name": "string"
574
+ },
575
+ "originalName": "string",
576
+ "user": "string",
577
+ "zone": "string"
578
+ },
579
+ {
580
+ "canonizedName": "string",
581
+ "classname": "string",
582
+ "icon": "string",
583
+ "id": 1,
584
+ "invalidNamedObject": true,
585
+ "ipCount": 4,
586
+ "ipType": "IPv4",
587
+ "ipaddress": "string",
588
+ "members": "string",
589
+ "natRanges": [
590
+ {
591
+ "ipAddress": "string"
592
+ },
593
+ {
594
+ "ipAddress": "string"
595
+ },
596
+ {
597
+ "ipAddress": "string"
598
+ },
599
+ {
600
+ "ipAddress": "string"
601
+ },
602
+ {
603
+ "ipAddress": "string"
604
+ }
605
+ ],
606
+ "natType": "NONE",
607
+ "objectContainer": {
608
+ "brand": {
609
+ "id": 8,
610
+ "name": "string"
611
+ },
612
+ "containerId": "string",
613
+ "id": 10,
614
+ "managementDevice": "string",
615
+ "name": "string",
616
+ "originalName": "string"
617
+ },
618
+ "objectInternalType": {
619
+ "id": 6,
620
+ "name": "string"
621
+ },
622
+ "originalName": "string",
623
+ "user": "string",
624
+ "zone": "string"
625
+ },
626
+ {
627
+ "canonizedName": "string",
628
+ "classname": "string",
629
+ "icon": "string",
630
+ "id": 6,
631
+ "invalidNamedObject": false,
632
+ "ipCount": 7,
633
+ "ipType": "IPv6",
634
+ "ipaddress": "string",
635
+ "members": "string",
636
+ "natRanges": [
637
+ {
638
+ "ipAddress": "string"
639
+ },
640
+ {
641
+ "ipAddress": "string"
642
+ },
643
+ {
644
+ "ipAddress": "string"
645
+ },
646
+ {
647
+ "ipAddress": "string"
648
+ },
649
+ {
650
+ "ipAddress": "string"
651
+ },
652
+ {
653
+ "ipAddress": "string"
654
+ },
655
+ {
656
+ "ipAddress": "string"
657
+ },
658
+ {
659
+ "ipAddress": "string"
660
+ }
661
+ ],
662
+ "natType": "HIDE",
663
+ "objectContainer": {
664
+ "brand": {
665
+ "id": 6,
666
+ "name": "string"
667
+ },
668
+ "containerId": "string",
669
+ "id": 5,
670
+ "managementDevice": "string",
671
+ "name": "string",
672
+ "originalName": "string"
673
+ },
674
+ "objectInternalType": {
675
+ "id": 4,
676
+ "name": "string"
677
+ },
678
+ "originalName": "string",
679
+ "user": "string",
680
+ "zone": "string"
681
+ },
682
+ {
683
+ "canonizedName": "string",
684
+ "classname": "string",
685
+ "icon": "string",
686
+ "id": 7,
687
+ "invalidNamedObject": true,
688
+ "ipCount": 8,
689
+ "ipType": "IPv6",
690
+ "ipaddress": "string",
691
+ "members": "string",
692
+ "natRanges": [
693
+ {
694
+ "ipAddress": "string"
695
+ },
696
+ {
697
+ "ipAddress": "string"
698
+ },
699
+ {
700
+ "ipAddress": "string"
701
+ },
702
+ {
703
+ "ipAddress": "string"
704
+ }
705
+ ],
706
+ "natType": "NONE",
707
+ "objectContainer": {
708
+ "brand": {
709
+ "id": 9,
710
+ "name": "string"
711
+ },
712
+ "containerId": "string",
713
+ "id": 5,
714
+ "managementDevice": "string",
715
+ "name": "string",
716
+ "originalName": "string"
717
+ },
718
+ "objectInternalType": {
719
+ "id": 9,
720
+ "name": "string"
721
+ },
722
+ "originalName": "string",
723
+ "user": "string",
724
+ "zone": "string"
725
+ },
726
+ {
727
+ "canonizedName": "string",
728
+ "classname": "string",
729
+ "icon": "string",
730
+ "id": 3,
731
+ "invalidNamedObject": true,
732
+ "ipCount": 10,
733
+ "ipType": "IPv4",
734
+ "ipaddress": "string",
735
+ "members": "string",
736
+ "natRanges": [
737
+ {
738
+ "ipAddress": "string"
739
+ },
740
+ {
741
+ "ipAddress": "string"
742
+ }
743
+ ],
744
+ "natType": "NONE",
745
+ "objectContainer": {
746
+ "brand": {
747
+ "id": 9,
748
+ "name": "string"
749
+ },
750
+ "containerId": "string",
751
+ "id": 5,
752
+ "managementDevice": "string",
753
+ "name": "string",
754
+ "originalName": "string"
755
+ },
756
+ "objectInternalType": {
757
+ "id": 1,
758
+ "name": "string"
759
+ },
760
+ "originalName": "string",
761
+ "user": "string",
762
+ "zone": "string"
763
+ }
764
+ ],
765
+ "tags": [
766
+ "string"
767
+ ],
768
+ "toZone": {
769
+ "empty": false,
770
+ "present": true
771
+ },
772
+ "type": {
773
+ "empty": false,
774
+ "present": false
775
+ },
776
+ "urlCategories": [
777
+ {
778
+ "canonizedName": "string",
779
+ "classname": "string",
780
+ "icon": "string",
781
+ "id": 2,
782
+ "invalidNamedObject": true,
783
+ "ipCount": 9,
784
+ "ipType": "IPv6",
785
+ "ipaddress": "string",
786
+ "members": "string",
787
+ "natRanges": [
788
+ {
789
+ "ipAddress": "string"
790
+ },
791
+ {
792
+ "ipAddress": "string"
793
+ },
794
+ {
795
+ "ipAddress": "string"
796
+ },
797
+ {
798
+ "ipAddress": "string"
799
+ },
800
+ {
801
+ "ipAddress": "string"
802
+ },
803
+ {
804
+ "ipAddress": "string"
805
+ }
806
+ ],
807
+ "natType": "NONE",
808
+ "objectContainer": {
809
+ "brand": {
810
+ "id": 7,
811
+ "name": "string"
812
+ },
813
+ "containerId": "string",
814
+ "id": 6,
815
+ "managementDevice": "string",
816
+ "name": "string",
817
+ "originalName": "string"
818
+ },
819
+ "objectInternalType": {
820
+ "id": 1,
821
+ "name": "string"
822
+ },
823
+ "originalName": "string",
824
+ "user": "string",
825
+ "zone": "string"
826
+ },
827
+ {
828
+ "canonizedName": "string",
829
+ "classname": "string",
830
+ "icon": "string",
831
+ "id": 7,
832
+ "invalidNamedObject": true,
833
+ "ipCount": 4,
834
+ "ipType": "Null",
835
+ "ipaddress": "string",
836
+ "members": "string",
837
+ "natRanges": [
838
+ {
839
+ "ipAddress": "string"
840
+ },
841
+ {
842
+ "ipAddress": "string"
843
+ },
844
+ {
845
+ "ipAddress": "string"
846
+ },
847
+ {
848
+ "ipAddress": "string"
849
+ },
850
+ {
851
+ "ipAddress": "string"
852
+ }
853
+ ],
854
+ "natType": "NAT",
855
+ "objectContainer": {
856
+ "brand": {
857
+ "id": 1,
858
+ "name": "string"
859
+ },
860
+ "containerId": "string",
861
+ "id": 7,
862
+ "managementDevice": "string",
863
+ "name": "string",
864
+ "originalName": "string"
865
+ },
866
+ "objectInternalType": {
867
+ "id": 6,
868
+ "name": "string"
869
+ },
870
+ "originalName": "string",
871
+ "user": "string",
872
+ "zone": "string"
873
+ },
874
+ {
875
+ "canonizedName": "string",
876
+ "classname": "string",
877
+ "icon": "string",
878
+ "id": 1,
879
+ "invalidNamedObject": false,
880
+ "ipCount": 5,
881
+ "ipType": "IPv4",
882
+ "ipaddress": "string",
883
+ "members": "string",
884
+ "natRanges": [
885
+ {
886
+ "ipAddress": "string"
887
+ }
888
+ ],
889
+ "natType": "STATIC",
890
+ "objectContainer": {
891
+ "brand": {
892
+ "id": 5,
893
+ "name": "string"
894
+ },
895
+ "containerId": "string",
896
+ "id": 3,
897
+ "managementDevice": "string",
898
+ "name": "string",
899
+ "originalName": "string"
900
+ },
901
+ "objectInternalType": {
902
+ "id": 9,
903
+ "name": "string"
904
+ },
905
+ "originalName": "string",
906
+ "user": "string",
907
+ "zone": "string"
908
+ },
909
+ {
910
+ "canonizedName": "string",
911
+ "classname": "string",
912
+ "icon": "string",
913
+ "id": 9,
914
+ "invalidNamedObject": true,
915
+ "ipCount": 1,
916
+ "ipType": "mixed",
917
+ "ipaddress": "string",
918
+ "members": "string",
919
+ "natRanges": [
920
+ {
921
+ "ipAddress": "string"
922
+ },
923
+ {
924
+ "ipAddress": "string"
925
+ },
926
+ {
927
+ "ipAddress": "string"
928
+ },
929
+ {
930
+ "ipAddress": "string"
931
+ },
932
+ {
933
+ "ipAddress": "string"
934
+ },
935
+ {
936
+ "ipAddress": "string"
937
+ },
938
+ {
939
+ "ipAddress": "string"
940
+ },
941
+ {
942
+ "ipAddress": "string"
943
+ },
944
+ {
945
+ "ipAddress": "string"
946
+ },
947
+ {
948
+ "ipAddress": "string"
949
+ }
950
+ ],
951
+ "natType": "HIDE",
952
+ "objectContainer": {
953
+ "brand": {
954
+ "id": 8,
955
+ "name": "string"
956
+ },
957
+ "containerId": "string",
958
+ "id": 5,
959
+ "managementDevice": "string",
960
+ "name": "string",
961
+ "originalName": "string"
962
+ },
963
+ "objectInternalType": {
964
+ "id": 8,
965
+ "name": "string"
966
+ },
967
+ "originalName": "string",
968
+ "user": "string",
969
+ "zone": "string"
970
+ },
971
+ {
972
+ "canonizedName": "string",
973
+ "classname": "string",
974
+ "icon": "string",
975
+ "id": 6,
976
+ "invalidNamedObject": false,
977
+ "ipCount": 2,
978
+ "ipType": "IPv6",
979
+ "ipaddress": "string",
980
+ "members": "string",
981
+ "natRanges": [
982
+ {
983
+ "ipAddress": "string"
984
+ },
985
+ {
986
+ "ipAddress": "string"
987
+ },
988
+ {
989
+ "ipAddress": "string"
990
+ },
991
+ {
992
+ "ipAddress": "string"
993
+ },
994
+ {
995
+ "ipAddress": "string"
996
+ },
997
+ {
998
+ "ipAddress": "string"
999
+ }
1000
+ ],
1001
+ "natType": "NAT",
1002
+ "objectContainer": {
1003
+ "brand": {
1004
+ "id": 7,
1005
+ "name": "string"
1006
+ },
1007
+ "containerId": "string",
1008
+ "id": 9,
1009
+ "managementDevice": "string",
1010
+ "name": "string",
1011
+ "originalName": "string"
1012
+ },
1013
+ "objectInternalType": {
1014
+ "id": 4,
1015
+ "name": "string"
1016
+ },
1017
+ "originalName": "string",
1018
+ "user": "string",
1019
+ "zone": "string"
1020
+ },
1021
+ {
1022
+ "canonizedName": "string",
1023
+ "classname": "string",
1024
+ "icon": "string",
1025
+ "id": 1,
1026
+ "invalidNamedObject": false,
1027
+ "ipCount": 8,
1028
+ "ipType": "mixed",
1029
+ "ipaddress": "string",
1030
+ "members": "string",
1031
+ "natRanges": [
1032
+ {
1033
+ "ipAddress": "string"
1034
+ },
1035
+ {
1036
+ "ipAddress": "string"
1037
+ },
1038
+ {
1039
+ "ipAddress": "string"
1040
+ },
1041
+ {
1042
+ "ipAddress": "string"
1043
+ },
1044
+ {
1045
+ "ipAddress": "string"
1046
+ },
1047
+ {
1048
+ "ipAddress": "string"
1049
+ },
1050
+ {
1051
+ "ipAddress": "string"
1052
+ }
1053
+ ],
1054
+ "natType": "NONE",
1055
+ "objectContainer": {
1056
+ "brand": {
1057
+ "id": 10,
1058
+ "name": "string"
1059
+ },
1060
+ "containerId": "string",
1061
+ "id": 3,
1062
+ "managementDevice": "string",
1063
+ "name": "string",
1064
+ "originalName": "string"
1065
+ },
1066
+ "objectInternalType": {
1067
+ "id": 3,
1068
+ "name": "string"
1069
+ },
1070
+ "originalName": "string",
1071
+ "user": "string",
1072
+ "zone": "string"
1073
+ },
1074
+ {
1075
+ "canonizedName": "string",
1076
+ "classname": "string",
1077
+ "icon": "string",
1078
+ "id": 3,
1079
+ "invalidNamedObject": false,
1080
+ "ipCount": 5,
1081
+ "ipType": "Null",
1082
+ "ipaddress": "string",
1083
+ "members": "string",
1084
+ "natRanges": [
1085
+ {
1086
+ "ipAddress": "string"
1087
+ }
1088
+ ],
1089
+ "natType": "STATIC",
1090
+ "objectContainer": {
1091
+ "brand": {
1092
+ "id": 10,
1093
+ "name": "string"
1094
+ },
1095
+ "containerId": "string",
1096
+ "id": 9,
1097
+ "managementDevice": "string",
1098
+ "name": "string",
1099
+ "originalName": "string"
1100
+ },
1101
+ "objectInternalType": {
1102
+ "id": 1,
1103
+ "name": "string"
1104
+ },
1105
+ "originalName": "string",
1106
+ "user": "string",
1107
+ "zone": "string"
1108
+ },
1109
+ {
1110
+ "canonizedName": "string",
1111
+ "classname": "string",
1112
+ "icon": "string",
1113
+ "id": 3,
1114
+ "invalidNamedObject": true,
1115
+ "ipCount": 9,
1116
+ "ipType": "IPv6",
1117
+ "ipaddress": "string",
1118
+ "members": "string",
1119
+ "natRanges": [
1120
+ {
1121
+ "ipAddress": "string"
1122
+ },
1123
+ {
1124
+ "ipAddress": "string"
1125
+ }
1126
+ ],
1127
+ "natType": "NONE",
1128
+ "objectContainer": {
1129
+ "brand": {
1130
+ "id": 7,
1131
+ "name": "string"
1132
+ },
1133
+ "containerId": "string",
1134
+ "id": 5,
1135
+ "managementDevice": "string",
1136
+ "name": "string",
1137
+ "originalName": "string"
1138
+ },
1139
+ "objectInternalType": {
1140
+ "id": 6,
1141
+ "name": "string"
1142
+ },
1143
+ "originalName": "string",
1144
+ "user": "string",
1145
+ "zone": "string"
1146
+ }
1147
+ ],
1148
+ "users": [
1149
+ {
1150
+ "display": "string"
1151
+ },
1152
+ {
1153
+ "display": "string"
1154
+ },
1155
+ {
1156
+ "display": "string"
1157
+ }
1158
+ ]
1159
+ },
1160
+ {
1161
+ "acl": {
1162
+ "empty": true,
1163
+ "present": false
1164
+ },
1165
+ "action": "string",
1166
+ "additionalData": {},
1167
+ "applications": [
1168
+ {
1169
+ "appGroupMembers": "string",
1170
+ "appServiceDefinition": "string",
1171
+ "appType": "string",
1172
+ "appVersion": "string",
1173
+ "canonizedName": "string",
1174
+ "id": 6,
1175
+ "invalidNamedObject": true,
1176
+ "objectContainer": {
1177
+ "brand": {
1178
+ "id": 5,
1179
+ "name": "string"
1180
+ },
1181
+ "containerId": "string",
1182
+ "id": 2,
1183
+ "managementDevice": "string",
1184
+ "name": "string",
1185
+ "originalName": "string"
1186
+ },
1187
+ "originalName": "string"
1188
+ },
1189
+ {
1190
+ "appGroupMembers": "string",
1191
+ "appServiceDefinition": "string",
1192
+ "appType": "string",
1193
+ "appVersion": "string",
1194
+ "canonizedName": "string",
1195
+ "id": 1,
1196
+ "invalidNamedObject": false,
1197
+ "objectContainer": {
1198
+ "brand": {
1199
+ "id": 7,
1200
+ "name": "string"
1201
+ },
1202
+ "containerId": "string",
1203
+ "id": 6,
1204
+ "managementDevice": "string",
1205
+ "name": "string",
1206
+ "originalName": "string"
1207
+ },
1208
+ "originalName": "string"
1209
+ },
1210
+ {
1211
+ "appGroupMembers": "string",
1212
+ "appServiceDefinition": "string",
1213
+ "appType": "string",
1214
+ "appVersion": "string",
1215
+ "canonizedName": "string",
1216
+ "id": 1,
1217
+ "invalidNamedObject": true,
1218
+ "objectContainer": {
1219
+ "brand": {
1220
+ "id": 4,
1221
+ "name": "string"
1222
+ },
1223
+ "containerId": "string",
1224
+ "id": 5,
1225
+ "managementDevice": "string",
1226
+ "name": "string",
1227
+ "originalName": "string"
1228
+ },
1229
+ "originalName": "string"
1230
+ },
1231
+ {
1232
+ "appGroupMembers": "string",
1233
+ "appServiceDefinition": "string",
1234
+ "appType": "string",
1235
+ "appVersion": "string",
1236
+ "canonizedName": "string",
1237
+ "id": 5,
1238
+ "invalidNamedObject": true,
1239
+ "objectContainer": {
1240
+ "brand": {
1241
+ "id": 10,
1242
+ "name": "string"
1243
+ },
1244
+ "containerId": "string",
1245
+ "id": 10,
1246
+ "managementDevice": "string",
1247
+ "name": "string",
1248
+ "originalName": "string"
1249
+ },
1250
+ "originalName": "string"
1251
+ },
1252
+ {
1253
+ "appGroupMembers": "string",
1254
+ "appServiceDefinition": "string",
1255
+ "appType": "string",
1256
+ "appVersion": "string",
1257
+ "canonizedName": "string",
1258
+ "id": 7,
1259
+ "invalidNamedObject": true,
1260
+ "objectContainer": {
1261
+ "brand": {
1262
+ "id": 2,
1263
+ "name": "string"
1264
+ },
1265
+ "containerId": "string",
1266
+ "id": 3,
1267
+ "managementDevice": "string",
1268
+ "name": "string",
1269
+ "originalName": "string"
1270
+ },
1271
+ "originalName": "string"
1272
+ },
1273
+ {
1274
+ "appGroupMembers": "string",
1275
+ "appServiceDefinition": "string",
1276
+ "appType": "string",
1277
+ "appVersion": "string",
1278
+ "canonizedName": "string",
1279
+ "id": 7,
1280
+ "invalidNamedObject": true,
1281
+ "objectContainer": {
1282
+ "brand": {
1283
+ "id": 4,
1284
+ "name": "string"
1285
+ },
1286
+ "containerId": "string",
1287
+ "id": 9,
1288
+ "managementDevice": "string",
1289
+ "name": "string",
1290
+ "originalName": "string"
1291
+ },
1292
+ "originalName": "string"
1293
+ },
1294
+ {
1295
+ "appGroupMembers": "string",
1296
+ "appServiceDefinition": "string",
1297
+ "appType": "string",
1298
+ "appVersion": "string",
1299
+ "canonizedName": "string",
1300
+ "id": 3,
1301
+ "invalidNamedObject": false,
1302
+ "objectContainer": {
1303
+ "brand": {
1304
+ "id": 3,
1305
+ "name": "string"
1306
+ },
1307
+ "containerId": "string",
1308
+ "id": 1,
1309
+ "managementDevice": "string",
1310
+ "name": "string",
1311
+ "originalName": "string"
1312
+ },
1313
+ "originalName": "string"
1314
+ },
1315
+ {
1316
+ "appGroupMembers": "string",
1317
+ "appServiceDefinition": "string",
1318
+ "appType": "string",
1319
+ "appVersion": "string",
1320
+ "canonizedName": "string",
1321
+ "id": 1,
1322
+ "invalidNamedObject": true,
1323
+ "objectContainer": {
1324
+ "brand": {
1325
+ "id": 4,
1326
+ "name": "string"
1327
+ },
1328
+ "containerId": "string",
1329
+ "id": 5,
1330
+ "managementDevice": "string",
1331
+ "name": "string",
1332
+ "originalName": "string"
1333
+ },
1334
+ "originalName": "string"
1335
+ }
1336
+ ],
1337
+ "applicationsNames": {
1338
+ "empty": true,
1339
+ "present": false
1340
+ },
1341
+ "comment": [
1342
+ "string",
1343
+ "string",
1344
+ "string",
1345
+ "string",
1346
+ "string"
1347
+ ],
1348
+ "destination": [
1349
+ {
1350
+ "canonizedName": "string",
1351
+ "classname": "string",
1352
+ "icon": "string",
1353
+ "id": 3,
1354
+ "invalidNamedObject": true,
1355
+ "ipCount": 1,
1356
+ "ipType": "mixed",
1357
+ "ipaddress": "string",
1358
+ "members": "string",
1359
+ "natRanges": [
1360
+ {
1361
+ "ipAddress": "string"
1362
+ },
1363
+ {
1364
+ "ipAddress": "string"
1365
+ },
1366
+ {
1367
+ "ipAddress": "string"
1368
+ },
1369
+ {
1370
+ "ipAddress": "string"
1371
+ },
1372
+ {
1373
+ "ipAddress": "string"
1374
+ },
1375
+ {
1376
+ "ipAddress": "string"
1377
+ },
1378
+ {
1379
+ "ipAddress": "string"
1380
+ },
1381
+ {
1382
+ "ipAddress": "string"
1383
+ }
1384
+ ],
1385
+ "natType": "NAT",
1386
+ "objectContainer": {
1387
+ "brand": {
1388
+ "id": 4,
1389
+ "name": "string"
1390
+ },
1391
+ "containerId": "string",
1392
+ "id": 7,
1393
+ "managementDevice": "string",
1394
+ "name": "string",
1395
+ "originalName": "string"
1396
+ },
1397
+ "objectInternalType": {
1398
+ "id": 1,
1399
+ "name": "string"
1400
+ },
1401
+ "originalName": "string",
1402
+ "user": "string",
1403
+ "zone": "string"
1404
+ }
1405
+ ],
1406
+ "deviceDisplayName": "string",
1407
+ "deviceId": 10,
1408
+ "direction": {
1409
+ "empty": false,
1410
+ "present": false
1411
+ },
1412
+ "documentation": {},
1413
+ "enable": "string",
1414
+ "fromZone": {
1415
+ "empty": true,
1416
+ "present": false
1417
+ },
1418
+ "implicit": {
1419
+ "empty": true,
1420
+ "present": true
1421
+ },
1422
+ "installedOn": {
1423
+ "empty": true,
1424
+ "present": false
1425
+ },
1426
+ "interface": {
1427
+ "empty": true,
1428
+ "present": false
1429
+ },
1430
+ "isNegateDestination": true,
1431
+ "isNegateService": false,
1432
+ "isNegateSource": true,
1433
+ "isValidUserSourceModel": true,
1434
+ "layerName": {
1435
+ "empty": true,
1436
+ "present": true
1437
+ },
1438
+ "layerType": {
1439
+ "empty": true,
1440
+ "present": false
1441
+ },
1442
+ "layerUID": {
1443
+ "empty": true,
1444
+ "present": false
1445
+ },
1446
+ "link": {
1447
+ "id": 5,
1448
+ "ruleContainer": {
1449
+ "brand": {
1450
+ "id": 6,
1451
+ "name": "string"
1452
+ },
1453
+ "globalPolicy": "string",
1454
+ "id": 3,
1455
+ "name": "string",
1456
+ "natRulesMd5": "string"
1457
+ },
1458
+ "ruleId": "string",
1459
+ "type": "ORIGINAL"
1460
+ },
1461
+ "log": "string",
1462
+ "logForwardingProfile": {
1463
+ "empty": true,
1464
+ "present": false
1465
+ },
1466
+ "multiUseRuleContainer": "string",
1467
+ "name": {
1468
+ "empty": true,
1469
+ "present": true
1470
+ },
1471
+ "orderedLayerIndex": {
1472
+ "empty": true,
1473
+ "present": true
1474
+ },
1475
+ "originalRuleId": {
1476
+ "empty": false,
1477
+ "present": false
1478
+ },
1479
+ "parentRuleUID": {
1480
+ "empty": false,
1481
+ "present": true
1482
+ },
1483
+ "policyValue": {
1484
+ "empty": true,
1485
+ "present": true
1486
+ },
1487
+ "qoS": {
1488
+ "empty": false,
1489
+ "present": false
1490
+ },
1491
+ "ruleId": "string",
1492
+ "ruleNum": "string",
1493
+ "rulePosition": "string",
1494
+ "rulePositionOrRuleId": "string",
1495
+ "rulePositionOrRuleNum": "string",
1496
+ "scopeSectionValue": {
1497
+ "empty": true,
1498
+ "present": true
1499
+ },
1500
+ "sectionHeader": {
1501
+ "empty": true,
1502
+ "present": true
1503
+ },
1504
+ "securityProfile": {
1505
+ "empty": true,
1506
+ "present": true
1507
+ },
1508
+ "service": [
1509
+ {
1510
+ "canonizedName": "string",
1511
+ "icon": "string",
1512
+ "id": 3,
1513
+ "invalidNamedObject": true,
1514
+ "objectContainer": {
1515
+ "brand": {
1516
+ "id": 9,
1517
+ "name": "string"
1518
+ },
1519
+ "containerId": "string",
1520
+ "id": 10,
1521
+ "managementDevice": "string",
1522
+ "name": "string",
1523
+ "originalName": "string"
1524
+ },
1525
+ "objectInternalType": {
1526
+ "id": 6,
1527
+ "name": "string"
1528
+ },
1529
+ "originalName": "string",
1530
+ "servicedefinition": "string"
1531
+ },
1532
+ {
1533
+ "canonizedName": "string",
1534
+ "icon": "string",
1535
+ "id": 6,
1536
+ "invalidNamedObject": true,
1537
+ "objectContainer": {
1538
+ "brand": {
1539
+ "id": 3,
1540
+ "name": "string"
1541
+ },
1542
+ "containerId": "string",
1543
+ "id": 6,
1544
+ "managementDevice": "string",
1545
+ "name": "string",
1546
+ "originalName": "string"
1547
+ },
1548
+ "objectInternalType": {
1549
+ "id": 6,
1550
+ "name": "string"
1551
+ },
1552
+ "originalName": "string",
1553
+ "servicedefinition": "string"
1554
+ },
1555
+ {
1556
+ "canonizedName": "string",
1557
+ "icon": "string",
1558
+ "id": 8,
1559
+ "invalidNamedObject": true,
1560
+ "objectContainer": {
1561
+ "brand": {
1562
+ "id": 10,
1563
+ "name": "string"
1564
+ },
1565
+ "containerId": "string",
1566
+ "id": 1,
1567
+ "managementDevice": "string",
1568
+ "name": "string",
1569
+ "originalName": "string"
1570
+ },
1571
+ "objectInternalType": {
1572
+ "id": 1,
1573
+ "name": "string"
1574
+ },
1575
+ "originalName": "string",
1576
+ "servicedefinition": "string"
1577
+ },
1578
+ {
1579
+ "canonizedName": "string",
1580
+ "icon": "string",
1581
+ "id": 1,
1582
+ "invalidNamedObject": true,
1583
+ "objectContainer": {
1584
+ "brand": {
1585
+ "id": 8,
1586
+ "name": "string"
1587
+ },
1588
+ "containerId": "string",
1589
+ "id": 2,
1590
+ "managementDevice": "string",
1591
+ "name": "string",
1592
+ "originalName": "string"
1593
+ },
1594
+ "objectInternalType": {
1595
+ "id": 8,
1596
+ "name": "string"
1597
+ },
1598
+ "originalName": "string",
1599
+ "servicedefinition": "string"
1600
+ },
1601
+ {
1602
+ "canonizedName": "string",
1603
+ "icon": "string",
1604
+ "id": 5,
1605
+ "invalidNamedObject": false,
1606
+ "objectContainer": {
1607
+ "brand": {
1608
+ "id": 4,
1609
+ "name": "string"
1610
+ },
1611
+ "containerId": "string",
1612
+ "id": 5,
1613
+ "managementDevice": "string",
1614
+ "name": "string",
1615
+ "originalName": "string"
1616
+ },
1617
+ "objectInternalType": {
1618
+ "id": 5,
1619
+ "name": "string"
1620
+ },
1621
+ "originalName": "string",
1622
+ "servicedefinition": "string"
1623
+ }
1624
+ ],
1625
+ "source": [
1626
+ {
1627
+ "canonizedName": "string",
1628
+ "classname": "string",
1629
+ "icon": "string",
1630
+ "id": 1,
1631
+ "invalidNamedObject": true,
1632
+ "ipCount": 7,
1633
+ "ipType": "mixed",
1634
+ "ipaddress": "string",
1635
+ "members": "string",
1636
+ "natRanges": [
1637
+ {
1638
+ "ipAddress": "string"
1639
+ }
1640
+ ],
1641
+ "natType": "NAT",
1642
+ "objectContainer": {
1643
+ "brand": {
1644
+ "id": 1,
1645
+ "name": "string"
1646
+ },
1647
+ "containerId": "string",
1648
+ "id": 2,
1649
+ "managementDevice": "string",
1650
+ "name": "string",
1651
+ "originalName": "string"
1652
+ },
1653
+ "objectInternalType": {
1654
+ "id": 4,
1655
+ "name": "string"
1656
+ },
1657
+ "originalName": "string",
1658
+ "user": "string",
1659
+ "zone": "string"
1660
+ },
1661
+ {
1662
+ "canonizedName": "string",
1663
+ "classname": "string",
1664
+ "icon": "string",
1665
+ "id": 5,
1666
+ "invalidNamedObject": true,
1667
+ "ipCount": 8,
1668
+ "ipType": "IPv4",
1669
+ "ipaddress": "string",
1670
+ "members": "string",
1671
+ "natRanges": [
1672
+ {
1673
+ "ipAddress": "string"
1674
+ },
1675
+ {
1676
+ "ipAddress": "string"
1677
+ },
1678
+ {
1679
+ "ipAddress": "string"
1680
+ },
1681
+ {
1682
+ "ipAddress": "string"
1683
+ },
1684
+ {
1685
+ "ipAddress": "string"
1686
+ },
1687
+ {
1688
+ "ipAddress": "string"
1689
+ },
1690
+ {
1691
+ "ipAddress": "string"
1692
+ }
1693
+ ],
1694
+ "natType": "STATIC",
1695
+ "objectContainer": {
1696
+ "brand": {
1697
+ "id": 4,
1698
+ "name": "string"
1699
+ },
1700
+ "containerId": "string",
1701
+ "id": 5,
1702
+ "managementDevice": "string",
1703
+ "name": "string",
1704
+ "originalName": "string"
1705
+ },
1706
+ "objectInternalType": {
1707
+ "id": 5,
1708
+ "name": "string"
1709
+ },
1710
+ "originalName": "string",
1711
+ "user": "string",
1712
+ "zone": "string"
1713
+ },
1714
+ {
1715
+ "canonizedName": "string",
1716
+ "classname": "string",
1717
+ "icon": "string",
1718
+ "id": 10,
1719
+ "invalidNamedObject": false,
1720
+ "ipCount": 1,
1721
+ "ipType": "mixed",
1722
+ "ipaddress": "string",
1723
+ "members": "string",
1724
+ "natRanges": [
1725
+ {
1726
+ "ipAddress": "string"
1727
+ },
1728
+ {
1729
+ "ipAddress": "string"
1730
+ }
1731
+ ],
1732
+ "natType": "NAT",
1733
+ "objectContainer": {
1734
+ "brand": {
1735
+ "id": 2,
1736
+ "name": "string"
1737
+ },
1738
+ "containerId": "string",
1739
+ "id": 10,
1740
+ "managementDevice": "string",
1741
+ "name": "string",
1742
+ "originalName": "string"
1743
+ },
1744
+ "objectInternalType": {
1745
+ "id": 5,
1746
+ "name": "string"
1747
+ },
1748
+ "originalName": "string",
1749
+ "user": "string",
1750
+ "zone": "string"
1751
+ },
1752
+ {
1753
+ "canonizedName": "string",
1754
+ "classname": "string",
1755
+ "icon": "string",
1756
+ "id": 7,
1757
+ "invalidNamedObject": false,
1758
+ "ipCount": 1,
1759
+ "ipType": "IPv6",
1760
+ "ipaddress": "string",
1761
+ "members": "string",
1762
+ "natRanges": [
1763
+ {
1764
+ "ipAddress": "string"
1765
+ },
1766
+ {
1767
+ "ipAddress": "string"
1768
+ },
1769
+ {
1770
+ "ipAddress": "string"
1771
+ },
1772
+ {
1773
+ "ipAddress": "string"
1774
+ }
1775
+ ],
1776
+ "natType": "NAT",
1777
+ "objectContainer": {
1778
+ "brand": {
1779
+ "id": 8,
1780
+ "name": "string"
1781
+ },
1782
+ "containerId": "string",
1783
+ "id": 2,
1784
+ "managementDevice": "string",
1785
+ "name": "string",
1786
+ "originalName": "string"
1787
+ },
1788
+ "objectInternalType": {
1789
+ "id": 7,
1790
+ "name": "string"
1791
+ },
1792
+ "originalName": "string",
1793
+ "user": "string",
1794
+ "zone": "string"
1795
+ },
1796
+ {
1797
+ "canonizedName": "string",
1798
+ "classname": "string",
1799
+ "icon": "string",
1800
+ "id": 9,
1801
+ "invalidNamedObject": true,
1802
+ "ipCount": 5,
1803
+ "ipType": "mixed",
1804
+ "ipaddress": "string",
1805
+ "members": "string",
1806
+ "natRanges": [
1807
+ {
1808
+ "ipAddress": "string"
1809
+ },
1810
+ {
1811
+ "ipAddress": "string"
1812
+ },
1813
+ {
1814
+ "ipAddress": "string"
1815
+ }
1816
+ ],
1817
+ "natType": "HIDE",
1818
+ "objectContainer": {
1819
+ "brand": {
1820
+ "id": 7,
1821
+ "name": "string"
1822
+ },
1823
+ "containerId": "string",
1824
+ "id": 7,
1825
+ "managementDevice": "string",
1826
+ "name": "string",
1827
+ "originalName": "string"
1828
+ },
1829
+ "objectInternalType": {
1830
+ "id": 3,
1831
+ "name": "string"
1832
+ },
1833
+ "originalName": "string",
1834
+ "user": "string",
1835
+ "zone": "string"
1836
+ },
1837
+ {
1838
+ "canonizedName": "string",
1839
+ "classname": "string",
1840
+ "icon": "string",
1841
+ "id": 1,
1842
+ "invalidNamedObject": false,
1843
+ "ipCount": 4,
1844
+ "ipType": "IPv4",
1845
+ "ipaddress": "string",
1846
+ "members": "string",
1847
+ "natRanges": [
1848
+ {
1849
+ "ipAddress": "string"
1850
+ },
1851
+ {
1852
+ "ipAddress": "string"
1853
+ },
1854
+ {
1855
+ "ipAddress": "string"
1856
+ },
1857
+ {
1858
+ "ipAddress": "string"
1859
+ },
1860
+ {
1861
+ "ipAddress": "string"
1862
+ },
1863
+ {
1864
+ "ipAddress": "string"
1865
+ },
1866
+ {
1867
+ "ipAddress": "string"
1868
+ },
1869
+ {
1870
+ "ipAddress": "string"
1871
+ },
1872
+ {
1873
+ "ipAddress": "string"
1874
+ },
1875
+ {
1876
+ "ipAddress": "string"
1877
+ }
1878
+ ],
1879
+ "natType": "STATIC",
1880
+ "objectContainer": {
1881
+ "brand": {
1882
+ "id": 10,
1883
+ "name": "string"
1884
+ },
1885
+ "containerId": "string",
1886
+ "id": 9,
1887
+ "managementDevice": "string",
1888
+ "name": "string",
1889
+ "originalName": "string"
1890
+ },
1891
+ "objectInternalType": {
1892
+ "id": 7,
1893
+ "name": "string"
1894
+ },
1895
+ "originalName": "string",
1896
+ "user": "string",
1897
+ "zone": "string"
1898
+ },
1899
+ {
1900
+ "canonizedName": "string",
1901
+ "classname": "string",
1902
+ "icon": "string",
1903
+ "id": 1,
1904
+ "invalidNamedObject": true,
1905
+ "ipCount": 7,
1906
+ "ipType": "IPv4",
1907
+ "ipaddress": "string",
1908
+ "members": "string",
1909
+ "natRanges": [
1910
+ {
1911
+ "ipAddress": "string"
1912
+ },
1913
+ {
1914
+ "ipAddress": "string"
1915
+ },
1916
+ {
1917
+ "ipAddress": "string"
1918
+ },
1919
+ {
1920
+ "ipAddress": "string"
1921
+ }
1922
+ ],
1923
+ "natType": "HIDE",
1924
+ "objectContainer": {
1925
+ "brand": {
1926
+ "id": 1,
1927
+ "name": "string"
1928
+ },
1929
+ "containerId": "string",
1930
+ "id": 4,
1931
+ "managementDevice": "string",
1932
+ "name": "string",
1933
+ "originalName": "string"
1934
+ },
1935
+ "objectInternalType": {
1936
+ "id": 3,
1937
+ "name": "string"
1938
+ },
1939
+ "originalName": "string",
1940
+ "user": "string",
1941
+ "zone": "string"
1942
+ },
1943
+ {
1944
+ "canonizedName": "string",
1945
+ "classname": "string",
1946
+ "icon": "string",
1947
+ "id": 10,
1948
+ "invalidNamedObject": true,
1949
+ "ipCount": 8,
1950
+ "ipType": "IPv4",
1951
+ "ipaddress": "string",
1952
+ "members": "string",
1953
+ "natRanges": [
1954
+ {
1955
+ "ipAddress": "string"
1956
+ },
1957
+ {
1958
+ "ipAddress": "string"
1959
+ },
1960
+ {
1961
+ "ipAddress": "string"
1962
+ },
1963
+ {
1964
+ "ipAddress": "string"
1965
+ },
1966
+ {
1967
+ "ipAddress": "string"
1968
+ }
1969
+ ],
1970
+ "natType": "NAT",
1971
+ "objectContainer": {
1972
+ "brand": {
1973
+ "id": 8,
1974
+ "name": "string"
1975
+ },
1976
+ "containerId": "string",
1977
+ "id": 2,
1978
+ "managementDevice": "string",
1979
+ "name": "string",
1980
+ "originalName": "string"
1981
+ },
1982
+ "objectInternalType": {
1983
+ "id": 9,
1984
+ "name": "string"
1985
+ },
1986
+ "originalName": "string",
1987
+ "user": "string",
1988
+ "zone": "string"
1989
+ },
1990
+ {
1991
+ "canonizedName": "string",
1992
+ "classname": "string",
1993
+ "icon": "string",
1994
+ "id": 4,
1995
+ "invalidNamedObject": false,
1996
+ "ipCount": 10,
1997
+ "ipType": "mixed",
1998
+ "ipaddress": "string",
1999
+ "members": "string",
2000
+ "natRanges": [
2001
+ {
2002
+ "ipAddress": "string"
2003
+ },
2004
+ {
2005
+ "ipAddress": "string"
2006
+ },
2007
+ {
2008
+ "ipAddress": "string"
2009
+ }
2010
+ ],
2011
+ "natType": "HIDE",
2012
+ "objectContainer": {
2013
+ "brand": {
2014
+ "id": 10,
2015
+ "name": "string"
2016
+ },
2017
+ "containerId": "string",
2018
+ "id": 2,
2019
+ "managementDevice": "string",
2020
+ "name": "string",
2021
+ "originalName": "string"
2022
+ },
2023
+ "objectInternalType": {
2024
+ "id": 1,
2025
+ "name": "string"
2026
+ },
2027
+ "originalName": "string",
2028
+ "user": "string",
2029
+ "zone": "string"
2030
+ }
2031
+ ],
2032
+ "tags": [
2033
+ "string",
2034
+ "string",
2035
+ "string"
2036
+ ],
2037
+ "toZone": {
2038
+ "empty": true,
2039
+ "present": true
2040
+ },
2041
+ "type": {
2042
+ "empty": false,
2043
+ "present": true
2044
+ },
2045
+ "urlCategories": [
2046
+ {
2047
+ "canonizedName": "string",
2048
+ "classname": "string",
2049
+ "icon": "string",
2050
+ "id": 6,
2051
+ "invalidNamedObject": false,
2052
+ "ipCount": 3,
2053
+ "ipType": "Null",
2054
+ "ipaddress": "string",
2055
+ "members": "string",
2056
+ "natRanges": [
2057
+ {
2058
+ "ipAddress": "string"
2059
+ },
2060
+ {
2061
+ "ipAddress": "string"
2062
+ },
2063
+ {
2064
+ "ipAddress": "string"
2065
+ },
2066
+ {
2067
+ "ipAddress": "string"
2068
+ }
2069
+ ],
2070
+ "natType": "STATIC",
2071
+ "objectContainer": {
2072
+ "brand": {
2073
+ "id": 2,
2074
+ "name": "string"
2075
+ },
2076
+ "containerId": "string",
2077
+ "id": 8,
2078
+ "managementDevice": "string",
2079
+ "name": "string",
2080
+ "originalName": "string"
2081
+ },
2082
+ "objectInternalType": {
2083
+ "id": 4,
2084
+ "name": "string"
2085
+ },
2086
+ "originalName": "string",
2087
+ "user": "string",
2088
+ "zone": "string"
2089
+ },
2090
+ {
2091
+ "canonizedName": "string",
2092
+ "classname": "string",
2093
+ "icon": "string",
2094
+ "id": 1,
2095
+ "invalidNamedObject": true,
2096
+ "ipCount": 4,
2097
+ "ipType": "mixed",
2098
+ "ipaddress": "string",
2099
+ "members": "string",
2100
+ "natRanges": [
2101
+ {
2102
+ "ipAddress": "string"
2103
+ }
2104
+ ],
2105
+ "natType": "NAT",
2106
+ "objectContainer": {
2107
+ "brand": {
2108
+ "id": 7,
2109
+ "name": "string"
2110
+ },
2111
+ "containerId": "string",
2112
+ "id": 7,
2113
+ "managementDevice": "string",
2114
+ "name": "string",
2115
+ "originalName": "string"
2116
+ },
2117
+ "objectInternalType": {
2118
+ "id": 1,
2119
+ "name": "string"
2120
+ },
2121
+ "originalName": "string",
2122
+ "user": "string",
2123
+ "zone": "string"
2124
+ },
2125
+ {
2126
+ "canonizedName": "string",
2127
+ "classname": "string",
2128
+ "icon": "string",
2129
+ "id": 5,
2130
+ "invalidNamedObject": false,
2131
+ "ipCount": 7,
2132
+ "ipType": "IPv4",
2133
+ "ipaddress": "string",
2134
+ "members": "string",
2135
+ "natRanges": [
2136
+ {
2137
+ "ipAddress": "string"
2138
+ },
2139
+ {
2140
+ "ipAddress": "string"
2141
+ },
2142
+ {
2143
+ "ipAddress": "string"
2144
+ },
2145
+ {
2146
+ "ipAddress": "string"
2147
+ },
2148
+ {
2149
+ "ipAddress": "string"
2150
+ },
2151
+ {
2152
+ "ipAddress": "string"
2153
+ },
2154
+ {
2155
+ "ipAddress": "string"
2156
+ },
2157
+ {
2158
+ "ipAddress": "string"
2159
+ },
2160
+ {
2161
+ "ipAddress": "string"
2162
+ },
2163
+ {
2164
+ "ipAddress": "string"
2165
+ }
2166
+ ],
2167
+ "natType": "NAT",
2168
+ "objectContainer": {
2169
+ "brand": {
2170
+ "id": 1,
2171
+ "name": "string"
2172
+ },
2173
+ "containerId": "string",
2174
+ "id": 1,
2175
+ "managementDevice": "string",
2176
+ "name": "string",
2177
+ "originalName": "string"
2178
+ },
2179
+ "objectInternalType": {
2180
+ "id": 2,
2181
+ "name": "string"
2182
+ },
2183
+ "originalName": "string",
2184
+ "user": "string",
2185
+ "zone": "string"
2186
+ },
2187
+ {
2188
+ "canonizedName": "string",
2189
+ "classname": "string",
2190
+ "icon": "string",
2191
+ "id": 5,
2192
+ "invalidNamedObject": true,
2193
+ "ipCount": 8,
2194
+ "ipType": "IPv4",
2195
+ "ipaddress": "string",
2196
+ "members": "string",
2197
+ "natRanges": [
2198
+ {
2199
+ "ipAddress": "string"
2200
+ },
2201
+ {
2202
+ "ipAddress": "string"
2203
+ },
2204
+ {
2205
+ "ipAddress": "string"
2206
+ },
2207
+ {
2208
+ "ipAddress": "string"
2209
+ },
2210
+ {
2211
+ "ipAddress": "string"
2212
+ },
2213
+ {
2214
+ "ipAddress": "string"
2215
+ },
2216
+ {
2217
+ "ipAddress": "string"
2218
+ },
2219
+ {
2220
+ "ipAddress": "string"
2221
+ }
2222
+ ],
2223
+ "natType": "NAT",
2224
+ "objectContainer": {
2225
+ "brand": {
2226
+ "id": 2,
2227
+ "name": "string"
2228
+ },
2229
+ "containerId": "string",
2230
+ "id": 7,
2231
+ "managementDevice": "string",
2232
+ "name": "string",
2233
+ "originalName": "string"
2234
+ },
2235
+ "objectInternalType": {
2236
+ "id": 3,
2237
+ "name": "string"
2238
+ },
2239
+ "originalName": "string",
2240
+ "user": "string",
2241
+ "zone": "string"
2242
+ },
2243
+ {
2244
+ "canonizedName": "string",
2245
+ "classname": "string",
2246
+ "icon": "string",
2247
+ "id": 1,
2248
+ "invalidNamedObject": true,
2249
+ "ipCount": 4,
2250
+ "ipType": "IPv6",
2251
+ "ipaddress": "string",
2252
+ "members": "string",
2253
+ "natRanges": [
2254
+ {
2255
+ "ipAddress": "string"
2256
+ }
2257
+ ],
2258
+ "natType": "HIDE",
2259
+ "objectContainer": {
2260
+ "brand": {
2261
+ "id": 6,
2262
+ "name": "string"
2263
+ },
2264
+ "containerId": "string",
2265
+ "id": 5,
2266
+ "managementDevice": "string",
2267
+ "name": "string",
2268
+ "originalName": "string"
2269
+ },
2270
+ "objectInternalType": {
2271
+ "id": 1,
2272
+ "name": "string"
2273
+ },
2274
+ "originalName": "string",
2275
+ "user": "string",
2276
+ "zone": "string"
2277
+ },
2278
+ {
2279
+ "canonizedName": "string",
2280
+ "classname": "string",
2281
+ "icon": "string",
2282
+ "id": 2,
2283
+ "invalidNamedObject": true,
2284
+ "ipCount": 10,
2285
+ "ipType": "Null",
2286
+ "ipaddress": "string",
2287
+ "members": "string",
2288
+ "natRanges": [
2289
+ {
2290
+ "ipAddress": "string"
2291
+ },
2292
+ {
2293
+ "ipAddress": "string"
2294
+ },
2295
+ {
2296
+ "ipAddress": "string"
2297
+ },
2298
+ {
2299
+ "ipAddress": "string"
2300
+ },
2301
+ {
2302
+ "ipAddress": "string"
2303
+ },
2304
+ {
2305
+ "ipAddress": "string"
2306
+ },
2307
+ {
2308
+ "ipAddress": "string"
2309
+ }
2310
+ ],
2311
+ "natType": "STATIC",
2312
+ "objectContainer": {
2313
+ "brand": {
2314
+ "id": 5,
2315
+ "name": "string"
2316
+ },
2317
+ "containerId": "string",
2318
+ "id": 10,
2319
+ "managementDevice": "string",
2320
+ "name": "string",
2321
+ "originalName": "string"
2322
+ },
2323
+ "objectInternalType": {
2324
+ "id": 1,
2325
+ "name": "string"
2326
+ },
2327
+ "originalName": "string",
2328
+ "user": "string",
2329
+ "zone": "string"
2330
+ },
2331
+ {
2332
+ "canonizedName": "string",
2333
+ "classname": "string",
2334
+ "icon": "string",
2335
+ "id": 3,
2336
+ "invalidNamedObject": false,
2337
+ "ipCount": 4,
2338
+ "ipType": "mixed",
2339
+ "ipaddress": "string",
2340
+ "members": "string",
2341
+ "natRanges": [
2342
+ {
2343
+ "ipAddress": "string"
2344
+ },
2345
+ {
2346
+ "ipAddress": "string"
2347
+ },
2348
+ {
2349
+ "ipAddress": "string"
2350
+ },
2351
+ {
2352
+ "ipAddress": "string"
2353
+ }
2354
+ ],
2355
+ "natType": "NONE",
2356
+ "objectContainer": {
2357
+ "brand": {
2358
+ "id": 10,
2359
+ "name": "string"
2360
+ },
2361
+ "containerId": "string",
2362
+ "id": 3,
2363
+ "managementDevice": "string",
2364
+ "name": "string",
2365
+ "originalName": "string"
2366
+ },
2367
+ "objectInternalType": {
2368
+ "id": 10,
2369
+ "name": "string"
2370
+ },
2371
+ "originalName": "string",
2372
+ "user": "string",
2373
+ "zone": "string"
2374
+ },
2375
+ {
2376
+ "canonizedName": "string",
2377
+ "classname": "string",
2378
+ "icon": "string",
2379
+ "id": 5,
2380
+ "invalidNamedObject": true,
2381
+ "ipCount": 4,
2382
+ "ipType": "Null",
2383
+ "ipaddress": "string",
2384
+ "members": "string",
2385
+ "natRanges": [
2386
+ {
2387
+ "ipAddress": "string"
2388
+ },
2389
+ {
2390
+ "ipAddress": "string"
2391
+ }
2392
+ ],
2393
+ "natType": "NONE",
2394
+ "objectContainer": {
2395
+ "brand": {
2396
+ "id": 10,
2397
+ "name": "string"
2398
+ },
2399
+ "containerId": "string",
2400
+ "id": 1,
2401
+ "managementDevice": "string",
2402
+ "name": "string",
2403
+ "originalName": "string"
2404
+ },
2405
+ "objectInternalType": {
2406
+ "id": 5,
2407
+ "name": "string"
2408
+ },
2409
+ "originalName": "string",
2410
+ "user": "string",
2411
+ "zone": "string"
2412
+ },
2413
+ {
2414
+ "canonizedName": "string",
2415
+ "classname": "string",
2416
+ "icon": "string",
2417
+ "id": 1,
2418
+ "invalidNamedObject": true,
2419
+ "ipCount": 7,
2420
+ "ipType": "Null",
2421
+ "ipaddress": "string",
2422
+ "members": "string",
2423
+ "natRanges": [
2424
+ {
2425
+ "ipAddress": "string"
2426
+ },
2427
+ {
2428
+ "ipAddress": "string"
2429
+ },
2430
+ {
2431
+ "ipAddress": "string"
2432
+ },
2433
+ {
2434
+ "ipAddress": "string"
2435
+ },
2436
+ {
2437
+ "ipAddress": "string"
2438
+ },
2439
+ {
2440
+ "ipAddress": "string"
2441
+ },
2442
+ {
2443
+ "ipAddress": "string"
2444
+ },
2445
+ {
2446
+ "ipAddress": "string"
2447
+ },
2448
+ {
2449
+ "ipAddress": "string"
2450
+ }
2451
+ ],
2452
+ "natType": "HIDE",
2453
+ "objectContainer": {
2454
+ "brand": {
2455
+ "id": 10,
2456
+ "name": "string"
2457
+ },
2458
+ "containerId": "string",
2459
+ "id": 6,
2460
+ "managementDevice": "string",
2461
+ "name": "string",
2462
+ "originalName": "string"
2463
+ },
2464
+ "objectInternalType": {
2465
+ "id": 5,
2466
+ "name": "string"
2467
+ },
2468
+ "originalName": "string",
2469
+ "user": "string",
2470
+ "zone": "string"
2471
+ }
2472
+ ],
2473
+ "users": [
2474
+ {
2475
+ "display": "string"
2476
+ },
2477
+ {
2478
+ "display": "string"
2479
+ }
2480
+ ]
2481
+ }
2482
+ ]