@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,1559 @@
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": "getVirtualizationClusterGroups",
12
+ "enum": [
13
+ "getVirtualizationClusterGroups",
14
+ "postVirtualizationClusterGroups",
15
+ "putVirtualizationClusterGroups",
16
+ "patchVirtualizationClusterGroups",
17
+ "deleteVirtualizationClusterGroups",
18
+ "getVirtualizationClusterGroupsId",
19
+ "putVirtualizationClusterGroupsId",
20
+ "patchVirtualizationClusterGroupsId",
21
+ "deleteVirtualizationClusterGroupsId",
22
+ "getVirtualizationClusterTypes",
23
+ "postVirtualizationClusterTypes",
24
+ "putVirtualizationClusterTypes",
25
+ "patchVirtualizationClusterTypes",
26
+ "deleteVirtualizationClusterTypes",
27
+ "getVirtualizationClusterTypesId",
28
+ "putVirtualizationClusterTypesId",
29
+ "patchVirtualizationClusterTypesId",
30
+ "deleteVirtualizationClusterTypesId",
31
+ "getVirtualizationClusters",
32
+ "postVirtualizationClusters",
33
+ "putVirtualizationClusters",
34
+ "patchVirtualizationClusters",
35
+ "deleteVirtualizationClusters",
36
+ "getVirtualizationClustersId",
37
+ "putVirtualizationClustersId",
38
+ "patchVirtualizationClustersId",
39
+ "deleteVirtualizationClustersId",
40
+ "getVirtualizationInterfaces",
41
+ "postVirtualizationInterfaces",
42
+ "putVirtualizationInterfaces",
43
+ "patchVirtualizationInterfaces",
44
+ "deleteVirtualizationInterfaces",
45
+ "getVirtualizationInterfacesId",
46
+ "putVirtualizationInterfacesId",
47
+ "patchVirtualizationInterfacesId",
48
+ "deleteVirtualizationInterfacesId",
49
+ "getVirtualizationVirtualMachines",
50
+ "postVirtualizationVirtualMachines",
51
+ "putVirtualizationVirtualMachines",
52
+ "patchVirtualizationVirtualMachines",
53
+ "deleteVirtualizationVirtualMachines",
54
+ "getVirtualizationVirtualMachinesId",
55
+ "putVirtualizationVirtualMachinesId",
56
+ "patchVirtualizationVirtualMachinesId",
57
+ "deleteVirtualizationVirtualMachinesId"
58
+ ],
59
+ "external_name": "ph_request_type"
60
+ },
61
+ "lastUpdated": {
62
+ "type": "string",
63
+ "description": "",
64
+ "parse": false,
65
+ "encode": false,
66
+ "encrypt": {
67
+ "type": "AES",
68
+ "key": ""
69
+ },
70
+ "external_name": "last_updated"
71
+ },
72
+ "contactRole": {
73
+ "type": "string",
74
+ "description": "",
75
+ "parse": false,
76
+ "encode": false,
77
+ "encrypt": {
78
+ "type": "AES",
79
+ "key": ""
80
+ },
81
+ "external_name": "contact_role"
82
+ },
83
+ "contactGroup": {
84
+ "type": "string",
85
+ "description": "",
86
+ "parse": false,
87
+ "encode": false,
88
+ "encrypt": {
89
+ "type": "AES",
90
+ "key": ""
91
+ },
92
+ "external_name": "contact_group"
93
+ },
94
+ "idN": {
95
+ "type": "string",
96
+ "description": "",
97
+ "parse": false,
98
+ "encode": false,
99
+ "encrypt": {
100
+ "type": "AES",
101
+ "key": ""
102
+ },
103
+ "external_name": "id__n"
104
+ },
105
+ "idLte": {
106
+ "type": "string",
107
+ "description": "",
108
+ "parse": false,
109
+ "encode": false,
110
+ "encrypt": {
111
+ "type": "AES",
112
+ "key": ""
113
+ },
114
+ "external_name": "id__lte"
115
+ },
116
+ "idLt": {
117
+ "type": "string",
118
+ "description": "",
119
+ "parse": false,
120
+ "encode": false,
121
+ "encrypt": {
122
+ "type": "AES",
123
+ "key": ""
124
+ },
125
+ "external_name": "id__lt"
126
+ },
127
+ "idGte": {
128
+ "type": "string",
129
+ "description": "",
130
+ "parse": false,
131
+ "encode": false,
132
+ "encrypt": {
133
+ "type": "AES",
134
+ "key": ""
135
+ },
136
+ "external_name": "id__gte"
137
+ },
138
+ "idGt": {
139
+ "type": "string",
140
+ "description": "",
141
+ "parse": false,
142
+ "encode": false,
143
+ "encrypt": {
144
+ "type": "AES",
145
+ "key": ""
146
+ },
147
+ "external_name": "id__gt"
148
+ },
149
+ "nameN": {
150
+ "type": "string",
151
+ "description": "",
152
+ "parse": false,
153
+ "encode": false,
154
+ "encrypt": {
155
+ "type": "AES",
156
+ "key": ""
157
+ },
158
+ "external_name": "name__n"
159
+ },
160
+ "nameIc": {
161
+ "type": "string",
162
+ "description": "",
163
+ "parse": false,
164
+ "encode": false,
165
+ "encrypt": {
166
+ "type": "AES",
167
+ "key": ""
168
+ },
169
+ "external_name": "name__ic"
170
+ },
171
+ "nameNic": {
172
+ "type": "string",
173
+ "description": "",
174
+ "parse": false,
175
+ "encode": false,
176
+ "encrypt": {
177
+ "type": "AES",
178
+ "key": ""
179
+ },
180
+ "external_name": "name__nic"
181
+ },
182
+ "nameIew": {
183
+ "type": "string",
184
+ "description": "",
185
+ "parse": false,
186
+ "encode": false,
187
+ "encrypt": {
188
+ "type": "AES",
189
+ "key": ""
190
+ },
191
+ "external_name": "name__iew"
192
+ },
193
+ "nameNiew": {
194
+ "type": "string",
195
+ "description": "",
196
+ "parse": false,
197
+ "encode": false,
198
+ "encrypt": {
199
+ "type": "AES",
200
+ "key": ""
201
+ },
202
+ "external_name": "name__niew"
203
+ },
204
+ "nameIsw": {
205
+ "type": "string",
206
+ "description": "",
207
+ "parse": false,
208
+ "encode": false,
209
+ "encrypt": {
210
+ "type": "AES",
211
+ "key": ""
212
+ },
213
+ "external_name": "name__isw"
214
+ },
215
+ "nameNisw": {
216
+ "type": "string",
217
+ "description": "",
218
+ "parse": false,
219
+ "encode": false,
220
+ "encrypt": {
221
+ "type": "AES",
222
+ "key": ""
223
+ },
224
+ "external_name": "name__nisw"
225
+ },
226
+ "nameIe": {
227
+ "type": "string",
228
+ "description": "",
229
+ "parse": false,
230
+ "encode": false,
231
+ "encrypt": {
232
+ "type": "AES",
233
+ "key": ""
234
+ },
235
+ "external_name": "name__ie"
236
+ },
237
+ "nameNie": {
238
+ "type": "string",
239
+ "description": "",
240
+ "parse": false,
241
+ "encode": false,
242
+ "encrypt": {
243
+ "type": "AES",
244
+ "key": ""
245
+ },
246
+ "external_name": "name__nie"
247
+ },
248
+ "slugN": {
249
+ "type": "string",
250
+ "description": "",
251
+ "parse": false,
252
+ "encode": false,
253
+ "encrypt": {
254
+ "type": "AES",
255
+ "key": ""
256
+ },
257
+ "external_name": "slug__n"
258
+ },
259
+ "slugIc": {
260
+ "type": "string",
261
+ "description": "",
262
+ "parse": false,
263
+ "encode": false,
264
+ "encrypt": {
265
+ "type": "AES",
266
+ "key": ""
267
+ },
268
+ "external_name": "slug__ic"
269
+ },
270
+ "slugNic": {
271
+ "type": "string",
272
+ "description": "",
273
+ "parse": false,
274
+ "encode": false,
275
+ "encrypt": {
276
+ "type": "AES",
277
+ "key": ""
278
+ },
279
+ "external_name": "slug__nic"
280
+ },
281
+ "slugIew": {
282
+ "type": "string",
283
+ "description": "",
284
+ "parse": false,
285
+ "encode": false,
286
+ "encrypt": {
287
+ "type": "AES",
288
+ "key": ""
289
+ },
290
+ "external_name": "slug__iew"
291
+ },
292
+ "slugNiew": {
293
+ "type": "string",
294
+ "description": "",
295
+ "parse": false,
296
+ "encode": false,
297
+ "encrypt": {
298
+ "type": "AES",
299
+ "key": ""
300
+ },
301
+ "external_name": "slug__niew"
302
+ },
303
+ "slugIsw": {
304
+ "type": "string",
305
+ "description": "",
306
+ "parse": false,
307
+ "encode": false,
308
+ "encrypt": {
309
+ "type": "AES",
310
+ "key": ""
311
+ },
312
+ "external_name": "slug__isw"
313
+ },
314
+ "slugNisw": {
315
+ "type": "string",
316
+ "description": "",
317
+ "parse": false,
318
+ "encode": false,
319
+ "encrypt": {
320
+ "type": "AES",
321
+ "key": ""
322
+ },
323
+ "external_name": "slug__nisw"
324
+ },
325
+ "slugIe": {
326
+ "type": "string",
327
+ "description": "",
328
+ "parse": false,
329
+ "encode": false,
330
+ "encrypt": {
331
+ "type": "AES",
332
+ "key": ""
333
+ },
334
+ "external_name": "slug__ie"
335
+ },
336
+ "slugNie": {
337
+ "type": "string",
338
+ "description": "",
339
+ "parse": false,
340
+ "encode": false,
341
+ "encrypt": {
342
+ "type": "AES",
343
+ "key": ""
344
+ },
345
+ "external_name": "slug__nie"
346
+ },
347
+ "descriptionN": {
348
+ "type": "string",
349
+ "description": "",
350
+ "parse": false,
351
+ "encode": false,
352
+ "encrypt": {
353
+ "type": "AES",
354
+ "key": ""
355
+ },
356
+ "external_name": "description__n"
357
+ },
358
+ "descriptionIc": {
359
+ "type": "string",
360
+ "description": "",
361
+ "parse": false,
362
+ "encode": false,
363
+ "encrypt": {
364
+ "type": "AES",
365
+ "key": ""
366
+ },
367
+ "external_name": "description__ic"
368
+ },
369
+ "descriptionNic": {
370
+ "type": "string",
371
+ "description": "",
372
+ "parse": false,
373
+ "encode": false,
374
+ "encrypt": {
375
+ "type": "AES",
376
+ "key": ""
377
+ },
378
+ "external_name": "description__nic"
379
+ },
380
+ "descriptionIew": {
381
+ "type": "string",
382
+ "description": "",
383
+ "parse": false,
384
+ "encode": false,
385
+ "encrypt": {
386
+ "type": "AES",
387
+ "key": ""
388
+ },
389
+ "external_name": "description__iew"
390
+ },
391
+ "descriptionNiew": {
392
+ "type": "string",
393
+ "description": "",
394
+ "parse": false,
395
+ "encode": false,
396
+ "encrypt": {
397
+ "type": "AES",
398
+ "key": ""
399
+ },
400
+ "external_name": "description__niew"
401
+ },
402
+ "descriptionIsw": {
403
+ "type": "string",
404
+ "description": "",
405
+ "parse": false,
406
+ "encode": false,
407
+ "encrypt": {
408
+ "type": "AES",
409
+ "key": ""
410
+ },
411
+ "external_name": "description__isw"
412
+ },
413
+ "descriptionNisw": {
414
+ "type": "string",
415
+ "description": "",
416
+ "parse": false,
417
+ "encode": false,
418
+ "encrypt": {
419
+ "type": "AES",
420
+ "key": ""
421
+ },
422
+ "external_name": "description__nisw"
423
+ },
424
+ "descriptionIe": {
425
+ "type": "string",
426
+ "description": "",
427
+ "parse": false,
428
+ "encode": false,
429
+ "encrypt": {
430
+ "type": "AES",
431
+ "key": ""
432
+ },
433
+ "external_name": "description__ie"
434
+ },
435
+ "descriptionNie": {
436
+ "type": "string",
437
+ "description": "",
438
+ "parse": false,
439
+ "encode": false,
440
+ "encrypt": {
441
+ "type": "AES",
442
+ "key": ""
443
+ },
444
+ "external_name": "description__nie"
445
+ },
446
+ "createdN": {
447
+ "type": "string",
448
+ "description": "",
449
+ "parse": false,
450
+ "encode": false,
451
+ "encrypt": {
452
+ "type": "AES",
453
+ "key": ""
454
+ },
455
+ "external_name": "created__n"
456
+ },
457
+ "createdLte": {
458
+ "type": "string",
459
+ "description": "",
460
+ "parse": false,
461
+ "encode": false,
462
+ "encrypt": {
463
+ "type": "AES",
464
+ "key": ""
465
+ },
466
+ "external_name": "created__lte"
467
+ },
468
+ "createdLt": {
469
+ "type": "string",
470
+ "description": "",
471
+ "parse": false,
472
+ "encode": false,
473
+ "encrypt": {
474
+ "type": "AES",
475
+ "key": ""
476
+ },
477
+ "external_name": "created__lt"
478
+ },
479
+ "createdGte": {
480
+ "type": "string",
481
+ "description": "",
482
+ "parse": false,
483
+ "encode": false,
484
+ "encrypt": {
485
+ "type": "AES",
486
+ "key": ""
487
+ },
488
+ "external_name": "created__gte"
489
+ },
490
+ "createdGt": {
491
+ "type": "string",
492
+ "description": "",
493
+ "parse": false,
494
+ "encode": false,
495
+ "encrypt": {
496
+ "type": "AES",
497
+ "key": ""
498
+ },
499
+ "external_name": "created__gt"
500
+ },
501
+ "lastUpdatedN": {
502
+ "type": "string",
503
+ "description": "",
504
+ "parse": false,
505
+ "encode": false,
506
+ "encrypt": {
507
+ "type": "AES",
508
+ "key": ""
509
+ },
510
+ "external_name": "last_updated__n"
511
+ },
512
+ "lastUpdatedLte": {
513
+ "type": "string",
514
+ "description": "",
515
+ "parse": false,
516
+ "encode": false,
517
+ "encrypt": {
518
+ "type": "AES",
519
+ "key": ""
520
+ },
521
+ "external_name": "last_updated__lte"
522
+ },
523
+ "lastUpdatedLt": {
524
+ "type": "string",
525
+ "description": "",
526
+ "parse": false,
527
+ "encode": false,
528
+ "encrypt": {
529
+ "type": "AES",
530
+ "key": ""
531
+ },
532
+ "external_name": "last_updated__lt"
533
+ },
534
+ "lastUpdatedGte": {
535
+ "type": "string",
536
+ "description": "",
537
+ "parse": false,
538
+ "encode": false,
539
+ "encrypt": {
540
+ "type": "AES",
541
+ "key": ""
542
+ },
543
+ "external_name": "last_updated__gte"
544
+ },
545
+ "lastUpdatedGt": {
546
+ "type": "string",
547
+ "description": "",
548
+ "parse": false,
549
+ "encode": false,
550
+ "encrypt": {
551
+ "type": "AES",
552
+ "key": ""
553
+ },
554
+ "external_name": "last_updated__gt"
555
+ },
556
+ "tagN": {
557
+ "type": "string",
558
+ "description": "",
559
+ "parse": false,
560
+ "encode": false,
561
+ "encrypt": {
562
+ "type": "AES",
563
+ "key": ""
564
+ },
565
+ "external_name": "tag__n"
566
+ },
567
+ "contactN": {
568
+ "type": "string",
569
+ "description": "",
570
+ "parse": false,
571
+ "encode": false,
572
+ "encrypt": {
573
+ "type": "AES",
574
+ "key": ""
575
+ },
576
+ "external_name": "contact__n"
577
+ },
578
+ "contactRoleN": {
579
+ "type": "string",
580
+ "description": "",
581
+ "parse": false,
582
+ "encode": false,
583
+ "encrypt": {
584
+ "type": "AES",
585
+ "key": ""
586
+ },
587
+ "external_name": "contact_role__n"
588
+ },
589
+ "contactGroupN": {
590
+ "type": "string",
591
+ "description": "",
592
+ "parse": false,
593
+ "encode": false,
594
+ "encrypt": {
595
+ "type": "AES",
596
+ "key": ""
597
+ },
598
+ "external_name": "contact_group__n"
599
+ },
600
+ "tenantGroupId": {
601
+ "type": "string",
602
+ "description": "",
603
+ "parse": false,
604
+ "encode": false,
605
+ "encrypt": {
606
+ "type": "AES",
607
+ "key": ""
608
+ },
609
+ "external_name": "tenant_group_id"
610
+ },
611
+ "tenantGroup": {
612
+ "type": "string",
613
+ "description": "",
614
+ "parse": false,
615
+ "encode": false,
616
+ "encrypt": {
617
+ "type": "AES",
618
+ "key": ""
619
+ },
620
+ "external_name": "tenant_group"
621
+ },
622
+ "tenantId": {
623
+ "type": "string",
624
+ "description": "",
625
+ "parse": false,
626
+ "encode": false,
627
+ "encrypt": {
628
+ "type": "AES",
629
+ "key": ""
630
+ },
631
+ "external_name": "tenant_id"
632
+ },
633
+ "regionId": {
634
+ "type": "string",
635
+ "description": "",
636
+ "parse": false,
637
+ "encode": false,
638
+ "encrypt": {
639
+ "type": "AES",
640
+ "key": ""
641
+ },
642
+ "external_name": "region_id"
643
+ },
644
+ "siteGroupId": {
645
+ "type": "string",
646
+ "description": "",
647
+ "parse": false,
648
+ "encode": false,
649
+ "encrypt": {
650
+ "type": "AES",
651
+ "key": ""
652
+ },
653
+ "external_name": "site_group_id"
654
+ },
655
+ "siteGroup": {
656
+ "type": "string",
657
+ "description": "",
658
+ "parse": false,
659
+ "encode": false,
660
+ "encrypt": {
661
+ "type": "AES",
662
+ "key": ""
663
+ },
664
+ "external_name": "site_group"
665
+ },
666
+ "siteId": {
667
+ "type": "string",
668
+ "description": "",
669
+ "parse": false,
670
+ "encode": false,
671
+ "encrypt": {
672
+ "type": "AES",
673
+ "key": ""
674
+ },
675
+ "external_name": "site_id"
676
+ },
677
+ "groupId": {
678
+ "type": "string",
679
+ "description": "",
680
+ "parse": false,
681
+ "encode": false,
682
+ "encrypt": {
683
+ "type": "AES",
684
+ "key": ""
685
+ },
686
+ "external_name": "group_id"
687
+ },
688
+ "typeId": {
689
+ "type": "string",
690
+ "description": "",
691
+ "parse": false,
692
+ "encode": false,
693
+ "encrypt": {
694
+ "type": "AES",
695
+ "key": ""
696
+ },
697
+ "external_name": "type_id"
698
+ },
699
+ "tenantGroupIdN": {
700
+ "type": "string",
701
+ "description": "",
702
+ "parse": false,
703
+ "encode": false,
704
+ "encrypt": {
705
+ "type": "AES",
706
+ "key": ""
707
+ },
708
+ "external_name": "tenant_group_id__n"
709
+ },
710
+ "tenantGroupN": {
711
+ "type": "string",
712
+ "description": "",
713
+ "parse": false,
714
+ "encode": false,
715
+ "encrypt": {
716
+ "type": "AES",
717
+ "key": ""
718
+ },
719
+ "external_name": "tenant_group__n"
720
+ },
721
+ "tenantIdN": {
722
+ "type": "string",
723
+ "description": "",
724
+ "parse": false,
725
+ "encode": false,
726
+ "encrypt": {
727
+ "type": "AES",
728
+ "key": ""
729
+ },
730
+ "external_name": "tenant_id__n"
731
+ },
732
+ "tenantN": {
733
+ "type": "string",
734
+ "description": "",
735
+ "parse": false,
736
+ "encode": false,
737
+ "encrypt": {
738
+ "type": "AES",
739
+ "key": ""
740
+ },
741
+ "external_name": "tenant__n"
742
+ },
743
+ "regionIdN": {
744
+ "type": "string",
745
+ "description": "",
746
+ "parse": false,
747
+ "encode": false,
748
+ "encrypt": {
749
+ "type": "AES",
750
+ "key": ""
751
+ },
752
+ "external_name": "region_id__n"
753
+ },
754
+ "regionN": {
755
+ "type": "string",
756
+ "description": "",
757
+ "parse": false,
758
+ "encode": false,
759
+ "encrypt": {
760
+ "type": "AES",
761
+ "key": ""
762
+ },
763
+ "external_name": "region__n"
764
+ },
765
+ "siteGroupIdN": {
766
+ "type": "string",
767
+ "description": "",
768
+ "parse": false,
769
+ "encode": false,
770
+ "encrypt": {
771
+ "type": "AES",
772
+ "key": ""
773
+ },
774
+ "external_name": "site_group_id__n"
775
+ },
776
+ "siteGroupN": {
777
+ "type": "string",
778
+ "description": "",
779
+ "parse": false,
780
+ "encode": false,
781
+ "encrypt": {
782
+ "type": "AES",
783
+ "key": ""
784
+ },
785
+ "external_name": "site_group__n"
786
+ },
787
+ "siteIdN": {
788
+ "type": "string",
789
+ "description": "",
790
+ "parse": false,
791
+ "encode": false,
792
+ "encrypt": {
793
+ "type": "AES",
794
+ "key": ""
795
+ },
796
+ "external_name": "site_id__n"
797
+ },
798
+ "siteN": {
799
+ "type": "string",
800
+ "description": "",
801
+ "parse": false,
802
+ "encode": false,
803
+ "encrypt": {
804
+ "type": "AES",
805
+ "key": ""
806
+ },
807
+ "external_name": "site__n"
808
+ },
809
+ "groupIdN": {
810
+ "type": "string",
811
+ "description": "",
812
+ "parse": false,
813
+ "encode": false,
814
+ "encrypt": {
815
+ "type": "AES",
816
+ "key": ""
817
+ },
818
+ "external_name": "group_id__n"
819
+ },
820
+ "groupN": {
821
+ "type": "string",
822
+ "description": "",
823
+ "parse": false,
824
+ "encode": false,
825
+ "encrypt": {
826
+ "type": "AES",
827
+ "key": ""
828
+ },
829
+ "external_name": "group__n"
830
+ },
831
+ "typeIdN": {
832
+ "type": "string",
833
+ "description": "",
834
+ "parse": false,
835
+ "encode": false,
836
+ "encrypt": {
837
+ "type": "AES",
838
+ "key": ""
839
+ },
840
+ "external_name": "type_id__n"
841
+ },
842
+ "typeN": {
843
+ "type": "string",
844
+ "description": "",
845
+ "parse": false,
846
+ "encode": false,
847
+ "encrypt": {
848
+ "type": "AES",
849
+ "key": ""
850
+ },
851
+ "external_name": "type__n"
852
+ },
853
+ "statusN": {
854
+ "type": "string",
855
+ "description": "",
856
+ "parse": false,
857
+ "encode": false,
858
+ "encrypt": {
859
+ "type": "AES",
860
+ "key": ""
861
+ },
862
+ "external_name": "status__n"
863
+ },
864
+ "clusterId": {
865
+ "type": "string",
866
+ "description": "",
867
+ "parse": false,
868
+ "encode": false,
869
+ "encrypt": {
870
+ "type": "AES",
871
+ "key": ""
872
+ },
873
+ "external_name": "cluster_id"
874
+ },
875
+ "virtualMachineId": {
876
+ "type": "string",
877
+ "description": "",
878
+ "parse": false,
879
+ "encode": false,
880
+ "encrypt": {
881
+ "type": "AES",
882
+ "key": ""
883
+ },
884
+ "external_name": "virtual_machine_id"
885
+ },
886
+ "virtualMachine": {
887
+ "type": "string",
888
+ "description": "",
889
+ "parse": false,
890
+ "encode": false,
891
+ "encrypt": {
892
+ "type": "AES",
893
+ "key": ""
894
+ },
895
+ "external_name": "virtual_machine"
896
+ },
897
+ "parentId": {
898
+ "type": "string",
899
+ "description": "",
900
+ "parse": false,
901
+ "encode": false,
902
+ "encrypt": {
903
+ "type": "AES",
904
+ "key": ""
905
+ },
906
+ "external_name": "parent_id"
907
+ },
908
+ "bridgeId": {
909
+ "type": "string",
910
+ "description": "",
911
+ "parse": false,
912
+ "encode": false,
913
+ "encrypt": {
914
+ "type": "AES",
915
+ "key": ""
916
+ },
917
+ "external_name": "bridge_id"
918
+ },
919
+ "macAddress": {
920
+ "type": "string",
921
+ "description": "",
922
+ "parse": false,
923
+ "encode": false,
924
+ "encrypt": {
925
+ "type": "AES",
926
+ "key": ""
927
+ },
928
+ "external_name": "mac_address"
929
+ },
930
+ "vrfId": {
931
+ "type": "string",
932
+ "description": "",
933
+ "parse": false,
934
+ "encode": false,
935
+ "encrypt": {
936
+ "type": "AES",
937
+ "key": ""
938
+ },
939
+ "external_name": "vrf_id"
940
+ },
941
+ "mtuN": {
942
+ "type": "string",
943
+ "description": "",
944
+ "parse": false,
945
+ "encode": false,
946
+ "encrypt": {
947
+ "type": "AES",
948
+ "key": ""
949
+ },
950
+ "external_name": "mtu__n"
951
+ },
952
+ "mtuLte": {
953
+ "type": "string",
954
+ "description": "",
955
+ "parse": false,
956
+ "encode": false,
957
+ "encrypt": {
958
+ "type": "AES",
959
+ "key": ""
960
+ },
961
+ "external_name": "mtu__lte"
962
+ },
963
+ "mtuLt": {
964
+ "type": "string",
965
+ "description": "",
966
+ "parse": false,
967
+ "encode": false,
968
+ "encrypt": {
969
+ "type": "AES",
970
+ "key": ""
971
+ },
972
+ "external_name": "mtu__lt"
973
+ },
974
+ "mtuGte": {
975
+ "type": "string",
976
+ "description": "",
977
+ "parse": false,
978
+ "encode": false,
979
+ "encrypt": {
980
+ "type": "AES",
981
+ "key": ""
982
+ },
983
+ "external_name": "mtu__gte"
984
+ },
985
+ "mtuGt": {
986
+ "type": "string",
987
+ "description": "",
988
+ "parse": false,
989
+ "encode": false,
990
+ "encrypt": {
991
+ "type": "AES",
992
+ "key": ""
993
+ },
994
+ "external_name": "mtu__gt"
995
+ },
996
+ "clusterIdN": {
997
+ "type": "string",
998
+ "description": "",
999
+ "parse": false,
1000
+ "encode": false,
1001
+ "encrypt": {
1002
+ "type": "AES",
1003
+ "key": ""
1004
+ },
1005
+ "external_name": "cluster_id__n"
1006
+ },
1007
+ "clusterN": {
1008
+ "type": "string",
1009
+ "description": "",
1010
+ "parse": false,
1011
+ "encode": false,
1012
+ "encrypt": {
1013
+ "type": "AES",
1014
+ "key": ""
1015
+ },
1016
+ "external_name": "cluster__n"
1017
+ },
1018
+ "virtualMachineIdN": {
1019
+ "type": "string",
1020
+ "description": "",
1021
+ "parse": false,
1022
+ "encode": false,
1023
+ "encrypt": {
1024
+ "type": "AES",
1025
+ "key": ""
1026
+ },
1027
+ "external_name": "virtual_machine_id__n"
1028
+ },
1029
+ "virtualMachineN": {
1030
+ "type": "string",
1031
+ "description": "",
1032
+ "parse": false,
1033
+ "encode": false,
1034
+ "encrypt": {
1035
+ "type": "AES",
1036
+ "key": ""
1037
+ },
1038
+ "external_name": "virtual_machine__n"
1039
+ },
1040
+ "parentIdN": {
1041
+ "type": "string",
1042
+ "description": "",
1043
+ "parse": false,
1044
+ "encode": false,
1045
+ "encrypt": {
1046
+ "type": "AES",
1047
+ "key": ""
1048
+ },
1049
+ "external_name": "parent_id__n"
1050
+ },
1051
+ "bridgeIdN": {
1052
+ "type": "string",
1053
+ "description": "",
1054
+ "parse": false,
1055
+ "encode": false,
1056
+ "encrypt": {
1057
+ "type": "AES",
1058
+ "key": ""
1059
+ },
1060
+ "external_name": "bridge_id__n"
1061
+ },
1062
+ "macAddressN": {
1063
+ "type": "string",
1064
+ "description": "",
1065
+ "parse": false,
1066
+ "encode": false,
1067
+ "encrypt": {
1068
+ "type": "AES",
1069
+ "key": ""
1070
+ },
1071
+ "external_name": "mac_address__n"
1072
+ },
1073
+ "macAddressIc": {
1074
+ "type": "string",
1075
+ "description": "",
1076
+ "parse": false,
1077
+ "encode": false,
1078
+ "encrypt": {
1079
+ "type": "AES",
1080
+ "key": ""
1081
+ },
1082
+ "external_name": "mac_address__ic"
1083
+ },
1084
+ "macAddressNic": {
1085
+ "type": "string",
1086
+ "description": "",
1087
+ "parse": false,
1088
+ "encode": false,
1089
+ "encrypt": {
1090
+ "type": "AES",
1091
+ "key": ""
1092
+ },
1093
+ "external_name": "mac_address__nic"
1094
+ },
1095
+ "macAddressIew": {
1096
+ "type": "string",
1097
+ "description": "",
1098
+ "parse": false,
1099
+ "encode": false,
1100
+ "encrypt": {
1101
+ "type": "AES",
1102
+ "key": ""
1103
+ },
1104
+ "external_name": "mac_address__iew"
1105
+ },
1106
+ "macAddressNiew": {
1107
+ "type": "string",
1108
+ "description": "",
1109
+ "parse": false,
1110
+ "encode": false,
1111
+ "encrypt": {
1112
+ "type": "AES",
1113
+ "key": ""
1114
+ },
1115
+ "external_name": "mac_address__niew"
1116
+ },
1117
+ "macAddressIsw": {
1118
+ "type": "string",
1119
+ "description": "",
1120
+ "parse": false,
1121
+ "encode": false,
1122
+ "encrypt": {
1123
+ "type": "AES",
1124
+ "key": ""
1125
+ },
1126
+ "external_name": "mac_address__isw"
1127
+ },
1128
+ "macAddressNisw": {
1129
+ "type": "string",
1130
+ "description": "",
1131
+ "parse": false,
1132
+ "encode": false,
1133
+ "encrypt": {
1134
+ "type": "AES",
1135
+ "key": ""
1136
+ },
1137
+ "external_name": "mac_address__nisw"
1138
+ },
1139
+ "macAddressIe": {
1140
+ "type": "string",
1141
+ "description": "",
1142
+ "parse": false,
1143
+ "encode": false,
1144
+ "encrypt": {
1145
+ "type": "AES",
1146
+ "key": ""
1147
+ },
1148
+ "external_name": "mac_address__ie"
1149
+ },
1150
+ "macAddressNie": {
1151
+ "type": "string",
1152
+ "description": "",
1153
+ "parse": false,
1154
+ "encode": false,
1155
+ "encrypt": {
1156
+ "type": "AES",
1157
+ "key": ""
1158
+ },
1159
+ "external_name": "mac_address__nie"
1160
+ },
1161
+ "vrfIdN": {
1162
+ "type": "string",
1163
+ "description": "",
1164
+ "parse": false,
1165
+ "encode": false,
1166
+ "encrypt": {
1167
+ "type": "AES",
1168
+ "key": ""
1169
+ },
1170
+ "external_name": "vrf_id__n"
1171
+ },
1172
+ "vrfN": {
1173
+ "type": "string",
1174
+ "description": "",
1175
+ "parse": false,
1176
+ "encode": false,
1177
+ "encrypt": {
1178
+ "type": "AES",
1179
+ "key": ""
1180
+ },
1181
+ "external_name": "vrf__n"
1182
+ },
1183
+ "localContextData": {
1184
+ "type": "string",
1185
+ "description": "",
1186
+ "parse": false,
1187
+ "encode": false,
1188
+ "encrypt": {
1189
+ "type": "AES",
1190
+ "key": ""
1191
+ },
1192
+ "external_name": "local_context_data"
1193
+ },
1194
+ "clusterGroupId": {
1195
+ "type": "string",
1196
+ "description": "",
1197
+ "parse": false,
1198
+ "encode": false,
1199
+ "encrypt": {
1200
+ "type": "AES",
1201
+ "key": ""
1202
+ },
1203
+ "external_name": "cluster_group_id"
1204
+ },
1205
+ "clusterGroup": {
1206
+ "type": "string",
1207
+ "description": "",
1208
+ "parse": false,
1209
+ "encode": false,
1210
+ "encrypt": {
1211
+ "type": "AES",
1212
+ "key": ""
1213
+ },
1214
+ "external_name": "cluster_group"
1215
+ },
1216
+ "clusterTypeId": {
1217
+ "type": "string",
1218
+ "description": "",
1219
+ "parse": false,
1220
+ "encode": false,
1221
+ "encrypt": {
1222
+ "type": "AES",
1223
+ "key": ""
1224
+ },
1225
+ "external_name": "cluster_type_id"
1226
+ },
1227
+ "clusterType": {
1228
+ "type": "string",
1229
+ "description": "",
1230
+ "parse": false,
1231
+ "encode": false,
1232
+ "encrypt": {
1233
+ "type": "AES",
1234
+ "key": ""
1235
+ },
1236
+ "external_name": "cluster_type"
1237
+ },
1238
+ "deviceId": {
1239
+ "type": "string",
1240
+ "description": "",
1241
+ "parse": false,
1242
+ "encode": false,
1243
+ "encrypt": {
1244
+ "type": "AES",
1245
+ "key": ""
1246
+ },
1247
+ "external_name": "device_id"
1248
+ },
1249
+ "roleId": {
1250
+ "type": "string",
1251
+ "description": "",
1252
+ "parse": false,
1253
+ "encode": false,
1254
+ "encrypt": {
1255
+ "type": "AES",
1256
+ "key": ""
1257
+ },
1258
+ "external_name": "role_id"
1259
+ },
1260
+ "platformId": {
1261
+ "type": "string",
1262
+ "description": "",
1263
+ "parse": false,
1264
+ "encode": false,
1265
+ "encrypt": {
1266
+ "type": "AES",
1267
+ "key": ""
1268
+ },
1269
+ "external_name": "platform_id"
1270
+ },
1271
+ "hasPrimaryIp": {
1272
+ "type": "string",
1273
+ "description": "",
1274
+ "parse": false,
1275
+ "encode": false,
1276
+ "encrypt": {
1277
+ "type": "AES",
1278
+ "key": ""
1279
+ },
1280
+ "external_name": "has_primary_ip"
1281
+ },
1282
+ "vcpusN": {
1283
+ "type": "string",
1284
+ "description": "",
1285
+ "parse": false,
1286
+ "encode": false,
1287
+ "encrypt": {
1288
+ "type": "AES",
1289
+ "key": ""
1290
+ },
1291
+ "external_name": "vcpus__n"
1292
+ },
1293
+ "vcpusLte": {
1294
+ "type": "string",
1295
+ "description": "",
1296
+ "parse": false,
1297
+ "encode": false,
1298
+ "encrypt": {
1299
+ "type": "AES",
1300
+ "key": ""
1301
+ },
1302
+ "external_name": "vcpus__lte"
1303
+ },
1304
+ "vcpusLt": {
1305
+ "type": "string",
1306
+ "description": "",
1307
+ "parse": false,
1308
+ "encode": false,
1309
+ "encrypt": {
1310
+ "type": "AES",
1311
+ "key": ""
1312
+ },
1313
+ "external_name": "vcpus__lt"
1314
+ },
1315
+ "vcpusGte": {
1316
+ "type": "string",
1317
+ "description": "",
1318
+ "parse": false,
1319
+ "encode": false,
1320
+ "encrypt": {
1321
+ "type": "AES",
1322
+ "key": ""
1323
+ },
1324
+ "external_name": "vcpus__gte"
1325
+ },
1326
+ "vcpusGt": {
1327
+ "type": "string",
1328
+ "description": "",
1329
+ "parse": false,
1330
+ "encode": false,
1331
+ "encrypt": {
1332
+ "type": "AES",
1333
+ "key": ""
1334
+ },
1335
+ "external_name": "vcpus__gt"
1336
+ },
1337
+ "memoryN": {
1338
+ "type": "string",
1339
+ "description": "",
1340
+ "parse": false,
1341
+ "encode": false,
1342
+ "encrypt": {
1343
+ "type": "AES",
1344
+ "key": ""
1345
+ },
1346
+ "external_name": "memory__n"
1347
+ },
1348
+ "memoryLte": {
1349
+ "type": "string",
1350
+ "description": "",
1351
+ "parse": false,
1352
+ "encode": false,
1353
+ "encrypt": {
1354
+ "type": "AES",
1355
+ "key": ""
1356
+ },
1357
+ "external_name": "memory__lte"
1358
+ },
1359
+ "memoryLt": {
1360
+ "type": "string",
1361
+ "description": "",
1362
+ "parse": false,
1363
+ "encode": false,
1364
+ "encrypt": {
1365
+ "type": "AES",
1366
+ "key": ""
1367
+ },
1368
+ "external_name": "memory__lt"
1369
+ },
1370
+ "memoryGte": {
1371
+ "type": "string",
1372
+ "description": "",
1373
+ "parse": false,
1374
+ "encode": false,
1375
+ "encrypt": {
1376
+ "type": "AES",
1377
+ "key": ""
1378
+ },
1379
+ "external_name": "memory__gte"
1380
+ },
1381
+ "memoryGt": {
1382
+ "type": "string",
1383
+ "description": "",
1384
+ "parse": false,
1385
+ "encode": false,
1386
+ "encrypt": {
1387
+ "type": "AES",
1388
+ "key": ""
1389
+ },
1390
+ "external_name": "memory__gt"
1391
+ },
1392
+ "diskN": {
1393
+ "type": "string",
1394
+ "description": "",
1395
+ "parse": false,
1396
+ "encode": false,
1397
+ "encrypt": {
1398
+ "type": "AES",
1399
+ "key": ""
1400
+ },
1401
+ "external_name": "disk__n"
1402
+ },
1403
+ "diskLte": {
1404
+ "type": "string",
1405
+ "description": "",
1406
+ "parse": false,
1407
+ "encode": false,
1408
+ "encrypt": {
1409
+ "type": "AES",
1410
+ "key": ""
1411
+ },
1412
+ "external_name": "disk__lte"
1413
+ },
1414
+ "diskLt": {
1415
+ "type": "string",
1416
+ "description": "",
1417
+ "parse": false,
1418
+ "encode": false,
1419
+ "encrypt": {
1420
+ "type": "AES",
1421
+ "key": ""
1422
+ },
1423
+ "external_name": "disk__lt"
1424
+ },
1425
+ "diskGte": {
1426
+ "type": "string",
1427
+ "description": "",
1428
+ "parse": false,
1429
+ "encode": false,
1430
+ "encrypt": {
1431
+ "type": "AES",
1432
+ "key": ""
1433
+ },
1434
+ "external_name": "disk__gte"
1435
+ },
1436
+ "diskGt": {
1437
+ "type": "string",
1438
+ "description": "",
1439
+ "parse": false,
1440
+ "encode": false,
1441
+ "encrypt": {
1442
+ "type": "AES",
1443
+ "key": ""
1444
+ },
1445
+ "external_name": "disk__gt"
1446
+ },
1447
+ "clusterGroupIdN": {
1448
+ "type": "string",
1449
+ "description": "",
1450
+ "parse": false,
1451
+ "encode": false,
1452
+ "encrypt": {
1453
+ "type": "AES",
1454
+ "key": ""
1455
+ },
1456
+ "external_name": "cluster_group_id__n"
1457
+ },
1458
+ "clusterGroupN": {
1459
+ "type": "string",
1460
+ "description": "",
1461
+ "parse": false,
1462
+ "encode": false,
1463
+ "encrypt": {
1464
+ "type": "AES",
1465
+ "key": ""
1466
+ },
1467
+ "external_name": "cluster_group__n"
1468
+ },
1469
+ "clusterTypeIdN": {
1470
+ "type": "string",
1471
+ "description": "",
1472
+ "parse": false,
1473
+ "encode": false,
1474
+ "encrypt": {
1475
+ "type": "AES",
1476
+ "key": ""
1477
+ },
1478
+ "external_name": "cluster_type_id__n"
1479
+ },
1480
+ "clusterTypeN": {
1481
+ "type": "string",
1482
+ "description": "",
1483
+ "parse": false,
1484
+ "encode": false,
1485
+ "encrypt": {
1486
+ "type": "AES",
1487
+ "key": ""
1488
+ },
1489
+ "external_name": "cluster_type__n"
1490
+ },
1491
+ "deviceIdN": {
1492
+ "type": "string",
1493
+ "description": "",
1494
+ "parse": false,
1495
+ "encode": false,
1496
+ "encrypt": {
1497
+ "type": "AES",
1498
+ "key": ""
1499
+ },
1500
+ "external_name": "device_id__n"
1501
+ },
1502
+ "deviceN": {
1503
+ "type": "string",
1504
+ "description": "",
1505
+ "parse": false,
1506
+ "encode": false,
1507
+ "encrypt": {
1508
+ "type": "AES",
1509
+ "key": ""
1510
+ },
1511
+ "external_name": "device__n"
1512
+ },
1513
+ "roleIdN": {
1514
+ "type": "string",
1515
+ "description": "",
1516
+ "parse": false,
1517
+ "encode": false,
1518
+ "encrypt": {
1519
+ "type": "AES",
1520
+ "key": ""
1521
+ },
1522
+ "external_name": "role_id__n"
1523
+ },
1524
+ "roleN": {
1525
+ "type": "string",
1526
+ "description": "",
1527
+ "parse": false,
1528
+ "encode": false,
1529
+ "encrypt": {
1530
+ "type": "AES",
1531
+ "key": ""
1532
+ },
1533
+ "external_name": "role__n"
1534
+ },
1535
+ "platformIdN": {
1536
+ "type": "string",
1537
+ "description": "",
1538
+ "parse": false,
1539
+ "encode": false,
1540
+ "encrypt": {
1541
+ "type": "AES",
1542
+ "key": ""
1543
+ },
1544
+ "external_name": "platform_id__n"
1545
+ },
1546
+ "platformN": {
1547
+ "type": "string",
1548
+ "description": "",
1549
+ "parse": false,
1550
+ "encode": false,
1551
+ "encrypt": {
1552
+ "type": "AES",
1553
+ "key": ""
1554
+ },
1555
+ "external_name": "platform__n"
1556
+ }
1557
+ },
1558
+ "definitions": {}
1559
+ }