@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,1780 @@
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": "getCircuitsCircuitTerminations",
12
+ "enum": [
13
+ "getCircuitsCircuitTerminations",
14
+ "postCircuitsCircuitTerminations",
15
+ "putCircuitsCircuitTerminations",
16
+ "patchCircuitsCircuitTerminations",
17
+ "deleteCircuitsCircuitTerminations",
18
+ "getCircuitsCircuitTerminationsId",
19
+ "putCircuitsCircuitTerminationsId",
20
+ "patchCircuitsCircuitTerminationsId",
21
+ "deleteCircuitsCircuitTerminationsId",
22
+ "getCircuitsCircuitTerminationsIdPaths",
23
+ "getCircuitsCircuitTypes",
24
+ "postCircuitsCircuitTypes",
25
+ "putCircuitsCircuitTypes",
26
+ "patchCircuitsCircuitTypes",
27
+ "deleteCircuitsCircuitTypes",
28
+ "getCircuitsCircuitTypesId",
29
+ "putCircuitsCircuitTypesId",
30
+ "patchCircuitsCircuitTypesId",
31
+ "deleteCircuitsCircuitTypesId",
32
+ "getCircuitsCircuits",
33
+ "postCircuitsCircuits",
34
+ "putCircuitsCircuits",
35
+ "patchCircuitsCircuits",
36
+ "deleteCircuitsCircuits",
37
+ "getCircuitsCircuitsId",
38
+ "putCircuitsCircuitsId",
39
+ "patchCircuitsCircuitsId",
40
+ "deleteCircuitsCircuitsId",
41
+ "getCircuitsProviderNetworks",
42
+ "postCircuitsProviderNetworks",
43
+ "putCircuitsProviderNetworks",
44
+ "patchCircuitsProviderNetworks",
45
+ "deleteCircuitsProviderNetworks",
46
+ "getCircuitsProviderNetworksId",
47
+ "putCircuitsProviderNetworksId",
48
+ "patchCircuitsProviderNetworksId",
49
+ "deleteCircuitsProviderNetworksId",
50
+ "getCircuitsProviders",
51
+ "postCircuitsProviders",
52
+ "putCircuitsProviders",
53
+ "patchCircuitsProviders",
54
+ "deleteCircuitsProviders",
55
+ "getCircuitsProvidersId",
56
+ "putCircuitsProvidersId",
57
+ "patchCircuitsProvidersId",
58
+ "deleteCircuitsProvidersId"
59
+ ],
60
+ "external_name": "ph_request_type"
61
+ },
62
+ "termSide": {
63
+ "type": "string",
64
+ "description": "",
65
+ "parse": false,
66
+ "encode": false,
67
+ "encrypt": {
68
+ "type": "AES",
69
+ "key": ""
70
+ },
71
+ "external_name": "term_side"
72
+ },
73
+ "portSpeed": {
74
+ "type": "string",
75
+ "description": "",
76
+ "parse": false,
77
+ "encode": false,
78
+ "encrypt": {
79
+ "type": "AES",
80
+ "key": ""
81
+ },
82
+ "external_name": "port_speed"
83
+ },
84
+ "upstreamSpeed": {
85
+ "type": "string",
86
+ "description": "",
87
+ "parse": false,
88
+ "encode": false,
89
+ "encrypt": {
90
+ "type": "AES",
91
+ "key": ""
92
+ },
93
+ "external_name": "upstream_speed"
94
+ },
95
+ "xconnectId": {
96
+ "type": "string",
97
+ "description": "",
98
+ "parse": false,
99
+ "encode": false,
100
+ "encrypt": {
101
+ "type": "AES",
102
+ "key": ""
103
+ },
104
+ "external_name": "xconnect_id"
105
+ },
106
+ "cableEnd": {
107
+ "type": "string",
108
+ "description": "",
109
+ "parse": false,
110
+ "encode": false,
111
+ "encrypt": {
112
+ "type": "AES",
113
+ "key": ""
114
+ },
115
+ "external_name": "cable_end"
116
+ },
117
+ "lastUpdated": {
118
+ "type": "string",
119
+ "description": "",
120
+ "parse": false,
121
+ "encode": false,
122
+ "encrypt": {
123
+ "type": "AES",
124
+ "key": ""
125
+ },
126
+ "external_name": "last_updated"
127
+ },
128
+ "circuitId": {
129
+ "type": "string",
130
+ "description": "",
131
+ "parse": false,
132
+ "encode": false,
133
+ "encrypt": {
134
+ "type": "AES",
135
+ "key": ""
136
+ },
137
+ "external_name": "circuit_id"
138
+ },
139
+ "siteId": {
140
+ "type": "string",
141
+ "description": "",
142
+ "parse": false,
143
+ "encode": false,
144
+ "encrypt": {
145
+ "type": "AES",
146
+ "key": ""
147
+ },
148
+ "external_name": "site_id"
149
+ },
150
+ "providerNetworkId": {
151
+ "type": "string",
152
+ "description": "",
153
+ "parse": false,
154
+ "encode": false,
155
+ "encrypt": {
156
+ "type": "AES",
157
+ "key": ""
158
+ },
159
+ "external_name": "provider_network_id"
160
+ },
161
+ "idN": {
162
+ "type": "string",
163
+ "description": "",
164
+ "parse": false,
165
+ "encode": false,
166
+ "encrypt": {
167
+ "type": "AES",
168
+ "key": ""
169
+ },
170
+ "external_name": "id__n"
171
+ },
172
+ "idLte": {
173
+ "type": "string",
174
+ "description": "",
175
+ "parse": false,
176
+ "encode": false,
177
+ "encrypt": {
178
+ "type": "AES",
179
+ "key": ""
180
+ },
181
+ "external_name": "id__lte"
182
+ },
183
+ "idLt": {
184
+ "type": "string",
185
+ "description": "",
186
+ "parse": false,
187
+ "encode": false,
188
+ "encrypt": {
189
+ "type": "AES",
190
+ "key": ""
191
+ },
192
+ "external_name": "id__lt"
193
+ },
194
+ "idGte": {
195
+ "type": "string",
196
+ "description": "",
197
+ "parse": false,
198
+ "encode": false,
199
+ "encrypt": {
200
+ "type": "AES",
201
+ "key": ""
202
+ },
203
+ "external_name": "id__gte"
204
+ },
205
+ "idGt": {
206
+ "type": "string",
207
+ "description": "",
208
+ "parse": false,
209
+ "encode": false,
210
+ "encrypt": {
211
+ "type": "AES",
212
+ "key": ""
213
+ },
214
+ "external_name": "id__gt"
215
+ },
216
+ "termSideN": {
217
+ "type": "string",
218
+ "description": "",
219
+ "parse": false,
220
+ "encode": false,
221
+ "encrypt": {
222
+ "type": "AES",
223
+ "key": ""
224
+ },
225
+ "external_name": "term_side__n"
226
+ },
227
+ "portSpeedN": {
228
+ "type": "string",
229
+ "description": "",
230
+ "parse": false,
231
+ "encode": false,
232
+ "encrypt": {
233
+ "type": "AES",
234
+ "key": ""
235
+ },
236
+ "external_name": "port_speed__n"
237
+ },
238
+ "portSpeedLte": {
239
+ "type": "string",
240
+ "description": "",
241
+ "parse": false,
242
+ "encode": false,
243
+ "encrypt": {
244
+ "type": "AES",
245
+ "key": ""
246
+ },
247
+ "external_name": "port_speed__lte"
248
+ },
249
+ "portSpeedLt": {
250
+ "type": "string",
251
+ "description": "",
252
+ "parse": false,
253
+ "encode": false,
254
+ "encrypt": {
255
+ "type": "AES",
256
+ "key": ""
257
+ },
258
+ "external_name": "port_speed__lt"
259
+ },
260
+ "portSpeedGte": {
261
+ "type": "string",
262
+ "description": "",
263
+ "parse": false,
264
+ "encode": false,
265
+ "encrypt": {
266
+ "type": "AES",
267
+ "key": ""
268
+ },
269
+ "external_name": "port_speed__gte"
270
+ },
271
+ "portSpeedGt": {
272
+ "type": "string",
273
+ "description": "",
274
+ "parse": false,
275
+ "encode": false,
276
+ "encrypt": {
277
+ "type": "AES",
278
+ "key": ""
279
+ },
280
+ "external_name": "port_speed__gt"
281
+ },
282
+ "upstreamSpeedN": {
283
+ "type": "string",
284
+ "description": "",
285
+ "parse": false,
286
+ "encode": false,
287
+ "encrypt": {
288
+ "type": "AES",
289
+ "key": ""
290
+ },
291
+ "external_name": "upstream_speed__n"
292
+ },
293
+ "upstreamSpeedLte": {
294
+ "type": "string",
295
+ "description": "",
296
+ "parse": false,
297
+ "encode": false,
298
+ "encrypt": {
299
+ "type": "AES",
300
+ "key": ""
301
+ },
302
+ "external_name": "upstream_speed__lte"
303
+ },
304
+ "upstreamSpeedLt": {
305
+ "type": "string",
306
+ "description": "",
307
+ "parse": false,
308
+ "encode": false,
309
+ "encrypt": {
310
+ "type": "AES",
311
+ "key": ""
312
+ },
313
+ "external_name": "upstream_speed__lt"
314
+ },
315
+ "upstreamSpeedGte": {
316
+ "type": "string",
317
+ "description": "",
318
+ "parse": false,
319
+ "encode": false,
320
+ "encrypt": {
321
+ "type": "AES",
322
+ "key": ""
323
+ },
324
+ "external_name": "upstream_speed__gte"
325
+ },
326
+ "upstreamSpeedGt": {
327
+ "type": "string",
328
+ "description": "",
329
+ "parse": false,
330
+ "encode": false,
331
+ "encrypt": {
332
+ "type": "AES",
333
+ "key": ""
334
+ },
335
+ "external_name": "upstream_speed__gt"
336
+ },
337
+ "xconnectIdN": {
338
+ "type": "string",
339
+ "description": "",
340
+ "parse": false,
341
+ "encode": false,
342
+ "encrypt": {
343
+ "type": "AES",
344
+ "key": ""
345
+ },
346
+ "external_name": "xconnect_id__n"
347
+ },
348
+ "xconnectIdIc": {
349
+ "type": "string",
350
+ "description": "",
351
+ "parse": false,
352
+ "encode": false,
353
+ "encrypt": {
354
+ "type": "AES",
355
+ "key": ""
356
+ },
357
+ "external_name": "xconnect_id__ic"
358
+ },
359
+ "xconnectIdNic": {
360
+ "type": "string",
361
+ "description": "",
362
+ "parse": false,
363
+ "encode": false,
364
+ "encrypt": {
365
+ "type": "AES",
366
+ "key": ""
367
+ },
368
+ "external_name": "xconnect_id__nic"
369
+ },
370
+ "xconnectIdIew": {
371
+ "type": "string",
372
+ "description": "",
373
+ "parse": false,
374
+ "encode": false,
375
+ "encrypt": {
376
+ "type": "AES",
377
+ "key": ""
378
+ },
379
+ "external_name": "xconnect_id__iew"
380
+ },
381
+ "xconnectIdNiew": {
382
+ "type": "string",
383
+ "description": "",
384
+ "parse": false,
385
+ "encode": false,
386
+ "encrypt": {
387
+ "type": "AES",
388
+ "key": ""
389
+ },
390
+ "external_name": "xconnect_id__niew"
391
+ },
392
+ "xconnectIdIsw": {
393
+ "type": "string",
394
+ "description": "",
395
+ "parse": false,
396
+ "encode": false,
397
+ "encrypt": {
398
+ "type": "AES",
399
+ "key": ""
400
+ },
401
+ "external_name": "xconnect_id__isw"
402
+ },
403
+ "xconnectIdNisw": {
404
+ "type": "string",
405
+ "description": "",
406
+ "parse": false,
407
+ "encode": false,
408
+ "encrypt": {
409
+ "type": "AES",
410
+ "key": ""
411
+ },
412
+ "external_name": "xconnect_id__nisw"
413
+ },
414
+ "xconnectIdIe": {
415
+ "type": "string",
416
+ "description": "",
417
+ "parse": false,
418
+ "encode": false,
419
+ "encrypt": {
420
+ "type": "AES",
421
+ "key": ""
422
+ },
423
+ "external_name": "xconnect_id__ie"
424
+ },
425
+ "xconnectIdNie": {
426
+ "type": "string",
427
+ "description": "",
428
+ "parse": false,
429
+ "encode": false,
430
+ "encrypt": {
431
+ "type": "AES",
432
+ "key": ""
433
+ },
434
+ "external_name": "xconnect_id__nie"
435
+ },
436
+ "descriptionN": {
437
+ "type": "string",
438
+ "description": "",
439
+ "parse": false,
440
+ "encode": false,
441
+ "encrypt": {
442
+ "type": "AES",
443
+ "key": ""
444
+ },
445
+ "external_name": "description__n"
446
+ },
447
+ "descriptionIc": {
448
+ "type": "string",
449
+ "description": "",
450
+ "parse": false,
451
+ "encode": false,
452
+ "encrypt": {
453
+ "type": "AES",
454
+ "key": ""
455
+ },
456
+ "external_name": "description__ic"
457
+ },
458
+ "descriptionNic": {
459
+ "type": "string",
460
+ "description": "",
461
+ "parse": false,
462
+ "encode": false,
463
+ "encrypt": {
464
+ "type": "AES",
465
+ "key": ""
466
+ },
467
+ "external_name": "description__nic"
468
+ },
469
+ "descriptionIew": {
470
+ "type": "string",
471
+ "description": "",
472
+ "parse": false,
473
+ "encode": false,
474
+ "encrypt": {
475
+ "type": "AES",
476
+ "key": ""
477
+ },
478
+ "external_name": "description__iew"
479
+ },
480
+ "descriptionNiew": {
481
+ "type": "string",
482
+ "description": "",
483
+ "parse": false,
484
+ "encode": false,
485
+ "encrypt": {
486
+ "type": "AES",
487
+ "key": ""
488
+ },
489
+ "external_name": "description__niew"
490
+ },
491
+ "descriptionIsw": {
492
+ "type": "string",
493
+ "description": "",
494
+ "parse": false,
495
+ "encode": false,
496
+ "encrypt": {
497
+ "type": "AES",
498
+ "key": ""
499
+ },
500
+ "external_name": "description__isw"
501
+ },
502
+ "descriptionNisw": {
503
+ "type": "string",
504
+ "description": "",
505
+ "parse": false,
506
+ "encode": false,
507
+ "encrypt": {
508
+ "type": "AES",
509
+ "key": ""
510
+ },
511
+ "external_name": "description__nisw"
512
+ },
513
+ "descriptionIe": {
514
+ "type": "string",
515
+ "description": "",
516
+ "parse": false,
517
+ "encode": false,
518
+ "encrypt": {
519
+ "type": "AES",
520
+ "key": ""
521
+ },
522
+ "external_name": "description__ie"
523
+ },
524
+ "descriptionNie": {
525
+ "type": "string",
526
+ "description": "",
527
+ "parse": false,
528
+ "encode": false,
529
+ "encrypt": {
530
+ "type": "AES",
531
+ "key": ""
532
+ },
533
+ "external_name": "description__nie"
534
+ },
535
+ "cableEndN": {
536
+ "type": "string",
537
+ "description": "",
538
+ "parse": false,
539
+ "encode": false,
540
+ "encrypt": {
541
+ "type": "AES",
542
+ "key": ""
543
+ },
544
+ "external_name": "cable_end__n"
545
+ },
546
+ "createdN": {
547
+ "type": "string",
548
+ "description": "",
549
+ "parse": false,
550
+ "encode": false,
551
+ "encrypt": {
552
+ "type": "AES",
553
+ "key": ""
554
+ },
555
+ "external_name": "created__n"
556
+ },
557
+ "createdLte": {
558
+ "type": "string",
559
+ "description": "",
560
+ "parse": false,
561
+ "encode": false,
562
+ "encrypt": {
563
+ "type": "AES",
564
+ "key": ""
565
+ },
566
+ "external_name": "created__lte"
567
+ },
568
+ "createdLt": {
569
+ "type": "string",
570
+ "description": "",
571
+ "parse": false,
572
+ "encode": false,
573
+ "encrypt": {
574
+ "type": "AES",
575
+ "key": ""
576
+ },
577
+ "external_name": "created__lt"
578
+ },
579
+ "createdGte": {
580
+ "type": "string",
581
+ "description": "",
582
+ "parse": false,
583
+ "encode": false,
584
+ "encrypt": {
585
+ "type": "AES",
586
+ "key": ""
587
+ },
588
+ "external_name": "created__gte"
589
+ },
590
+ "createdGt": {
591
+ "type": "string",
592
+ "description": "",
593
+ "parse": false,
594
+ "encode": false,
595
+ "encrypt": {
596
+ "type": "AES",
597
+ "key": ""
598
+ },
599
+ "external_name": "created__gt"
600
+ },
601
+ "lastUpdatedN": {
602
+ "type": "string",
603
+ "description": "",
604
+ "parse": false,
605
+ "encode": false,
606
+ "encrypt": {
607
+ "type": "AES",
608
+ "key": ""
609
+ },
610
+ "external_name": "last_updated__n"
611
+ },
612
+ "lastUpdatedLte": {
613
+ "type": "string",
614
+ "description": "",
615
+ "parse": false,
616
+ "encode": false,
617
+ "encrypt": {
618
+ "type": "AES",
619
+ "key": ""
620
+ },
621
+ "external_name": "last_updated__lte"
622
+ },
623
+ "lastUpdatedLt": {
624
+ "type": "string",
625
+ "description": "",
626
+ "parse": false,
627
+ "encode": false,
628
+ "encrypt": {
629
+ "type": "AES",
630
+ "key": ""
631
+ },
632
+ "external_name": "last_updated__lt"
633
+ },
634
+ "lastUpdatedGte": {
635
+ "type": "string",
636
+ "description": "",
637
+ "parse": false,
638
+ "encode": false,
639
+ "encrypt": {
640
+ "type": "AES",
641
+ "key": ""
642
+ },
643
+ "external_name": "last_updated__gte"
644
+ },
645
+ "lastUpdatedGt": {
646
+ "type": "string",
647
+ "description": "",
648
+ "parse": false,
649
+ "encode": false,
650
+ "encrypt": {
651
+ "type": "AES",
652
+ "key": ""
653
+ },
654
+ "external_name": "last_updated__gt"
655
+ },
656
+ "tagN": {
657
+ "type": "string",
658
+ "description": "",
659
+ "parse": false,
660
+ "encode": false,
661
+ "encrypt": {
662
+ "type": "AES",
663
+ "key": ""
664
+ },
665
+ "external_name": "tag__n"
666
+ },
667
+ "circuitIdN": {
668
+ "type": "string",
669
+ "description": "",
670
+ "parse": false,
671
+ "encode": false,
672
+ "encrypt": {
673
+ "type": "AES",
674
+ "key": ""
675
+ },
676
+ "external_name": "circuit_id__n"
677
+ },
678
+ "siteIdN": {
679
+ "type": "string",
680
+ "description": "",
681
+ "parse": false,
682
+ "encode": false,
683
+ "encrypt": {
684
+ "type": "AES",
685
+ "key": ""
686
+ },
687
+ "external_name": "site_id__n"
688
+ },
689
+ "siteN": {
690
+ "type": "string",
691
+ "description": "",
692
+ "parse": false,
693
+ "encode": false,
694
+ "encrypt": {
695
+ "type": "AES",
696
+ "key": ""
697
+ },
698
+ "external_name": "site__n"
699
+ },
700
+ "providerNetworkIdN": {
701
+ "type": "string",
702
+ "description": "",
703
+ "parse": false,
704
+ "encode": false,
705
+ "encrypt": {
706
+ "type": "AES",
707
+ "key": ""
708
+ },
709
+ "external_name": "provider_network_id__n"
710
+ },
711
+ "nameN": {
712
+ "type": "string",
713
+ "description": "",
714
+ "parse": false,
715
+ "encode": false,
716
+ "encrypt": {
717
+ "type": "AES",
718
+ "key": ""
719
+ },
720
+ "external_name": "name__n"
721
+ },
722
+ "nameIc": {
723
+ "type": "string",
724
+ "description": "",
725
+ "parse": false,
726
+ "encode": false,
727
+ "encrypt": {
728
+ "type": "AES",
729
+ "key": ""
730
+ },
731
+ "external_name": "name__ic"
732
+ },
733
+ "nameNic": {
734
+ "type": "string",
735
+ "description": "",
736
+ "parse": false,
737
+ "encode": false,
738
+ "encrypt": {
739
+ "type": "AES",
740
+ "key": ""
741
+ },
742
+ "external_name": "name__nic"
743
+ },
744
+ "nameIew": {
745
+ "type": "string",
746
+ "description": "",
747
+ "parse": false,
748
+ "encode": false,
749
+ "encrypt": {
750
+ "type": "AES",
751
+ "key": ""
752
+ },
753
+ "external_name": "name__iew"
754
+ },
755
+ "nameNiew": {
756
+ "type": "string",
757
+ "description": "",
758
+ "parse": false,
759
+ "encode": false,
760
+ "encrypt": {
761
+ "type": "AES",
762
+ "key": ""
763
+ },
764
+ "external_name": "name__niew"
765
+ },
766
+ "nameIsw": {
767
+ "type": "string",
768
+ "description": "",
769
+ "parse": false,
770
+ "encode": false,
771
+ "encrypt": {
772
+ "type": "AES",
773
+ "key": ""
774
+ },
775
+ "external_name": "name__isw"
776
+ },
777
+ "nameNisw": {
778
+ "type": "string",
779
+ "description": "",
780
+ "parse": false,
781
+ "encode": false,
782
+ "encrypt": {
783
+ "type": "AES",
784
+ "key": ""
785
+ },
786
+ "external_name": "name__nisw"
787
+ },
788
+ "nameIe": {
789
+ "type": "string",
790
+ "description": "",
791
+ "parse": false,
792
+ "encode": false,
793
+ "encrypt": {
794
+ "type": "AES",
795
+ "key": ""
796
+ },
797
+ "external_name": "name__ie"
798
+ },
799
+ "nameNie": {
800
+ "type": "string",
801
+ "description": "",
802
+ "parse": false,
803
+ "encode": false,
804
+ "encrypt": {
805
+ "type": "AES",
806
+ "key": ""
807
+ },
808
+ "external_name": "name__nie"
809
+ },
810
+ "slugN": {
811
+ "type": "string",
812
+ "description": "",
813
+ "parse": false,
814
+ "encode": false,
815
+ "encrypt": {
816
+ "type": "AES",
817
+ "key": ""
818
+ },
819
+ "external_name": "slug__n"
820
+ },
821
+ "slugIc": {
822
+ "type": "string",
823
+ "description": "",
824
+ "parse": false,
825
+ "encode": false,
826
+ "encrypt": {
827
+ "type": "AES",
828
+ "key": ""
829
+ },
830
+ "external_name": "slug__ic"
831
+ },
832
+ "slugNic": {
833
+ "type": "string",
834
+ "description": "",
835
+ "parse": false,
836
+ "encode": false,
837
+ "encrypt": {
838
+ "type": "AES",
839
+ "key": ""
840
+ },
841
+ "external_name": "slug__nic"
842
+ },
843
+ "slugIew": {
844
+ "type": "string",
845
+ "description": "",
846
+ "parse": false,
847
+ "encode": false,
848
+ "encrypt": {
849
+ "type": "AES",
850
+ "key": ""
851
+ },
852
+ "external_name": "slug__iew"
853
+ },
854
+ "slugNiew": {
855
+ "type": "string",
856
+ "description": "",
857
+ "parse": false,
858
+ "encode": false,
859
+ "encrypt": {
860
+ "type": "AES",
861
+ "key": ""
862
+ },
863
+ "external_name": "slug__niew"
864
+ },
865
+ "slugIsw": {
866
+ "type": "string",
867
+ "description": "",
868
+ "parse": false,
869
+ "encode": false,
870
+ "encrypt": {
871
+ "type": "AES",
872
+ "key": ""
873
+ },
874
+ "external_name": "slug__isw"
875
+ },
876
+ "slugNisw": {
877
+ "type": "string",
878
+ "description": "",
879
+ "parse": false,
880
+ "encode": false,
881
+ "encrypt": {
882
+ "type": "AES",
883
+ "key": ""
884
+ },
885
+ "external_name": "slug__nisw"
886
+ },
887
+ "slugIe": {
888
+ "type": "string",
889
+ "description": "",
890
+ "parse": false,
891
+ "encode": false,
892
+ "encrypt": {
893
+ "type": "AES",
894
+ "key": ""
895
+ },
896
+ "external_name": "slug__ie"
897
+ },
898
+ "slugNie": {
899
+ "type": "string",
900
+ "description": "",
901
+ "parse": false,
902
+ "encode": false,
903
+ "encrypt": {
904
+ "type": "AES",
905
+ "key": ""
906
+ },
907
+ "external_name": "slug__nie"
908
+ },
909
+ "installDate": {
910
+ "type": "string",
911
+ "description": "",
912
+ "parse": false,
913
+ "encode": false,
914
+ "encrypt": {
915
+ "type": "AES",
916
+ "key": ""
917
+ },
918
+ "external_name": "install_date"
919
+ },
920
+ "terminationDate": {
921
+ "type": "string",
922
+ "description": "",
923
+ "parse": false,
924
+ "encode": false,
925
+ "encrypt": {
926
+ "type": "AES",
927
+ "key": ""
928
+ },
929
+ "external_name": "termination_date"
930
+ },
931
+ "commitRate": {
932
+ "type": "string",
933
+ "description": "",
934
+ "parse": false,
935
+ "encode": false,
936
+ "encrypt": {
937
+ "type": "AES",
938
+ "key": ""
939
+ },
940
+ "external_name": "commit_rate"
941
+ },
942
+ "tenantGroupId": {
943
+ "type": "string",
944
+ "description": "",
945
+ "parse": false,
946
+ "encode": false,
947
+ "encrypt": {
948
+ "type": "AES",
949
+ "key": ""
950
+ },
951
+ "external_name": "tenant_group_id"
952
+ },
953
+ "tenantGroup": {
954
+ "type": "string",
955
+ "description": "",
956
+ "parse": false,
957
+ "encode": false,
958
+ "encrypt": {
959
+ "type": "AES",
960
+ "key": ""
961
+ },
962
+ "external_name": "tenant_group"
963
+ },
964
+ "tenantId": {
965
+ "type": "string",
966
+ "description": "",
967
+ "parse": false,
968
+ "encode": false,
969
+ "encrypt": {
970
+ "type": "AES",
971
+ "key": ""
972
+ },
973
+ "external_name": "tenant_id"
974
+ },
975
+ "contactRole": {
976
+ "type": "string",
977
+ "description": "",
978
+ "parse": false,
979
+ "encode": false,
980
+ "encrypt": {
981
+ "type": "AES",
982
+ "key": ""
983
+ },
984
+ "external_name": "contact_role"
985
+ },
986
+ "contactGroup": {
987
+ "type": "string",
988
+ "description": "",
989
+ "parse": false,
990
+ "encode": false,
991
+ "encrypt": {
992
+ "type": "AES",
993
+ "key": ""
994
+ },
995
+ "external_name": "contact_group"
996
+ },
997
+ "providerId": {
998
+ "type": "string",
999
+ "description": "",
1000
+ "parse": false,
1001
+ "encode": false,
1002
+ "encrypt": {
1003
+ "type": "AES",
1004
+ "key": ""
1005
+ },
1006
+ "external_name": "provider_id"
1007
+ },
1008
+ "typeId": {
1009
+ "type": "string",
1010
+ "description": "",
1011
+ "parse": false,
1012
+ "encode": false,
1013
+ "encrypt": {
1014
+ "type": "AES",
1015
+ "key": ""
1016
+ },
1017
+ "external_name": "type_id"
1018
+ },
1019
+ "regionId": {
1020
+ "type": "string",
1021
+ "description": "",
1022
+ "parse": false,
1023
+ "encode": false,
1024
+ "encrypt": {
1025
+ "type": "AES",
1026
+ "key": ""
1027
+ },
1028
+ "external_name": "region_id"
1029
+ },
1030
+ "siteGroupId": {
1031
+ "type": "string",
1032
+ "description": "",
1033
+ "parse": false,
1034
+ "encode": false,
1035
+ "encrypt": {
1036
+ "type": "AES",
1037
+ "key": ""
1038
+ },
1039
+ "external_name": "site_group_id"
1040
+ },
1041
+ "siteGroup": {
1042
+ "type": "string",
1043
+ "description": "",
1044
+ "parse": false,
1045
+ "encode": false,
1046
+ "encrypt": {
1047
+ "type": "AES",
1048
+ "key": ""
1049
+ },
1050
+ "external_name": "site_group"
1051
+ },
1052
+ "cidN": {
1053
+ "type": "string",
1054
+ "description": "",
1055
+ "parse": false,
1056
+ "encode": false,
1057
+ "encrypt": {
1058
+ "type": "AES",
1059
+ "key": ""
1060
+ },
1061
+ "external_name": "cid__n"
1062
+ },
1063
+ "cidIc": {
1064
+ "type": "string",
1065
+ "description": "",
1066
+ "parse": false,
1067
+ "encode": false,
1068
+ "encrypt": {
1069
+ "type": "AES",
1070
+ "key": ""
1071
+ },
1072
+ "external_name": "cid__ic"
1073
+ },
1074
+ "cidNic": {
1075
+ "type": "string",
1076
+ "description": "",
1077
+ "parse": false,
1078
+ "encode": false,
1079
+ "encrypt": {
1080
+ "type": "AES",
1081
+ "key": ""
1082
+ },
1083
+ "external_name": "cid__nic"
1084
+ },
1085
+ "cidIew": {
1086
+ "type": "string",
1087
+ "description": "",
1088
+ "parse": false,
1089
+ "encode": false,
1090
+ "encrypt": {
1091
+ "type": "AES",
1092
+ "key": ""
1093
+ },
1094
+ "external_name": "cid__iew"
1095
+ },
1096
+ "cidNiew": {
1097
+ "type": "string",
1098
+ "description": "",
1099
+ "parse": false,
1100
+ "encode": false,
1101
+ "encrypt": {
1102
+ "type": "AES",
1103
+ "key": ""
1104
+ },
1105
+ "external_name": "cid__niew"
1106
+ },
1107
+ "cidIsw": {
1108
+ "type": "string",
1109
+ "description": "",
1110
+ "parse": false,
1111
+ "encode": false,
1112
+ "encrypt": {
1113
+ "type": "AES",
1114
+ "key": ""
1115
+ },
1116
+ "external_name": "cid__isw"
1117
+ },
1118
+ "cidNisw": {
1119
+ "type": "string",
1120
+ "description": "",
1121
+ "parse": false,
1122
+ "encode": false,
1123
+ "encrypt": {
1124
+ "type": "AES",
1125
+ "key": ""
1126
+ },
1127
+ "external_name": "cid__nisw"
1128
+ },
1129
+ "cidIe": {
1130
+ "type": "string",
1131
+ "description": "",
1132
+ "parse": false,
1133
+ "encode": false,
1134
+ "encrypt": {
1135
+ "type": "AES",
1136
+ "key": ""
1137
+ },
1138
+ "external_name": "cid__ie"
1139
+ },
1140
+ "cidNie": {
1141
+ "type": "string",
1142
+ "description": "",
1143
+ "parse": false,
1144
+ "encode": false,
1145
+ "encrypt": {
1146
+ "type": "AES",
1147
+ "key": ""
1148
+ },
1149
+ "external_name": "cid__nie"
1150
+ },
1151
+ "installDateN": {
1152
+ "type": "string",
1153
+ "description": "",
1154
+ "parse": false,
1155
+ "encode": false,
1156
+ "encrypt": {
1157
+ "type": "AES",
1158
+ "key": ""
1159
+ },
1160
+ "external_name": "install_date__n"
1161
+ },
1162
+ "installDateLte": {
1163
+ "type": "string",
1164
+ "description": "",
1165
+ "parse": false,
1166
+ "encode": false,
1167
+ "encrypt": {
1168
+ "type": "AES",
1169
+ "key": ""
1170
+ },
1171
+ "external_name": "install_date__lte"
1172
+ },
1173
+ "installDateLt": {
1174
+ "type": "string",
1175
+ "description": "",
1176
+ "parse": false,
1177
+ "encode": false,
1178
+ "encrypt": {
1179
+ "type": "AES",
1180
+ "key": ""
1181
+ },
1182
+ "external_name": "install_date__lt"
1183
+ },
1184
+ "installDateGte": {
1185
+ "type": "string",
1186
+ "description": "",
1187
+ "parse": false,
1188
+ "encode": false,
1189
+ "encrypt": {
1190
+ "type": "AES",
1191
+ "key": ""
1192
+ },
1193
+ "external_name": "install_date__gte"
1194
+ },
1195
+ "installDateGt": {
1196
+ "type": "string",
1197
+ "description": "",
1198
+ "parse": false,
1199
+ "encode": false,
1200
+ "encrypt": {
1201
+ "type": "AES",
1202
+ "key": ""
1203
+ },
1204
+ "external_name": "install_date__gt"
1205
+ },
1206
+ "terminationDateN": {
1207
+ "type": "string",
1208
+ "description": "",
1209
+ "parse": false,
1210
+ "encode": false,
1211
+ "encrypt": {
1212
+ "type": "AES",
1213
+ "key": ""
1214
+ },
1215
+ "external_name": "termination_date__n"
1216
+ },
1217
+ "terminationDateLte": {
1218
+ "type": "string",
1219
+ "description": "",
1220
+ "parse": false,
1221
+ "encode": false,
1222
+ "encrypt": {
1223
+ "type": "AES",
1224
+ "key": ""
1225
+ },
1226
+ "external_name": "termination_date__lte"
1227
+ },
1228
+ "terminationDateLt": {
1229
+ "type": "string",
1230
+ "description": "",
1231
+ "parse": false,
1232
+ "encode": false,
1233
+ "encrypt": {
1234
+ "type": "AES",
1235
+ "key": ""
1236
+ },
1237
+ "external_name": "termination_date__lt"
1238
+ },
1239
+ "terminationDateGte": {
1240
+ "type": "string",
1241
+ "description": "",
1242
+ "parse": false,
1243
+ "encode": false,
1244
+ "encrypt": {
1245
+ "type": "AES",
1246
+ "key": ""
1247
+ },
1248
+ "external_name": "termination_date__gte"
1249
+ },
1250
+ "terminationDateGt": {
1251
+ "type": "string",
1252
+ "description": "",
1253
+ "parse": false,
1254
+ "encode": false,
1255
+ "encrypt": {
1256
+ "type": "AES",
1257
+ "key": ""
1258
+ },
1259
+ "external_name": "termination_date__gt"
1260
+ },
1261
+ "commitRateN": {
1262
+ "type": "string",
1263
+ "description": "",
1264
+ "parse": false,
1265
+ "encode": false,
1266
+ "encrypt": {
1267
+ "type": "AES",
1268
+ "key": ""
1269
+ },
1270
+ "external_name": "commit_rate__n"
1271
+ },
1272
+ "commitRateLte": {
1273
+ "type": "string",
1274
+ "description": "",
1275
+ "parse": false,
1276
+ "encode": false,
1277
+ "encrypt": {
1278
+ "type": "AES",
1279
+ "key": ""
1280
+ },
1281
+ "external_name": "commit_rate__lte"
1282
+ },
1283
+ "commitRateLt": {
1284
+ "type": "string",
1285
+ "description": "",
1286
+ "parse": false,
1287
+ "encode": false,
1288
+ "encrypt": {
1289
+ "type": "AES",
1290
+ "key": ""
1291
+ },
1292
+ "external_name": "commit_rate__lt"
1293
+ },
1294
+ "commitRateGte": {
1295
+ "type": "string",
1296
+ "description": "",
1297
+ "parse": false,
1298
+ "encode": false,
1299
+ "encrypt": {
1300
+ "type": "AES",
1301
+ "key": ""
1302
+ },
1303
+ "external_name": "commit_rate__gte"
1304
+ },
1305
+ "commitRateGt": {
1306
+ "type": "string",
1307
+ "description": "",
1308
+ "parse": false,
1309
+ "encode": false,
1310
+ "encrypt": {
1311
+ "type": "AES",
1312
+ "key": ""
1313
+ },
1314
+ "external_name": "commit_rate__gt"
1315
+ },
1316
+ "tenantGroupIdN": {
1317
+ "type": "string",
1318
+ "description": "",
1319
+ "parse": false,
1320
+ "encode": false,
1321
+ "encrypt": {
1322
+ "type": "AES",
1323
+ "key": ""
1324
+ },
1325
+ "external_name": "tenant_group_id__n"
1326
+ },
1327
+ "tenantGroupN": {
1328
+ "type": "string",
1329
+ "description": "",
1330
+ "parse": false,
1331
+ "encode": false,
1332
+ "encrypt": {
1333
+ "type": "AES",
1334
+ "key": ""
1335
+ },
1336
+ "external_name": "tenant_group__n"
1337
+ },
1338
+ "tenantIdN": {
1339
+ "type": "string",
1340
+ "description": "",
1341
+ "parse": false,
1342
+ "encode": false,
1343
+ "encrypt": {
1344
+ "type": "AES",
1345
+ "key": ""
1346
+ },
1347
+ "external_name": "tenant_id__n"
1348
+ },
1349
+ "tenantN": {
1350
+ "type": "string",
1351
+ "description": "",
1352
+ "parse": false,
1353
+ "encode": false,
1354
+ "encrypt": {
1355
+ "type": "AES",
1356
+ "key": ""
1357
+ },
1358
+ "external_name": "tenant__n"
1359
+ },
1360
+ "contactN": {
1361
+ "type": "string",
1362
+ "description": "",
1363
+ "parse": false,
1364
+ "encode": false,
1365
+ "encrypt": {
1366
+ "type": "AES",
1367
+ "key": ""
1368
+ },
1369
+ "external_name": "contact__n"
1370
+ },
1371
+ "contactRoleN": {
1372
+ "type": "string",
1373
+ "description": "",
1374
+ "parse": false,
1375
+ "encode": false,
1376
+ "encrypt": {
1377
+ "type": "AES",
1378
+ "key": ""
1379
+ },
1380
+ "external_name": "contact_role__n"
1381
+ },
1382
+ "contactGroupN": {
1383
+ "type": "string",
1384
+ "description": "",
1385
+ "parse": false,
1386
+ "encode": false,
1387
+ "encrypt": {
1388
+ "type": "AES",
1389
+ "key": ""
1390
+ },
1391
+ "external_name": "contact_group__n"
1392
+ },
1393
+ "providerIdN": {
1394
+ "type": "string",
1395
+ "description": "",
1396
+ "parse": false,
1397
+ "encode": false,
1398
+ "encrypt": {
1399
+ "type": "AES",
1400
+ "key": ""
1401
+ },
1402
+ "external_name": "provider_id__n"
1403
+ },
1404
+ "providerN": {
1405
+ "type": "string",
1406
+ "description": "",
1407
+ "parse": false,
1408
+ "encode": false,
1409
+ "encrypt": {
1410
+ "type": "AES",
1411
+ "key": ""
1412
+ },
1413
+ "external_name": "provider__n"
1414
+ },
1415
+ "typeIdN": {
1416
+ "type": "string",
1417
+ "description": "",
1418
+ "parse": false,
1419
+ "encode": false,
1420
+ "encrypt": {
1421
+ "type": "AES",
1422
+ "key": ""
1423
+ },
1424
+ "external_name": "type_id__n"
1425
+ },
1426
+ "typeN": {
1427
+ "type": "string",
1428
+ "description": "",
1429
+ "parse": false,
1430
+ "encode": false,
1431
+ "encrypt": {
1432
+ "type": "AES",
1433
+ "key": ""
1434
+ },
1435
+ "external_name": "type__n"
1436
+ },
1437
+ "statusN": {
1438
+ "type": "string",
1439
+ "description": "",
1440
+ "parse": false,
1441
+ "encode": false,
1442
+ "encrypt": {
1443
+ "type": "AES",
1444
+ "key": ""
1445
+ },
1446
+ "external_name": "status__n"
1447
+ },
1448
+ "regionIdN": {
1449
+ "type": "string",
1450
+ "description": "",
1451
+ "parse": false,
1452
+ "encode": false,
1453
+ "encrypt": {
1454
+ "type": "AES",
1455
+ "key": ""
1456
+ },
1457
+ "external_name": "region_id__n"
1458
+ },
1459
+ "regionN": {
1460
+ "type": "string",
1461
+ "description": "",
1462
+ "parse": false,
1463
+ "encode": false,
1464
+ "encrypt": {
1465
+ "type": "AES",
1466
+ "key": ""
1467
+ },
1468
+ "external_name": "region__n"
1469
+ },
1470
+ "siteGroupIdN": {
1471
+ "type": "string",
1472
+ "description": "",
1473
+ "parse": false,
1474
+ "encode": false,
1475
+ "encrypt": {
1476
+ "type": "AES",
1477
+ "key": ""
1478
+ },
1479
+ "external_name": "site_group_id__n"
1480
+ },
1481
+ "siteGroupN": {
1482
+ "type": "string",
1483
+ "description": "",
1484
+ "parse": false,
1485
+ "encode": false,
1486
+ "encrypt": {
1487
+ "type": "AES",
1488
+ "key": ""
1489
+ },
1490
+ "external_name": "site_group__n"
1491
+ },
1492
+ "serviceId": {
1493
+ "type": "string",
1494
+ "description": "",
1495
+ "parse": false,
1496
+ "encode": false,
1497
+ "encrypt": {
1498
+ "type": "AES",
1499
+ "key": ""
1500
+ },
1501
+ "external_name": "service_id"
1502
+ },
1503
+ "serviceIdN": {
1504
+ "type": "string",
1505
+ "description": "",
1506
+ "parse": false,
1507
+ "encode": false,
1508
+ "encrypt": {
1509
+ "type": "AES",
1510
+ "key": ""
1511
+ },
1512
+ "external_name": "service_id__n"
1513
+ },
1514
+ "serviceIdIc": {
1515
+ "type": "string",
1516
+ "description": "",
1517
+ "parse": false,
1518
+ "encode": false,
1519
+ "encrypt": {
1520
+ "type": "AES",
1521
+ "key": ""
1522
+ },
1523
+ "external_name": "service_id__ic"
1524
+ },
1525
+ "serviceIdNic": {
1526
+ "type": "string",
1527
+ "description": "",
1528
+ "parse": false,
1529
+ "encode": false,
1530
+ "encrypt": {
1531
+ "type": "AES",
1532
+ "key": ""
1533
+ },
1534
+ "external_name": "service_id__nic"
1535
+ },
1536
+ "serviceIdIew": {
1537
+ "type": "string",
1538
+ "description": "",
1539
+ "parse": false,
1540
+ "encode": false,
1541
+ "encrypt": {
1542
+ "type": "AES",
1543
+ "key": ""
1544
+ },
1545
+ "external_name": "service_id__iew"
1546
+ },
1547
+ "serviceIdNiew": {
1548
+ "type": "string",
1549
+ "description": "",
1550
+ "parse": false,
1551
+ "encode": false,
1552
+ "encrypt": {
1553
+ "type": "AES",
1554
+ "key": ""
1555
+ },
1556
+ "external_name": "service_id__niew"
1557
+ },
1558
+ "serviceIdIsw": {
1559
+ "type": "string",
1560
+ "description": "",
1561
+ "parse": false,
1562
+ "encode": false,
1563
+ "encrypt": {
1564
+ "type": "AES",
1565
+ "key": ""
1566
+ },
1567
+ "external_name": "service_id__isw"
1568
+ },
1569
+ "serviceIdNisw": {
1570
+ "type": "string",
1571
+ "description": "",
1572
+ "parse": false,
1573
+ "encode": false,
1574
+ "encrypt": {
1575
+ "type": "AES",
1576
+ "key": ""
1577
+ },
1578
+ "external_name": "service_id__nisw"
1579
+ },
1580
+ "serviceIdIe": {
1581
+ "type": "string",
1582
+ "description": "",
1583
+ "parse": false,
1584
+ "encode": false,
1585
+ "encrypt": {
1586
+ "type": "AES",
1587
+ "key": ""
1588
+ },
1589
+ "external_name": "service_id__ie"
1590
+ },
1591
+ "serviceIdNie": {
1592
+ "type": "string",
1593
+ "description": "",
1594
+ "parse": false,
1595
+ "encode": false,
1596
+ "encrypt": {
1597
+ "type": "AES",
1598
+ "key": ""
1599
+ },
1600
+ "external_name": "service_id__nie"
1601
+ },
1602
+ "asnId": {
1603
+ "type": "string",
1604
+ "description": "",
1605
+ "parse": false,
1606
+ "encode": false,
1607
+ "encrypt": {
1608
+ "type": "AES",
1609
+ "key": ""
1610
+ },
1611
+ "external_name": "asn_id"
1612
+ },
1613
+ "asnN": {
1614
+ "type": "string",
1615
+ "description": "",
1616
+ "parse": false,
1617
+ "encode": false,
1618
+ "encrypt": {
1619
+ "type": "AES",
1620
+ "key": ""
1621
+ },
1622
+ "external_name": "asn__n"
1623
+ },
1624
+ "asnLte": {
1625
+ "type": "string",
1626
+ "description": "",
1627
+ "parse": false,
1628
+ "encode": false,
1629
+ "encrypt": {
1630
+ "type": "AES",
1631
+ "key": ""
1632
+ },
1633
+ "external_name": "asn__lte"
1634
+ },
1635
+ "asnLt": {
1636
+ "type": "string",
1637
+ "description": "",
1638
+ "parse": false,
1639
+ "encode": false,
1640
+ "encrypt": {
1641
+ "type": "AES",
1642
+ "key": ""
1643
+ },
1644
+ "external_name": "asn__lt"
1645
+ },
1646
+ "asnGte": {
1647
+ "type": "string",
1648
+ "description": "",
1649
+ "parse": false,
1650
+ "encode": false,
1651
+ "encrypt": {
1652
+ "type": "AES",
1653
+ "key": ""
1654
+ },
1655
+ "external_name": "asn__gte"
1656
+ },
1657
+ "asnGt": {
1658
+ "type": "string",
1659
+ "description": "",
1660
+ "parse": false,
1661
+ "encode": false,
1662
+ "encrypt": {
1663
+ "type": "AES",
1664
+ "key": ""
1665
+ },
1666
+ "external_name": "asn__gt"
1667
+ },
1668
+ "accountN": {
1669
+ "type": "string",
1670
+ "description": "",
1671
+ "parse": false,
1672
+ "encode": false,
1673
+ "encrypt": {
1674
+ "type": "AES",
1675
+ "key": ""
1676
+ },
1677
+ "external_name": "account__n"
1678
+ },
1679
+ "accountIc": {
1680
+ "type": "string",
1681
+ "description": "",
1682
+ "parse": false,
1683
+ "encode": false,
1684
+ "encrypt": {
1685
+ "type": "AES",
1686
+ "key": ""
1687
+ },
1688
+ "external_name": "account__ic"
1689
+ },
1690
+ "accountNic": {
1691
+ "type": "string",
1692
+ "description": "",
1693
+ "parse": false,
1694
+ "encode": false,
1695
+ "encrypt": {
1696
+ "type": "AES",
1697
+ "key": ""
1698
+ },
1699
+ "external_name": "account__nic"
1700
+ },
1701
+ "accountIew": {
1702
+ "type": "string",
1703
+ "description": "",
1704
+ "parse": false,
1705
+ "encode": false,
1706
+ "encrypt": {
1707
+ "type": "AES",
1708
+ "key": ""
1709
+ },
1710
+ "external_name": "account__iew"
1711
+ },
1712
+ "accountNiew": {
1713
+ "type": "string",
1714
+ "description": "",
1715
+ "parse": false,
1716
+ "encode": false,
1717
+ "encrypt": {
1718
+ "type": "AES",
1719
+ "key": ""
1720
+ },
1721
+ "external_name": "account__niew"
1722
+ },
1723
+ "accountIsw": {
1724
+ "type": "string",
1725
+ "description": "",
1726
+ "parse": false,
1727
+ "encode": false,
1728
+ "encrypt": {
1729
+ "type": "AES",
1730
+ "key": ""
1731
+ },
1732
+ "external_name": "account__isw"
1733
+ },
1734
+ "accountNisw": {
1735
+ "type": "string",
1736
+ "description": "",
1737
+ "parse": false,
1738
+ "encode": false,
1739
+ "encrypt": {
1740
+ "type": "AES",
1741
+ "key": ""
1742
+ },
1743
+ "external_name": "account__nisw"
1744
+ },
1745
+ "accountIe": {
1746
+ "type": "string",
1747
+ "description": "",
1748
+ "parse": false,
1749
+ "encode": false,
1750
+ "encrypt": {
1751
+ "type": "AES",
1752
+ "key": ""
1753
+ },
1754
+ "external_name": "account__ie"
1755
+ },
1756
+ "accountNie": {
1757
+ "type": "string",
1758
+ "description": "",
1759
+ "parse": false,
1760
+ "encode": false,
1761
+ "encrypt": {
1762
+ "type": "AES",
1763
+ "key": ""
1764
+ },
1765
+ "external_name": "account__nie"
1766
+ },
1767
+ "asnIdN": {
1768
+ "type": "string",
1769
+ "description": "",
1770
+ "parse": false,
1771
+ "encode": false,
1772
+ "encrypt": {
1773
+ "type": "AES",
1774
+ "key": ""
1775
+ },
1776
+ "external_name": "asn_id__n"
1777
+ }
1778
+ },
1779
+ "definitions": {}
1780
+ }