@itentialopensource/adapter-netbox_v33 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 (182) hide show
  1. package/.eslintignore +5 -0
  2. package/.eslintrc.js +18 -0
  3. package/.gitlab/.gitkeep +0 -0
  4. package/.gitlab/issue_templates/.gitkeep +0 -0
  5. package/.gitlab/issue_templates/Default.md +17 -0
  6. package/.gitlab/issue_templates/bugReportTemplate.md +42 -0
  7. package/.gitlab/issue_templates/featureRequestTemplate.md +14 -0
  8. package/.jshintrc +3 -0
  9. package/AUTH.md +39 -0
  10. package/BROKER.md +199 -0
  11. package/CALLS.md +170 -0
  12. package/CHANGELOG.md +9 -0
  13. package/CODE_OF_CONDUCT.md +43 -0
  14. package/CONTRIBUTING.md +172 -0
  15. package/ENHANCE.md +69 -0
  16. package/LICENSE +201 -0
  17. package/PROPERTIES.md +641 -0
  18. package/README.md +337 -0
  19. package/SUMMARY.md +9 -0
  20. package/SYSTEMINFO.md +11 -0
  21. package/TROUBLESHOOT.md +47 -0
  22. package/adapter.js +74593 -0
  23. package/adapterBase.js +1787 -0
  24. package/entities/.generic/action.json +214 -0
  25. package/entities/.generic/schema.json +28 -0
  26. package/entities/.system/action.json +50 -0
  27. package/entities/.system/mockdatafiles/getToken-default.json +3 -0
  28. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  29. package/entities/.system/schema.json +19 -0
  30. package/entities/.system/schemaTokenReq.json +53 -0
  31. package/entities/.system/schemaTokenResp.json +53 -0
  32. package/entities/Circuits/action.json +935 -0
  33. package/entities/Circuits/mockdatafiles/getCircuitsCircuitTerminations-default.json +414 -0
  34. package/entities/Circuits/mockdatafiles/getCircuitsCircuitTypes-default.json +171 -0
  35. package/entities/Circuits/mockdatafiles/getCircuitsCircuits-default.json +475 -0
  36. package/entities/Circuits/mockdatafiles/getCircuitsProviderNetworks-default.json +349 -0
  37. package/entities/Circuits/mockdatafiles/getCircuitsProviders-default.json +960 -0
  38. package/entities/Circuits/schema.json +1780 -0
  39. package/entities/Dcim/action.json +7515 -0
  40. package/entities/Dcim/mockdatafiles/getDcimCableTerminations-default.json +77 -0
  41. package/entities/Dcim/mockdatafiles/getDcimCables-default.json +133 -0
  42. package/entities/Dcim/mockdatafiles/getDcimConsolePortTemplates-default.json +95 -0
  43. package/entities/Dcim/mockdatafiles/getDcimConsolePorts-default.json +686 -0
  44. package/entities/Dcim/mockdatafiles/getDcimConsoleServerPortTemplates-default.json +315 -0
  45. package/entities/Dcim/mockdatafiles/getDcimConsoleServerPorts-default.json +353 -0
  46. package/entities/Dcim/mockdatafiles/getDcimDeviceBayTemplates-default.json +215 -0
  47. package/entities/Dcim/mockdatafiles/getDcimDeviceBays-default.json +324 -0
  48. package/entities/Dcim/mockdatafiles/getDcimDeviceRoles-default.json +104 -0
  49. package/entities/Dcim/mockdatafiles/getDcimDeviceTypes-default.json +414 -0
  50. package/entities/Dcim/mockdatafiles/getDcimDevices-default.json +703 -0
  51. package/entities/Dcim/mockdatafiles/getDcimFrontPortTemplates-default.json +163 -0
  52. package/entities/Dcim/mockdatafiles/getDcimFrontPorts-default.json +1008 -0
  53. package/entities/Dcim/mockdatafiles/getDcimInterfaceTemplates-default.json +60 -0
  54. package/entities/Dcim/mockdatafiles/getDcimInterfaces-default.json +1224 -0
  55. package/entities/Dcim/mockdatafiles/getDcimInventoryItemRoles-default.json +480 -0
  56. package/entities/Dcim/mockdatafiles/getDcimInventoryItemTemplates-default.json +295 -0
  57. package/entities/Dcim/mockdatafiles/getDcimInventoryItems-default.json +515 -0
  58. package/entities/Dcim/mockdatafiles/getDcimLocations-default.json +248 -0
  59. package/entities/Dcim/mockdatafiles/getDcimManufacturers-default.json +407 -0
  60. package/entities/Dcim/mockdatafiles/getDcimModuleBayTemplates-default.json +115 -0
  61. package/entities/Dcim/mockdatafiles/getDcimModuleBays-default.json +641 -0
  62. package/entities/Dcim/mockdatafiles/getDcimModuleTypes-default.json +121 -0
  63. package/entities/Dcim/mockdatafiles/getDcimModules-default.json +109 -0
  64. package/entities/Dcim/mockdatafiles/getDcimPlatforms-default.json +381 -0
  65. package/entities/Dcim/mockdatafiles/getDcimPowerFeeds-default.json +567 -0
  66. package/entities/Dcim/mockdatafiles/getDcimPowerOutletTemplates-default.json +493 -0
  67. package/entities/Dcim/mockdatafiles/getDcimPowerOutlets-default.json +207 -0
  68. package/entities/Dcim/mockdatafiles/getDcimPowerPanels-default.json +111 -0
  69. package/entities/Dcim/mockdatafiles/getDcimPowerPortTemplates-default.json +283 -0
  70. package/entities/Dcim/mockdatafiles/getDcimPowerPorts-default.json +89 -0
  71. package/entities/Dcim/mockdatafiles/getDcimRackReservations-default.json +735 -0
  72. package/entities/Dcim/mockdatafiles/getDcimRackRoles-default.json +69 -0
  73. package/entities/Dcim/mockdatafiles/getDcimRacks-default.json +1019 -0
  74. package/entities/Dcim/mockdatafiles/getDcimRacksIdElevation-default.json +50 -0
  75. package/entities/Dcim/mockdatafiles/getDcimRearPortTemplates-default.json +53 -0
  76. package/entities/Dcim/mockdatafiles/getDcimRearPorts-default.json +127 -0
  77. package/entities/Dcim/mockdatafiles/getDcimRegions-default.json +79 -0
  78. package/entities/Dcim/mockdatafiles/getDcimSiteGroups-default.json +711 -0
  79. package/entities/Dcim/mockdatafiles/getDcimSites-default.json +319 -0
  80. package/entities/Dcim/mockdatafiles/getDcimVirtualChassis-default.json +248 -0
  81. package/entities/Dcim/schema.json +5339 -0
  82. package/entities/Extras/action.json +1690 -0
  83. package/entities/Extras/mockdatafiles/getExtrasConfigContexts-default.json +6348 -0
  84. package/entities/Extras/mockdatafiles/getExtrasContentTypes-default.json +21 -0
  85. package/entities/Extras/mockdatafiles/getExtrasCustomFields-default.json +466 -0
  86. package/entities/Extras/mockdatafiles/getExtrasCustomLinks-default.json +71 -0
  87. package/entities/Extras/mockdatafiles/getExtrasExportTemplates-default.json +63 -0
  88. package/entities/Extras/mockdatafiles/getExtrasImageAttachments-default.json +91 -0
  89. package/entities/Extras/mockdatafiles/getExtrasJobResults-default.json +28 -0
  90. package/entities/Extras/mockdatafiles/getExtrasJournalEntries-default.json +106 -0
  91. package/entities/Extras/mockdatafiles/getExtrasObjectChanges-default.json +99 -0
  92. package/entities/Extras/mockdatafiles/getExtrasTags-default.json +55 -0
  93. package/entities/Extras/mockdatafiles/getExtrasWebhooks-default.json +64 -0
  94. package/entities/Extras/schema.json +2939 -0
  95. package/entities/Ipam/action.json +3262 -0
  96. package/entities/Ipam/mockdatafiles/getIpamAggregates-default.json +703 -0
  97. package/entities/Ipam/mockdatafiles/getIpamAsns-default.json +465 -0
  98. package/entities/Ipam/mockdatafiles/getIpamFhrpGroupAssignments-default.json +43 -0
  99. package/entities/Ipam/mockdatafiles/getIpamFhrpGroups-default.json +148 -0
  100. package/entities/Ipam/mockdatafiles/getIpamIpAddresses-default.json +1231 -0
  101. package/entities/Ipam/mockdatafiles/getIpamIpRanges-default.json +681 -0
  102. package/entities/Ipam/mockdatafiles/getIpamIpRangesIdAvailableIps-default.json +14 -0
  103. package/entities/Ipam/mockdatafiles/getIpamL2vpnTerminations-default.json +473 -0
  104. package/entities/Ipam/mockdatafiles/getIpamL2vpns-default.json +1142 -0
  105. package/entities/Ipam/mockdatafiles/getIpamPrefixes-default.json +791 -0
  106. package/entities/Ipam/mockdatafiles/getIpamPrefixesIdAvailableIps-default.json +14 -0
  107. package/entities/Ipam/mockdatafiles/getIpamPrefixesIdAvailablePrefixes-default.json +26 -0
  108. package/entities/Ipam/mockdatafiles/getIpamRirs-default.json +211 -0
  109. package/entities/Ipam/mockdatafiles/getIpamRoles-default.json +367 -0
  110. package/entities/Ipam/mockdatafiles/getIpamRouteTargets-default.json +197 -0
  111. package/entities/Ipam/mockdatafiles/getIpamServiceTemplates-default.json +256 -0
  112. package/entities/Ipam/mockdatafiles/getIpamServices-default.json +670 -0
  113. package/entities/Ipam/mockdatafiles/getIpamVlanGroups-default.json +618 -0
  114. package/entities/Ipam/mockdatafiles/getIpamVlanGroupsIdAvailableVlans-default.json +24 -0
  115. package/entities/Ipam/mockdatafiles/getIpamVlans-default.json +324 -0
  116. package/entities/Ipam/mockdatafiles/getIpamVrfs-default.json +1122 -0
  117. package/entities/Ipam/mockdatafiles/postIpamIpRangesIdAvailableIps-default.json +176 -0
  118. package/entities/Ipam/mockdatafiles/postIpamPrefixesIdAvailableIps-default.json +645 -0
  119. package/entities/Ipam/mockdatafiles/postIpamPrefixesIdAvailablePrefixes-default.json +292 -0
  120. package/entities/Ipam/mockdatafiles/postIpamVlanGroupsIdAvailableVlans-default.json +343 -0
  121. package/entities/Ipam/schema.json +2764 -0
  122. package/entities/Status/action.json +25 -0
  123. package/entities/Status/schema.json +19 -0
  124. package/entities/Tenancy/action.json +1096 -0
  125. package/entities/Tenancy/mockdatafiles/getTenancyContactAssignments-default.json +223 -0
  126. package/entities/Tenancy/mockdatafiles/getTenancyContactGroups-default.json +87 -0
  127. package/entities/Tenancy/mockdatafiles/getTenancyContactRoles-default.json +211 -0
  128. package/entities/Tenancy/mockdatafiles/getTenancyContacts-default.json +787 -0
  129. package/entities/Tenancy/mockdatafiles/getTenancyTenantGroups-default.json +191 -0
  130. package/entities/Tenancy/mockdatafiles/getTenancyTenants-default.json +404 -0
  131. package/entities/Tenancy/schema.json +1348 -0
  132. package/entities/Users/action.json +773 -0
  133. package/entities/Users/mockdatafiles/getUsersGroups-default.json +49 -0
  134. package/entities/Users/mockdatafiles/getUsersPermissions-default.json +554 -0
  135. package/entities/Users/mockdatafiles/getUsersTokens-default.json +97 -0
  136. package/entities/Users/mockdatafiles/getUsersUsers-default.json +451 -0
  137. package/entities/Users/schema.json +1068 -0
  138. package/entities/Virtualization/action.json +914 -0
  139. package/entities/Virtualization/mockdatafiles/getVirtualizationClusterGroups-default.json +161 -0
  140. package/entities/Virtualization/mockdatafiles/getVirtualizationClusterTypes-default.json +507 -0
  141. package/entities/Virtualization/mockdatafiles/getVirtualizationClusters-default.json +255 -0
  142. package/entities/Virtualization/mockdatafiles/getVirtualizationInterfaces-default.json +1367 -0
  143. package/entities/Virtualization/mockdatafiles/getVirtualizationVirtualMachines-default.json +261 -0
  144. package/entities/Virtualization/schema.json +1559 -0
  145. package/entities/Wireless/action.json +550 -0
  146. package/entities/Wireless/mockdatafiles/getWirelessWirelessLanGroups-default.json +439 -0
  147. package/entities/Wireless/mockdatafiles/getWirelessWirelessLans-default.json +107 -0
  148. package/entities/Wireless/mockdatafiles/getWirelessWirelessLinks-default.json +739 -0
  149. package/entities/Wireless/schema.json +1090 -0
  150. package/error.json +190 -0
  151. package/package.json +86 -0
  152. package/pronghorn.json +176740 -0
  153. package/propertiesDecorators.json +14 -0
  154. package/propertiesSchema.json +1248 -0
  155. package/refs?service=git-upload-pack +0 -0
  156. package/report/Netbox_v33.json +86073 -0
  157. package/report/creationReport.json +3963 -0
  158. package/sampleProperties.json +195 -0
  159. package/test/integration/adapterTestBasicGet.js +83 -0
  160. package/test/integration/adapterTestConnectivity.js +93 -0
  161. package/test/integration/adapterTestIntegration.js +23531 -0
  162. package/test/unit/adapterBaseTestUnit.js +949 -0
  163. package/test/unit/adapterTestUnit.js +25231 -0
  164. package/utils/adapterInfo.js +206 -0
  165. package/utils/addAuth.js +94 -0
  166. package/utils/artifactize.js +146 -0
  167. package/utils/basicGet.js +50 -0
  168. package/utils/checkMigrate.js +63 -0
  169. package/utils/entitiesToDB.js +178 -0
  170. package/utils/findPath.js +74 -0
  171. package/utils/methodDocumentor.js +225 -0
  172. package/utils/modify.js +154 -0
  173. package/utils/packModificationScript.js +35 -0
  174. package/utils/patches2bundledDeps.js +90 -0
  175. package/utils/pre-commit.sh +32 -0
  176. package/utils/removeHooks.js +20 -0
  177. package/utils/setup.js +33 -0
  178. package/utils/tbScript.js +246 -0
  179. package/utils/tbUtils.js +490 -0
  180. package/utils/testRunner.js +298 -0
  181. package/utils/troubleshootingAdapter.js +195 -0
  182. package/workflows/README.md +3 -0
@@ -0,0 +1,1090 @@
1
+ {
2
+ "$id": "schema.json",
3
+ "type": "object",
4
+ "schema": "http://json-schema.org/draft-07/schema#",
5
+ "translate": true,
6
+ "dynamicfields": true,
7
+ "properties": {
8
+ "ph_request_type": {
9
+ "type": "string",
10
+ "description": "type of request (internal to adapter)",
11
+ "default": "getWirelessWirelessLanGroups",
12
+ "enum": [
13
+ "getWirelessWirelessLanGroups",
14
+ "postWirelessWirelessLanGroups",
15
+ "putWirelessWirelessLanGroups",
16
+ "patchWirelessWirelessLanGroups",
17
+ "deleteWirelessWirelessLanGroups",
18
+ "getWirelessWirelessLanGroupsId",
19
+ "putWirelessWirelessLanGroupsId",
20
+ "patchWirelessWirelessLanGroupsId",
21
+ "deleteWirelessWirelessLanGroupsId",
22
+ "getWirelessWirelessLans",
23
+ "postWirelessWirelessLans",
24
+ "putWirelessWirelessLans",
25
+ "patchWirelessWirelessLans",
26
+ "deleteWirelessWirelessLans",
27
+ "getWirelessWirelessLansId",
28
+ "putWirelessWirelessLansId",
29
+ "patchWirelessWirelessLansId",
30
+ "deleteWirelessWirelessLansId",
31
+ "getWirelessWirelessLinks",
32
+ "postWirelessWirelessLinks",
33
+ "putWirelessWirelessLinks",
34
+ "patchWirelessWirelessLinks",
35
+ "deleteWirelessWirelessLinks",
36
+ "getWirelessWirelessLinksId",
37
+ "putWirelessWirelessLinksId",
38
+ "patchWirelessWirelessLinksId",
39
+ "deleteWirelessWirelessLinksId"
40
+ ],
41
+ "external_name": "ph_request_type"
42
+ },
43
+ "lastUpdated": {
44
+ "type": "string",
45
+ "description": "",
46
+ "parse": false,
47
+ "encode": false,
48
+ "encrypt": {
49
+ "type": "AES",
50
+ "key": ""
51
+ },
52
+ "external_name": "last_updated"
53
+ },
54
+ "parentId": {
55
+ "type": "string",
56
+ "description": "",
57
+ "parse": false,
58
+ "encode": false,
59
+ "encrypt": {
60
+ "type": "AES",
61
+ "key": ""
62
+ },
63
+ "external_name": "parent_id"
64
+ },
65
+ "idN": {
66
+ "type": "string",
67
+ "description": "",
68
+ "parse": false,
69
+ "encode": false,
70
+ "encrypt": {
71
+ "type": "AES",
72
+ "key": ""
73
+ },
74
+ "external_name": "id__n"
75
+ },
76
+ "idLte": {
77
+ "type": "string",
78
+ "description": "",
79
+ "parse": false,
80
+ "encode": false,
81
+ "encrypt": {
82
+ "type": "AES",
83
+ "key": ""
84
+ },
85
+ "external_name": "id__lte"
86
+ },
87
+ "idLt": {
88
+ "type": "string",
89
+ "description": "",
90
+ "parse": false,
91
+ "encode": false,
92
+ "encrypt": {
93
+ "type": "AES",
94
+ "key": ""
95
+ },
96
+ "external_name": "id__lt"
97
+ },
98
+ "idGte": {
99
+ "type": "string",
100
+ "description": "",
101
+ "parse": false,
102
+ "encode": false,
103
+ "encrypt": {
104
+ "type": "AES",
105
+ "key": ""
106
+ },
107
+ "external_name": "id__gte"
108
+ },
109
+ "idGt": {
110
+ "type": "string",
111
+ "description": "",
112
+ "parse": false,
113
+ "encode": false,
114
+ "encrypt": {
115
+ "type": "AES",
116
+ "key": ""
117
+ },
118
+ "external_name": "id__gt"
119
+ },
120
+ "nameN": {
121
+ "type": "string",
122
+ "description": "",
123
+ "parse": false,
124
+ "encode": false,
125
+ "encrypt": {
126
+ "type": "AES",
127
+ "key": ""
128
+ },
129
+ "external_name": "name__n"
130
+ },
131
+ "nameIc": {
132
+ "type": "string",
133
+ "description": "",
134
+ "parse": false,
135
+ "encode": false,
136
+ "encrypt": {
137
+ "type": "AES",
138
+ "key": ""
139
+ },
140
+ "external_name": "name__ic"
141
+ },
142
+ "nameNic": {
143
+ "type": "string",
144
+ "description": "",
145
+ "parse": false,
146
+ "encode": false,
147
+ "encrypt": {
148
+ "type": "AES",
149
+ "key": ""
150
+ },
151
+ "external_name": "name__nic"
152
+ },
153
+ "nameIew": {
154
+ "type": "string",
155
+ "description": "",
156
+ "parse": false,
157
+ "encode": false,
158
+ "encrypt": {
159
+ "type": "AES",
160
+ "key": ""
161
+ },
162
+ "external_name": "name__iew"
163
+ },
164
+ "nameNiew": {
165
+ "type": "string",
166
+ "description": "",
167
+ "parse": false,
168
+ "encode": false,
169
+ "encrypt": {
170
+ "type": "AES",
171
+ "key": ""
172
+ },
173
+ "external_name": "name__niew"
174
+ },
175
+ "nameIsw": {
176
+ "type": "string",
177
+ "description": "",
178
+ "parse": false,
179
+ "encode": false,
180
+ "encrypt": {
181
+ "type": "AES",
182
+ "key": ""
183
+ },
184
+ "external_name": "name__isw"
185
+ },
186
+ "nameNisw": {
187
+ "type": "string",
188
+ "description": "",
189
+ "parse": false,
190
+ "encode": false,
191
+ "encrypt": {
192
+ "type": "AES",
193
+ "key": ""
194
+ },
195
+ "external_name": "name__nisw"
196
+ },
197
+ "nameIe": {
198
+ "type": "string",
199
+ "description": "",
200
+ "parse": false,
201
+ "encode": false,
202
+ "encrypt": {
203
+ "type": "AES",
204
+ "key": ""
205
+ },
206
+ "external_name": "name__ie"
207
+ },
208
+ "nameNie": {
209
+ "type": "string",
210
+ "description": "",
211
+ "parse": false,
212
+ "encode": false,
213
+ "encrypt": {
214
+ "type": "AES",
215
+ "key": ""
216
+ },
217
+ "external_name": "name__nie"
218
+ },
219
+ "slugN": {
220
+ "type": "string",
221
+ "description": "",
222
+ "parse": false,
223
+ "encode": false,
224
+ "encrypt": {
225
+ "type": "AES",
226
+ "key": ""
227
+ },
228
+ "external_name": "slug__n"
229
+ },
230
+ "slugIc": {
231
+ "type": "string",
232
+ "description": "",
233
+ "parse": false,
234
+ "encode": false,
235
+ "encrypt": {
236
+ "type": "AES",
237
+ "key": ""
238
+ },
239
+ "external_name": "slug__ic"
240
+ },
241
+ "slugNic": {
242
+ "type": "string",
243
+ "description": "",
244
+ "parse": false,
245
+ "encode": false,
246
+ "encrypt": {
247
+ "type": "AES",
248
+ "key": ""
249
+ },
250
+ "external_name": "slug__nic"
251
+ },
252
+ "slugIew": {
253
+ "type": "string",
254
+ "description": "",
255
+ "parse": false,
256
+ "encode": false,
257
+ "encrypt": {
258
+ "type": "AES",
259
+ "key": ""
260
+ },
261
+ "external_name": "slug__iew"
262
+ },
263
+ "slugNiew": {
264
+ "type": "string",
265
+ "description": "",
266
+ "parse": false,
267
+ "encode": false,
268
+ "encrypt": {
269
+ "type": "AES",
270
+ "key": ""
271
+ },
272
+ "external_name": "slug__niew"
273
+ },
274
+ "slugIsw": {
275
+ "type": "string",
276
+ "description": "",
277
+ "parse": false,
278
+ "encode": false,
279
+ "encrypt": {
280
+ "type": "AES",
281
+ "key": ""
282
+ },
283
+ "external_name": "slug__isw"
284
+ },
285
+ "slugNisw": {
286
+ "type": "string",
287
+ "description": "",
288
+ "parse": false,
289
+ "encode": false,
290
+ "encrypt": {
291
+ "type": "AES",
292
+ "key": ""
293
+ },
294
+ "external_name": "slug__nisw"
295
+ },
296
+ "slugIe": {
297
+ "type": "string",
298
+ "description": "",
299
+ "parse": false,
300
+ "encode": false,
301
+ "encrypt": {
302
+ "type": "AES",
303
+ "key": ""
304
+ },
305
+ "external_name": "slug__ie"
306
+ },
307
+ "slugNie": {
308
+ "type": "string",
309
+ "description": "",
310
+ "parse": false,
311
+ "encode": false,
312
+ "encrypt": {
313
+ "type": "AES",
314
+ "key": ""
315
+ },
316
+ "external_name": "slug__nie"
317
+ },
318
+ "descriptionN": {
319
+ "type": "string",
320
+ "description": "",
321
+ "parse": false,
322
+ "encode": false,
323
+ "encrypt": {
324
+ "type": "AES",
325
+ "key": ""
326
+ },
327
+ "external_name": "description__n"
328
+ },
329
+ "descriptionIc": {
330
+ "type": "string",
331
+ "description": "",
332
+ "parse": false,
333
+ "encode": false,
334
+ "encrypt": {
335
+ "type": "AES",
336
+ "key": ""
337
+ },
338
+ "external_name": "description__ic"
339
+ },
340
+ "descriptionNic": {
341
+ "type": "string",
342
+ "description": "",
343
+ "parse": false,
344
+ "encode": false,
345
+ "encrypt": {
346
+ "type": "AES",
347
+ "key": ""
348
+ },
349
+ "external_name": "description__nic"
350
+ },
351
+ "descriptionIew": {
352
+ "type": "string",
353
+ "description": "",
354
+ "parse": false,
355
+ "encode": false,
356
+ "encrypt": {
357
+ "type": "AES",
358
+ "key": ""
359
+ },
360
+ "external_name": "description__iew"
361
+ },
362
+ "descriptionNiew": {
363
+ "type": "string",
364
+ "description": "",
365
+ "parse": false,
366
+ "encode": false,
367
+ "encrypt": {
368
+ "type": "AES",
369
+ "key": ""
370
+ },
371
+ "external_name": "description__niew"
372
+ },
373
+ "descriptionIsw": {
374
+ "type": "string",
375
+ "description": "",
376
+ "parse": false,
377
+ "encode": false,
378
+ "encrypt": {
379
+ "type": "AES",
380
+ "key": ""
381
+ },
382
+ "external_name": "description__isw"
383
+ },
384
+ "descriptionNisw": {
385
+ "type": "string",
386
+ "description": "",
387
+ "parse": false,
388
+ "encode": false,
389
+ "encrypt": {
390
+ "type": "AES",
391
+ "key": ""
392
+ },
393
+ "external_name": "description__nisw"
394
+ },
395
+ "descriptionIe": {
396
+ "type": "string",
397
+ "description": "",
398
+ "parse": false,
399
+ "encode": false,
400
+ "encrypt": {
401
+ "type": "AES",
402
+ "key": ""
403
+ },
404
+ "external_name": "description__ie"
405
+ },
406
+ "descriptionNie": {
407
+ "type": "string",
408
+ "description": "",
409
+ "parse": false,
410
+ "encode": false,
411
+ "encrypt": {
412
+ "type": "AES",
413
+ "key": ""
414
+ },
415
+ "external_name": "description__nie"
416
+ },
417
+ "createdN": {
418
+ "type": "string",
419
+ "description": "",
420
+ "parse": false,
421
+ "encode": false,
422
+ "encrypt": {
423
+ "type": "AES",
424
+ "key": ""
425
+ },
426
+ "external_name": "created__n"
427
+ },
428
+ "createdLte": {
429
+ "type": "string",
430
+ "description": "",
431
+ "parse": false,
432
+ "encode": false,
433
+ "encrypt": {
434
+ "type": "AES",
435
+ "key": ""
436
+ },
437
+ "external_name": "created__lte"
438
+ },
439
+ "createdLt": {
440
+ "type": "string",
441
+ "description": "",
442
+ "parse": false,
443
+ "encode": false,
444
+ "encrypt": {
445
+ "type": "AES",
446
+ "key": ""
447
+ },
448
+ "external_name": "created__lt"
449
+ },
450
+ "createdGte": {
451
+ "type": "string",
452
+ "description": "",
453
+ "parse": false,
454
+ "encode": false,
455
+ "encrypt": {
456
+ "type": "AES",
457
+ "key": ""
458
+ },
459
+ "external_name": "created__gte"
460
+ },
461
+ "createdGt": {
462
+ "type": "string",
463
+ "description": "",
464
+ "parse": false,
465
+ "encode": false,
466
+ "encrypt": {
467
+ "type": "AES",
468
+ "key": ""
469
+ },
470
+ "external_name": "created__gt"
471
+ },
472
+ "lastUpdatedN": {
473
+ "type": "string",
474
+ "description": "",
475
+ "parse": false,
476
+ "encode": false,
477
+ "encrypt": {
478
+ "type": "AES",
479
+ "key": ""
480
+ },
481
+ "external_name": "last_updated__n"
482
+ },
483
+ "lastUpdatedLte": {
484
+ "type": "string",
485
+ "description": "",
486
+ "parse": false,
487
+ "encode": false,
488
+ "encrypt": {
489
+ "type": "AES",
490
+ "key": ""
491
+ },
492
+ "external_name": "last_updated__lte"
493
+ },
494
+ "lastUpdatedLt": {
495
+ "type": "string",
496
+ "description": "",
497
+ "parse": false,
498
+ "encode": false,
499
+ "encrypt": {
500
+ "type": "AES",
501
+ "key": ""
502
+ },
503
+ "external_name": "last_updated__lt"
504
+ },
505
+ "lastUpdatedGte": {
506
+ "type": "string",
507
+ "description": "",
508
+ "parse": false,
509
+ "encode": false,
510
+ "encrypt": {
511
+ "type": "AES",
512
+ "key": ""
513
+ },
514
+ "external_name": "last_updated__gte"
515
+ },
516
+ "lastUpdatedGt": {
517
+ "type": "string",
518
+ "description": "",
519
+ "parse": false,
520
+ "encode": false,
521
+ "encrypt": {
522
+ "type": "AES",
523
+ "key": ""
524
+ },
525
+ "external_name": "last_updated__gt"
526
+ },
527
+ "tagN": {
528
+ "type": "string",
529
+ "description": "",
530
+ "parse": false,
531
+ "encode": false,
532
+ "encrypt": {
533
+ "type": "AES",
534
+ "key": ""
535
+ },
536
+ "external_name": "tag__n"
537
+ },
538
+ "parentIdN": {
539
+ "type": "string",
540
+ "description": "",
541
+ "parse": false,
542
+ "encode": false,
543
+ "encrypt": {
544
+ "type": "AES",
545
+ "key": ""
546
+ },
547
+ "external_name": "parent_id__n"
548
+ },
549
+ "parentN": {
550
+ "type": "string",
551
+ "description": "",
552
+ "parse": false,
553
+ "encode": false,
554
+ "encrypt": {
555
+ "type": "AES",
556
+ "key": ""
557
+ },
558
+ "external_name": "parent__n"
559
+ },
560
+ "authPsk": {
561
+ "type": "string",
562
+ "description": "",
563
+ "parse": false,
564
+ "encode": false,
565
+ "encrypt": {
566
+ "type": "AES",
567
+ "key": ""
568
+ },
569
+ "external_name": "auth_psk"
570
+ },
571
+ "tenantGroupId": {
572
+ "type": "string",
573
+ "description": "",
574
+ "parse": false,
575
+ "encode": false,
576
+ "encrypt": {
577
+ "type": "AES",
578
+ "key": ""
579
+ },
580
+ "external_name": "tenant_group_id"
581
+ },
582
+ "tenantGroup": {
583
+ "type": "string",
584
+ "description": "",
585
+ "parse": false,
586
+ "encode": false,
587
+ "encrypt": {
588
+ "type": "AES",
589
+ "key": ""
590
+ },
591
+ "external_name": "tenant_group"
592
+ },
593
+ "tenantId": {
594
+ "type": "string",
595
+ "description": "",
596
+ "parse": false,
597
+ "encode": false,
598
+ "encrypt": {
599
+ "type": "AES",
600
+ "key": ""
601
+ },
602
+ "external_name": "tenant_id"
603
+ },
604
+ "groupId": {
605
+ "type": "string",
606
+ "description": "",
607
+ "parse": false,
608
+ "encode": false,
609
+ "encrypt": {
610
+ "type": "AES",
611
+ "key": ""
612
+ },
613
+ "external_name": "group_id"
614
+ },
615
+ "vlanId": {
616
+ "type": "string",
617
+ "description": "",
618
+ "parse": false,
619
+ "encode": false,
620
+ "encrypt": {
621
+ "type": "AES",
622
+ "key": ""
623
+ },
624
+ "external_name": "vlan_id"
625
+ },
626
+ "authType": {
627
+ "type": "string",
628
+ "description": "",
629
+ "parse": false,
630
+ "encode": false,
631
+ "encrypt": {
632
+ "type": "AES",
633
+ "key": ""
634
+ },
635
+ "external_name": "auth_type"
636
+ },
637
+ "authCipher": {
638
+ "type": "string",
639
+ "description": "",
640
+ "parse": false,
641
+ "encode": false,
642
+ "encrypt": {
643
+ "type": "AES",
644
+ "key": ""
645
+ },
646
+ "external_name": "auth_cipher"
647
+ },
648
+ "ssidN": {
649
+ "type": "string",
650
+ "description": "",
651
+ "parse": false,
652
+ "encode": false,
653
+ "encrypt": {
654
+ "type": "AES",
655
+ "key": ""
656
+ },
657
+ "external_name": "ssid__n"
658
+ },
659
+ "ssidIc": {
660
+ "type": "string",
661
+ "description": "",
662
+ "parse": false,
663
+ "encode": false,
664
+ "encrypt": {
665
+ "type": "AES",
666
+ "key": ""
667
+ },
668
+ "external_name": "ssid__ic"
669
+ },
670
+ "ssidNic": {
671
+ "type": "string",
672
+ "description": "",
673
+ "parse": false,
674
+ "encode": false,
675
+ "encrypt": {
676
+ "type": "AES",
677
+ "key": ""
678
+ },
679
+ "external_name": "ssid__nic"
680
+ },
681
+ "ssidIew": {
682
+ "type": "string",
683
+ "description": "",
684
+ "parse": false,
685
+ "encode": false,
686
+ "encrypt": {
687
+ "type": "AES",
688
+ "key": ""
689
+ },
690
+ "external_name": "ssid__iew"
691
+ },
692
+ "ssidNiew": {
693
+ "type": "string",
694
+ "description": "",
695
+ "parse": false,
696
+ "encode": false,
697
+ "encrypt": {
698
+ "type": "AES",
699
+ "key": ""
700
+ },
701
+ "external_name": "ssid__niew"
702
+ },
703
+ "ssidIsw": {
704
+ "type": "string",
705
+ "description": "",
706
+ "parse": false,
707
+ "encode": false,
708
+ "encrypt": {
709
+ "type": "AES",
710
+ "key": ""
711
+ },
712
+ "external_name": "ssid__isw"
713
+ },
714
+ "ssidNisw": {
715
+ "type": "string",
716
+ "description": "",
717
+ "parse": false,
718
+ "encode": false,
719
+ "encrypt": {
720
+ "type": "AES",
721
+ "key": ""
722
+ },
723
+ "external_name": "ssid__nisw"
724
+ },
725
+ "ssidIe": {
726
+ "type": "string",
727
+ "description": "",
728
+ "parse": false,
729
+ "encode": false,
730
+ "encrypt": {
731
+ "type": "AES",
732
+ "key": ""
733
+ },
734
+ "external_name": "ssid__ie"
735
+ },
736
+ "ssidNie": {
737
+ "type": "string",
738
+ "description": "",
739
+ "parse": false,
740
+ "encode": false,
741
+ "encrypt": {
742
+ "type": "AES",
743
+ "key": ""
744
+ },
745
+ "external_name": "ssid__nie"
746
+ },
747
+ "authPskN": {
748
+ "type": "string",
749
+ "description": "",
750
+ "parse": false,
751
+ "encode": false,
752
+ "encrypt": {
753
+ "type": "AES",
754
+ "key": ""
755
+ },
756
+ "external_name": "auth_psk__n"
757
+ },
758
+ "authPskIc": {
759
+ "type": "string",
760
+ "description": "",
761
+ "parse": false,
762
+ "encode": false,
763
+ "encrypt": {
764
+ "type": "AES",
765
+ "key": ""
766
+ },
767
+ "external_name": "auth_psk__ic"
768
+ },
769
+ "authPskNic": {
770
+ "type": "string",
771
+ "description": "",
772
+ "parse": false,
773
+ "encode": false,
774
+ "encrypt": {
775
+ "type": "AES",
776
+ "key": ""
777
+ },
778
+ "external_name": "auth_psk__nic"
779
+ },
780
+ "authPskIew": {
781
+ "type": "string",
782
+ "description": "",
783
+ "parse": false,
784
+ "encode": false,
785
+ "encrypt": {
786
+ "type": "AES",
787
+ "key": ""
788
+ },
789
+ "external_name": "auth_psk__iew"
790
+ },
791
+ "authPskNiew": {
792
+ "type": "string",
793
+ "description": "",
794
+ "parse": false,
795
+ "encode": false,
796
+ "encrypt": {
797
+ "type": "AES",
798
+ "key": ""
799
+ },
800
+ "external_name": "auth_psk__niew"
801
+ },
802
+ "authPskIsw": {
803
+ "type": "string",
804
+ "description": "",
805
+ "parse": false,
806
+ "encode": false,
807
+ "encrypt": {
808
+ "type": "AES",
809
+ "key": ""
810
+ },
811
+ "external_name": "auth_psk__isw"
812
+ },
813
+ "authPskNisw": {
814
+ "type": "string",
815
+ "description": "",
816
+ "parse": false,
817
+ "encode": false,
818
+ "encrypt": {
819
+ "type": "AES",
820
+ "key": ""
821
+ },
822
+ "external_name": "auth_psk__nisw"
823
+ },
824
+ "authPskIe": {
825
+ "type": "string",
826
+ "description": "",
827
+ "parse": false,
828
+ "encode": false,
829
+ "encrypt": {
830
+ "type": "AES",
831
+ "key": ""
832
+ },
833
+ "external_name": "auth_psk__ie"
834
+ },
835
+ "authPskNie": {
836
+ "type": "string",
837
+ "description": "",
838
+ "parse": false,
839
+ "encode": false,
840
+ "encrypt": {
841
+ "type": "AES",
842
+ "key": ""
843
+ },
844
+ "external_name": "auth_psk__nie"
845
+ },
846
+ "tenantGroupIdN": {
847
+ "type": "string",
848
+ "description": "",
849
+ "parse": false,
850
+ "encode": false,
851
+ "encrypt": {
852
+ "type": "AES",
853
+ "key": ""
854
+ },
855
+ "external_name": "tenant_group_id__n"
856
+ },
857
+ "tenantGroupN": {
858
+ "type": "string",
859
+ "description": "",
860
+ "parse": false,
861
+ "encode": false,
862
+ "encrypt": {
863
+ "type": "AES",
864
+ "key": ""
865
+ },
866
+ "external_name": "tenant_group__n"
867
+ },
868
+ "tenantIdN": {
869
+ "type": "string",
870
+ "description": "",
871
+ "parse": false,
872
+ "encode": false,
873
+ "encrypt": {
874
+ "type": "AES",
875
+ "key": ""
876
+ },
877
+ "external_name": "tenant_id__n"
878
+ },
879
+ "tenantN": {
880
+ "type": "string",
881
+ "description": "",
882
+ "parse": false,
883
+ "encode": false,
884
+ "encrypt": {
885
+ "type": "AES",
886
+ "key": ""
887
+ },
888
+ "external_name": "tenant__n"
889
+ },
890
+ "groupIdN": {
891
+ "type": "string",
892
+ "description": "",
893
+ "parse": false,
894
+ "encode": false,
895
+ "encrypt": {
896
+ "type": "AES",
897
+ "key": ""
898
+ },
899
+ "external_name": "group_id__n"
900
+ },
901
+ "groupN": {
902
+ "type": "string",
903
+ "description": "",
904
+ "parse": false,
905
+ "encode": false,
906
+ "encrypt": {
907
+ "type": "AES",
908
+ "key": ""
909
+ },
910
+ "external_name": "group__n"
911
+ },
912
+ "vlanIdN": {
913
+ "type": "string",
914
+ "description": "",
915
+ "parse": false,
916
+ "encode": false,
917
+ "encrypt": {
918
+ "type": "AES",
919
+ "key": ""
920
+ },
921
+ "external_name": "vlan_id__n"
922
+ },
923
+ "authTypeN": {
924
+ "type": "string",
925
+ "description": "",
926
+ "parse": false,
927
+ "encode": false,
928
+ "encrypt": {
929
+ "type": "AES",
930
+ "key": ""
931
+ },
932
+ "external_name": "auth_type__n"
933
+ },
934
+ "authCipherN": {
935
+ "type": "string",
936
+ "description": "",
937
+ "parse": false,
938
+ "encode": false,
939
+ "encrypt": {
940
+ "type": "AES",
941
+ "key": ""
942
+ },
943
+ "external_name": "auth_cipher__n"
944
+ },
945
+ "interfaceAId": {
946
+ "type": "string",
947
+ "description": "",
948
+ "parse": false,
949
+ "encode": false,
950
+ "encrypt": {
951
+ "type": "AES",
952
+ "key": ""
953
+ },
954
+ "external_name": "interface_a_id"
955
+ },
956
+ "interfaceBId": {
957
+ "type": "string",
958
+ "description": "",
959
+ "parse": false,
960
+ "encode": false,
961
+ "encrypt": {
962
+ "type": "AES",
963
+ "key": ""
964
+ },
965
+ "external_name": "interface_b_id"
966
+ },
967
+ "interfaceAIdN": {
968
+ "type": "string",
969
+ "description": "",
970
+ "parse": false,
971
+ "encode": false,
972
+ "encrypt": {
973
+ "type": "AES",
974
+ "key": ""
975
+ },
976
+ "external_name": "interface_a_id__n"
977
+ },
978
+ "interfaceAIdLte": {
979
+ "type": "string",
980
+ "description": "",
981
+ "parse": false,
982
+ "encode": false,
983
+ "encrypt": {
984
+ "type": "AES",
985
+ "key": ""
986
+ },
987
+ "external_name": "interface_a_id__lte"
988
+ },
989
+ "interfaceAIdLt": {
990
+ "type": "string",
991
+ "description": "",
992
+ "parse": false,
993
+ "encode": false,
994
+ "encrypt": {
995
+ "type": "AES",
996
+ "key": ""
997
+ },
998
+ "external_name": "interface_a_id__lt"
999
+ },
1000
+ "interfaceAIdGte": {
1001
+ "type": "string",
1002
+ "description": "",
1003
+ "parse": false,
1004
+ "encode": false,
1005
+ "encrypt": {
1006
+ "type": "AES",
1007
+ "key": ""
1008
+ },
1009
+ "external_name": "interface_a_id__gte"
1010
+ },
1011
+ "interfaceAIdGt": {
1012
+ "type": "string",
1013
+ "description": "",
1014
+ "parse": false,
1015
+ "encode": false,
1016
+ "encrypt": {
1017
+ "type": "AES",
1018
+ "key": ""
1019
+ },
1020
+ "external_name": "interface_a_id__gt"
1021
+ },
1022
+ "interfaceBIdN": {
1023
+ "type": "string",
1024
+ "description": "",
1025
+ "parse": false,
1026
+ "encode": false,
1027
+ "encrypt": {
1028
+ "type": "AES",
1029
+ "key": ""
1030
+ },
1031
+ "external_name": "interface_b_id__n"
1032
+ },
1033
+ "interfaceBIdLte": {
1034
+ "type": "string",
1035
+ "description": "",
1036
+ "parse": false,
1037
+ "encode": false,
1038
+ "encrypt": {
1039
+ "type": "AES",
1040
+ "key": ""
1041
+ },
1042
+ "external_name": "interface_b_id__lte"
1043
+ },
1044
+ "interfaceBIdLt": {
1045
+ "type": "string",
1046
+ "description": "",
1047
+ "parse": false,
1048
+ "encode": false,
1049
+ "encrypt": {
1050
+ "type": "AES",
1051
+ "key": ""
1052
+ },
1053
+ "external_name": "interface_b_id__lt"
1054
+ },
1055
+ "interfaceBIdGte": {
1056
+ "type": "string",
1057
+ "description": "",
1058
+ "parse": false,
1059
+ "encode": false,
1060
+ "encrypt": {
1061
+ "type": "AES",
1062
+ "key": ""
1063
+ },
1064
+ "external_name": "interface_b_id__gte"
1065
+ },
1066
+ "interfaceBIdGt": {
1067
+ "type": "string",
1068
+ "description": "",
1069
+ "parse": false,
1070
+ "encode": false,
1071
+ "encrypt": {
1072
+ "type": "AES",
1073
+ "key": ""
1074
+ },
1075
+ "external_name": "interface_b_id__gt"
1076
+ },
1077
+ "statusN": {
1078
+ "type": "string",
1079
+ "description": "",
1080
+ "parse": false,
1081
+ "encode": false,
1082
+ "encrypt": {
1083
+ "type": "AES",
1084
+ "key": ""
1085
+ },
1086
+ "external_name": "status__n"
1087
+ }
1088
+ },
1089
+ "definitions": {}
1090
+ }