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