@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,3963 @@
1
+ {
2
+ "errors": [],
3
+ "statistics": [
4
+ {
5
+ "owner": "errorJson",
6
+ "description": "Standard adapter errors available for use",
7
+ "value": 31
8
+ },
9
+ {
10
+ "owner": "packageJson",
11
+ "description": "Number of production dependencies",
12
+ "value": 16
13
+ },
14
+ {
15
+ "owner": "packageJson",
16
+ "description": "Number of development dependencies",
17
+ "value": 7
18
+ },
19
+ {
20
+ "owner": "packageJson",
21
+ "description": "Number of npm scripts",
22
+ "value": 22
23
+ },
24
+ {
25
+ "owner": "packageJson",
26
+ "description": "Runtime Library dependency",
27
+ "value": "^4.48.0"
28
+ },
29
+ {
30
+ "owner": "propertiesSchemaJson",
31
+ "description": "Adapter properties defined in the propertiesSchema file",
32
+ "value": 70
33
+ },
34
+ {
35
+ "owner": "adapterJS",
36
+ "description": "Lines of code generated in adapter.js",
37
+ "value": 74594
38
+ },
39
+ {
40
+ "owner": "adapterJS",
41
+ "description": "Number of Functions added to adapter.js",
42
+ "value": 826
43
+ },
44
+ {
45
+ "owner": "pronghornJson",
46
+ "description": "Number of Methods added to pronghorn.json",
47
+ "value": 826
48
+ },
49
+ {
50
+ "owner": "markdown",
51
+ "description": "Number of lines in the README.md",
52
+ "value": 338
53
+ },
54
+ {
55
+ "owner": "markdown",
56
+ "description": "Number of lines in the SUMMARY.md",
57
+ "value": 9
58
+ },
59
+ {
60
+ "owner": "markdown",
61
+ "description": "Number of lines in the PROPERTIES.md",
62
+ "value": 642
63
+ },
64
+ {
65
+ "owner": "markdown",
66
+ "description": "Number of lines in the TROUBLESHOOT.md",
67
+ "value": 48
68
+ },
69
+ {
70
+ "owner": "markdown",
71
+ "description": "Number of lines in the ENHANCE.md",
72
+ "value": 70
73
+ },
74
+ {
75
+ "owner": "markdown",
76
+ "description": "Number of lines in the BROKER.md",
77
+ "value": 200
78
+ },
79
+ {
80
+ "owner": "markdown",
81
+ "description": "Number of lines in the CALLS.md",
82
+ "value": 171
83
+ },
84
+ {
85
+ "owner": "markdown",
86
+ "description": "Number of lines in the AUTH.md",
87
+ "value": 40
88
+ },
89
+ {
90
+ "owner": "markdown",
91
+ "description": "Number of lines in the SYSTEMINFO.md",
92
+ "value": 11
93
+ },
94
+ {
95
+ "owner": "unitTestJS",
96
+ "description": "Number of lines of code in unit tests",
97
+ "value": 25232
98
+ },
99
+ {
100
+ "owner": "unitTestJS",
101
+ "description": "Number of unit tests",
102
+ "value": 1705
103
+ },
104
+ {
105
+ "owner": "integrationTestJS",
106
+ "description": "Number of lines of code in integration tests",
107
+ "value": 23532
108
+ },
109
+ {
110
+ "owner": "integrationTestJS",
111
+ "description": "Number of integration tests",
112
+ "value": 831
113
+ },
114
+ {
115
+ "owner": "actionJson",
116
+ "description": "Number of actions for Circuits entity",
117
+ "value": 46
118
+ },
119
+ {
120
+ "owner": "actionJson",
121
+ "description": "Number of actions for Dcim entity",
122
+ "value": 371
123
+ },
124
+ {
125
+ "owner": "actionJson",
126
+ "description": "Number of actions for Extras entity",
127
+ "value": 83
128
+ },
129
+ {
130
+ "owner": "actionJson",
131
+ "description": "Number of actions for Ipam entity",
132
+ "value": 161
133
+ },
134
+ {
135
+ "owner": "actionJson",
136
+ "description": "Number of actions for Status entity",
137
+ "value": 1
138
+ },
139
+ {
140
+ "owner": "actionJson",
141
+ "description": "Number of actions for Tenancy entity",
142
+ "value": 54
143
+ },
144
+ {
145
+ "owner": "actionJson",
146
+ "description": "Number of actions for Users entity",
147
+ "value": 38
148
+ },
149
+ {
150
+ "owner": "actionJson",
151
+ "description": "Number of actions for Virtualization entity",
152
+ "value": 45
153
+ },
154
+ {
155
+ "owner": "actionJson",
156
+ "description": "Number of actions for Wireless entity",
157
+ "value": 27
158
+ },
159
+ {
160
+ "owner": "actionJson",
161
+ "description": "Total number of actions",
162
+ "value": 826
163
+ },
164
+ {
165
+ "owner": "actionJson",
166
+ "description": "Total number of entities",
167
+ "value": 9
168
+ },
169
+ {
170
+ "owner": "schemaJson",
171
+ "description": "Number of schemas for Circuits entity",
172
+ "value": 1
173
+ },
174
+ {
175
+ "owner": "schemaJson",
176
+ "description": "Number of schemas for Dcim entity",
177
+ "value": 1
178
+ },
179
+ {
180
+ "owner": "schemaJson",
181
+ "description": "Number of schemas for Extras entity",
182
+ "value": 1
183
+ },
184
+ {
185
+ "owner": "schemaJson",
186
+ "description": "Number of schemas for Ipam entity",
187
+ "value": 1
188
+ },
189
+ {
190
+ "owner": "schemaJson",
191
+ "description": "Number of schemas for Status entity",
192
+ "value": 1
193
+ },
194
+ {
195
+ "owner": "schemaJson",
196
+ "description": "Number of schemas for Tenancy entity",
197
+ "value": 1
198
+ },
199
+ {
200
+ "owner": "schemaJson",
201
+ "description": "Number of schemas for Users entity",
202
+ "value": 1
203
+ },
204
+ {
205
+ "owner": "schemaJson",
206
+ "description": "Number of schemas for Virtualization entity",
207
+ "value": 1
208
+ },
209
+ {
210
+ "owner": "schemaJson",
211
+ "description": "Number of schemas for Wireless entity",
212
+ "value": 1
213
+ },
214
+ {
215
+ "owner": "schemaJson",
216
+ "description": "Total number of schemas",
217
+ "value": 9
218
+ },
219
+ {
220
+ "owner": "mockdata",
221
+ "description": "Number of mock data files for Circuits entity",
222
+ "value": 5
223
+ },
224
+ {
225
+ "owner": "mockdata",
226
+ "description": "Number of mock data files for Dcim entity",
227
+ "value": 41
228
+ },
229
+ {
230
+ "owner": "mockdata",
231
+ "description": "Number of mock data files for Extras entity",
232
+ "value": 11
233
+ },
234
+ {
235
+ "owner": "mockdata",
236
+ "description": "Number of mock data files for Ipam entity",
237
+ "value": 25
238
+ },
239
+ {
240
+ "owner": "mockdata",
241
+ "description": "Number of mock data files for Status entity",
242
+ "value": 0
243
+ },
244
+ {
245
+ "owner": "mockdata",
246
+ "description": "Number of mock data files for Tenancy entity",
247
+ "value": 6
248
+ },
249
+ {
250
+ "owner": "mockdata",
251
+ "description": "Number of mock data files for Users entity",
252
+ "value": 4
253
+ },
254
+ {
255
+ "owner": "mockdata",
256
+ "description": "Number of mock data files for Virtualization entity",
257
+ "value": 5
258
+ },
259
+ {
260
+ "owner": "mockdata",
261
+ "description": "Number of mock data files for Wireless entity",
262
+ "value": 3
263
+ },
264
+ {
265
+ "owner": "mockdata",
266
+ "description": "Total number of mock data files",
267
+ "value": 100
268
+ },
269
+ {
270
+ "owner": "actionJson",
271
+ "description": "Number of actions for .system entity",
272
+ "value": 2
273
+ },
274
+ {
275
+ "owner": "schemaJson",
276
+ "description": "Number of schemas for .system entity",
277
+ "value": 3
278
+ },
279
+ {
280
+ "owner": "mockdata",
281
+ "description": "Number of mock data files for .system entity",
282
+ "value": 2
283
+ },
284
+ {
285
+ "owner": "System",
286
+ "description": "System entity files",
287
+ "value": 6
288
+ },
289
+ {
290
+ "owner": "usecases",
291
+ "description": "Number of workflows",
292
+ "value": 0
293
+ },
294
+ {
295
+ "owner": "staticFile",
296
+ "description": "Number of lines of code in adapterBase.js",
297
+ "value": 1788
298
+ },
299
+ {
300
+ "owner": "staticFile",
301
+ "description": "Number of static files added",
302
+ "value": 38
303
+ },
304
+ {
305
+ "owner": "Overall",
306
+ "description": "Total lines of Code",
307
+ "value": 125146
308
+ },
309
+ {
310
+ "owner": "Overall",
311
+ "description": "Total Tests",
312
+ "value": 2536
313
+ },
314
+ {
315
+ "owner": "Overall",
316
+ "description": "Total Files",
317
+ "value": 170
318
+ }
319
+ ],
320
+ "warnings": [],
321
+ "apiParsingReport": {
322
+ "no_mockdata": [
323
+ {
324
+ "fnName": "postCircuitsCircuitTerminations",
325
+ "method": "post",
326
+ "path": "/circuits/circuit-terminations/"
327
+ },
328
+ {
329
+ "fnName": "putCircuitsCircuitTerminations",
330
+ "method": "put",
331
+ "path": "/circuits/circuit-terminations/"
332
+ },
333
+ {
334
+ "fnName": "patchCircuitsCircuitTerminations",
335
+ "method": "patch",
336
+ "path": "/circuits/circuit-terminations/"
337
+ },
338
+ {
339
+ "fnName": "deleteCircuitsCircuitTerminations",
340
+ "method": "delete",
341
+ "path": "/circuits/circuit-terminations/"
342
+ },
343
+ {
344
+ "fnName": "getCircuitsCircuitTerminationsId",
345
+ "method": "get",
346
+ "path": "/circuits/circuit-terminations/{id}/"
347
+ },
348
+ {
349
+ "fnName": "putCircuitsCircuitTerminationsId",
350
+ "method": "put",
351
+ "path": "/circuits/circuit-terminations/{id}/"
352
+ },
353
+ {
354
+ "fnName": "patchCircuitsCircuitTerminationsId",
355
+ "method": "patch",
356
+ "path": "/circuits/circuit-terminations/{id}/"
357
+ },
358
+ {
359
+ "fnName": "deleteCircuitsCircuitTerminationsId",
360
+ "method": "delete",
361
+ "path": "/circuits/circuit-terminations/{id}/"
362
+ },
363
+ {
364
+ "fnName": "getCircuitsCircuitTerminationsIdPaths",
365
+ "method": "get",
366
+ "path": "/circuits/circuit-terminations/{id}/paths/"
367
+ },
368
+ {
369
+ "fnName": "postCircuitsCircuitTypes",
370
+ "method": "post",
371
+ "path": "/circuits/circuit-types/"
372
+ },
373
+ {
374
+ "fnName": "putCircuitsCircuitTypes",
375
+ "method": "put",
376
+ "path": "/circuits/circuit-types/"
377
+ },
378
+ {
379
+ "fnName": "patchCircuitsCircuitTypes",
380
+ "method": "patch",
381
+ "path": "/circuits/circuit-types/"
382
+ },
383
+ {
384
+ "fnName": "deleteCircuitsCircuitTypes",
385
+ "method": "delete",
386
+ "path": "/circuits/circuit-types/"
387
+ },
388
+ {
389
+ "fnName": "getCircuitsCircuitTypesId",
390
+ "method": "get",
391
+ "path": "/circuits/circuit-types/{id}/"
392
+ },
393
+ {
394
+ "fnName": "putCircuitsCircuitTypesId",
395
+ "method": "put",
396
+ "path": "/circuits/circuit-types/{id}/"
397
+ },
398
+ {
399
+ "fnName": "patchCircuitsCircuitTypesId",
400
+ "method": "patch",
401
+ "path": "/circuits/circuit-types/{id}/"
402
+ },
403
+ {
404
+ "fnName": "deleteCircuitsCircuitTypesId",
405
+ "method": "delete",
406
+ "path": "/circuits/circuit-types/{id}/"
407
+ },
408
+ {
409
+ "fnName": "postCircuitsCircuits",
410
+ "method": "post",
411
+ "path": "/circuits/circuits/"
412
+ },
413
+ {
414
+ "fnName": "putCircuitsCircuits",
415
+ "method": "put",
416
+ "path": "/circuits/circuits/"
417
+ },
418
+ {
419
+ "fnName": "patchCircuitsCircuits",
420
+ "method": "patch",
421
+ "path": "/circuits/circuits/"
422
+ },
423
+ {
424
+ "fnName": "deleteCircuitsCircuits",
425
+ "method": "delete",
426
+ "path": "/circuits/circuits/"
427
+ },
428
+ {
429
+ "fnName": "getCircuitsCircuitsId",
430
+ "method": "get",
431
+ "path": "/circuits/circuits/{id}/"
432
+ },
433
+ {
434
+ "fnName": "putCircuitsCircuitsId",
435
+ "method": "put",
436
+ "path": "/circuits/circuits/{id}/"
437
+ },
438
+ {
439
+ "fnName": "patchCircuitsCircuitsId",
440
+ "method": "patch",
441
+ "path": "/circuits/circuits/{id}/"
442
+ },
443
+ {
444
+ "fnName": "deleteCircuitsCircuitsId",
445
+ "method": "delete",
446
+ "path": "/circuits/circuits/{id}/"
447
+ },
448
+ {
449
+ "fnName": "postCircuitsProviderNetworks",
450
+ "method": "post",
451
+ "path": "/circuits/provider-networks/"
452
+ },
453
+ {
454
+ "fnName": "putCircuitsProviderNetworks",
455
+ "method": "put",
456
+ "path": "/circuits/provider-networks/"
457
+ },
458
+ {
459
+ "fnName": "patchCircuitsProviderNetworks",
460
+ "method": "patch",
461
+ "path": "/circuits/provider-networks/"
462
+ },
463
+ {
464
+ "fnName": "deleteCircuitsProviderNetworks",
465
+ "method": "delete",
466
+ "path": "/circuits/provider-networks/"
467
+ },
468
+ {
469
+ "fnName": "getCircuitsProviderNetworksId",
470
+ "method": "get",
471
+ "path": "/circuits/provider-networks/{id}/"
472
+ },
473
+ {
474
+ "fnName": "putCircuitsProviderNetworksId",
475
+ "method": "put",
476
+ "path": "/circuits/provider-networks/{id}/"
477
+ },
478
+ {
479
+ "fnName": "patchCircuitsProviderNetworksId",
480
+ "method": "patch",
481
+ "path": "/circuits/provider-networks/{id}/"
482
+ },
483
+ {
484
+ "fnName": "deleteCircuitsProviderNetworksId",
485
+ "method": "delete",
486
+ "path": "/circuits/provider-networks/{id}/"
487
+ },
488
+ {
489
+ "fnName": "postCircuitsProviders",
490
+ "method": "post",
491
+ "path": "/circuits/providers/"
492
+ },
493
+ {
494
+ "fnName": "putCircuitsProviders",
495
+ "method": "put",
496
+ "path": "/circuits/providers/"
497
+ },
498
+ {
499
+ "fnName": "patchCircuitsProviders",
500
+ "method": "patch",
501
+ "path": "/circuits/providers/"
502
+ },
503
+ {
504
+ "fnName": "deleteCircuitsProviders",
505
+ "method": "delete",
506
+ "path": "/circuits/providers/"
507
+ },
508
+ {
509
+ "fnName": "getCircuitsProvidersId",
510
+ "method": "get",
511
+ "path": "/circuits/providers/{id}/"
512
+ },
513
+ {
514
+ "fnName": "putCircuitsProvidersId",
515
+ "method": "put",
516
+ "path": "/circuits/providers/{id}/"
517
+ },
518
+ {
519
+ "fnName": "patchCircuitsProvidersId",
520
+ "method": "patch",
521
+ "path": "/circuits/providers/{id}/"
522
+ },
523
+ {
524
+ "fnName": "deleteCircuitsProvidersId",
525
+ "method": "delete",
526
+ "path": "/circuits/providers/{id}/"
527
+ },
528
+ {
529
+ "fnName": "postDcimCableTerminations",
530
+ "method": "post",
531
+ "path": "/dcim/cable-terminations/"
532
+ },
533
+ {
534
+ "fnName": "putDcimCableTerminations",
535
+ "method": "put",
536
+ "path": "/dcim/cable-terminations/"
537
+ },
538
+ {
539
+ "fnName": "patchDcimCableTerminations",
540
+ "method": "patch",
541
+ "path": "/dcim/cable-terminations/"
542
+ },
543
+ {
544
+ "fnName": "deleteDcimCableTerminations",
545
+ "method": "delete",
546
+ "path": "/dcim/cable-terminations/"
547
+ },
548
+ {
549
+ "fnName": "getDcimCableTerminationsId",
550
+ "method": "get",
551
+ "path": "/dcim/cable-terminations/{id}/"
552
+ },
553
+ {
554
+ "fnName": "putDcimCableTerminationsId",
555
+ "method": "put",
556
+ "path": "/dcim/cable-terminations/{id}/"
557
+ },
558
+ {
559
+ "fnName": "patchDcimCableTerminationsId",
560
+ "method": "patch",
561
+ "path": "/dcim/cable-terminations/{id}/"
562
+ },
563
+ {
564
+ "fnName": "deleteDcimCableTerminationsId",
565
+ "method": "delete",
566
+ "path": "/dcim/cable-terminations/{id}/"
567
+ },
568
+ {
569
+ "fnName": "postDcimCables",
570
+ "method": "post",
571
+ "path": "/dcim/cables/"
572
+ },
573
+ {
574
+ "fnName": "putDcimCables",
575
+ "method": "put",
576
+ "path": "/dcim/cables/"
577
+ },
578
+ {
579
+ "fnName": "patchDcimCables",
580
+ "method": "patch",
581
+ "path": "/dcim/cables/"
582
+ },
583
+ {
584
+ "fnName": "deleteDcimCables",
585
+ "method": "delete",
586
+ "path": "/dcim/cables/"
587
+ },
588
+ {
589
+ "fnName": "getDcimCablesId",
590
+ "method": "get",
591
+ "path": "/dcim/cables/{id}/"
592
+ },
593
+ {
594
+ "fnName": "putDcimCablesId",
595
+ "method": "put",
596
+ "path": "/dcim/cables/{id}/"
597
+ },
598
+ {
599
+ "fnName": "patchDcimCablesId",
600
+ "method": "patch",
601
+ "path": "/dcim/cables/{id}/"
602
+ },
603
+ {
604
+ "fnName": "deleteDcimCablesId",
605
+ "method": "delete",
606
+ "path": "/dcim/cables/{id}/"
607
+ },
608
+ {
609
+ "fnName": "getDcimConnectedDevice",
610
+ "method": "get",
611
+ "path": "/dcim/connected-device/"
612
+ },
613
+ {
614
+ "fnName": "postDcimConsolePortTemplates",
615
+ "method": "post",
616
+ "path": "/dcim/console-port-templates/"
617
+ },
618
+ {
619
+ "fnName": "putDcimConsolePortTemplates",
620
+ "method": "put",
621
+ "path": "/dcim/console-port-templates/"
622
+ },
623
+ {
624
+ "fnName": "patchDcimConsolePortTemplates",
625
+ "method": "patch",
626
+ "path": "/dcim/console-port-templates/"
627
+ },
628
+ {
629
+ "fnName": "deleteDcimConsolePortTemplates",
630
+ "method": "delete",
631
+ "path": "/dcim/console-port-templates/"
632
+ },
633
+ {
634
+ "fnName": "getDcimConsolePortTemplatesId",
635
+ "method": "get",
636
+ "path": "/dcim/console-port-templates/{id}/"
637
+ },
638
+ {
639
+ "fnName": "putDcimConsolePortTemplatesId",
640
+ "method": "put",
641
+ "path": "/dcim/console-port-templates/{id}/"
642
+ },
643
+ {
644
+ "fnName": "patchDcimConsolePortTemplatesId",
645
+ "method": "patch",
646
+ "path": "/dcim/console-port-templates/{id}/"
647
+ },
648
+ {
649
+ "fnName": "deleteDcimConsolePortTemplatesId",
650
+ "method": "delete",
651
+ "path": "/dcim/console-port-templates/{id}/"
652
+ },
653
+ {
654
+ "fnName": "postDcimConsolePorts",
655
+ "method": "post",
656
+ "path": "/dcim/console-ports/"
657
+ },
658
+ {
659
+ "fnName": "putDcimConsolePorts",
660
+ "method": "put",
661
+ "path": "/dcim/console-ports/"
662
+ },
663
+ {
664
+ "fnName": "patchDcimConsolePorts",
665
+ "method": "patch",
666
+ "path": "/dcim/console-ports/"
667
+ },
668
+ {
669
+ "fnName": "deleteDcimConsolePorts",
670
+ "method": "delete",
671
+ "path": "/dcim/console-ports/"
672
+ },
673
+ {
674
+ "fnName": "getDcimConsolePortsId",
675
+ "method": "get",
676
+ "path": "/dcim/console-ports/{id}/"
677
+ },
678
+ {
679
+ "fnName": "putDcimConsolePortsId",
680
+ "method": "put",
681
+ "path": "/dcim/console-ports/{id}/"
682
+ },
683
+ {
684
+ "fnName": "patchDcimConsolePortsId",
685
+ "method": "patch",
686
+ "path": "/dcim/console-ports/{id}/"
687
+ },
688
+ {
689
+ "fnName": "deleteDcimConsolePortsId",
690
+ "method": "delete",
691
+ "path": "/dcim/console-ports/{id}/"
692
+ },
693
+ {
694
+ "fnName": "getDcimConsolePortsIdTrace",
695
+ "method": "get",
696
+ "path": "/dcim/console-ports/{id}/trace/"
697
+ },
698
+ {
699
+ "fnName": "postDcimConsoleServerPortTemplates",
700
+ "method": "post",
701
+ "path": "/dcim/console-server-port-templates/"
702
+ },
703
+ {
704
+ "fnName": "putDcimConsoleServerPortTemplates",
705
+ "method": "put",
706
+ "path": "/dcim/console-server-port-templates/"
707
+ },
708
+ {
709
+ "fnName": "patchDcimConsoleServerPortTemplates",
710
+ "method": "patch",
711
+ "path": "/dcim/console-server-port-templates/"
712
+ },
713
+ {
714
+ "fnName": "deleteDcimConsoleServerPortTemplates",
715
+ "method": "delete",
716
+ "path": "/dcim/console-server-port-templates/"
717
+ },
718
+ {
719
+ "fnName": "getDcimConsoleServerPortTemplatesId",
720
+ "method": "get",
721
+ "path": "/dcim/console-server-port-templates/{id}/"
722
+ },
723
+ {
724
+ "fnName": "putDcimConsoleServerPortTemplatesId",
725
+ "method": "put",
726
+ "path": "/dcim/console-server-port-templates/{id}/"
727
+ },
728
+ {
729
+ "fnName": "patchDcimConsoleServerPortTemplatesId",
730
+ "method": "patch",
731
+ "path": "/dcim/console-server-port-templates/{id}/"
732
+ },
733
+ {
734
+ "fnName": "deleteDcimConsoleServerPortTemplatesId",
735
+ "method": "delete",
736
+ "path": "/dcim/console-server-port-templates/{id}/"
737
+ },
738
+ {
739
+ "fnName": "postDcimConsoleServerPorts",
740
+ "method": "post",
741
+ "path": "/dcim/console-server-ports/"
742
+ },
743
+ {
744
+ "fnName": "putDcimConsoleServerPorts",
745
+ "method": "put",
746
+ "path": "/dcim/console-server-ports/"
747
+ },
748
+ {
749
+ "fnName": "patchDcimConsoleServerPorts",
750
+ "method": "patch",
751
+ "path": "/dcim/console-server-ports/"
752
+ },
753
+ {
754
+ "fnName": "deleteDcimConsoleServerPorts",
755
+ "method": "delete",
756
+ "path": "/dcim/console-server-ports/"
757
+ },
758
+ {
759
+ "fnName": "getDcimConsoleServerPortsId",
760
+ "method": "get",
761
+ "path": "/dcim/console-server-ports/{id}/"
762
+ },
763
+ {
764
+ "fnName": "putDcimConsoleServerPortsId",
765
+ "method": "put",
766
+ "path": "/dcim/console-server-ports/{id}/"
767
+ },
768
+ {
769
+ "fnName": "patchDcimConsoleServerPortsId",
770
+ "method": "patch",
771
+ "path": "/dcim/console-server-ports/{id}/"
772
+ },
773
+ {
774
+ "fnName": "deleteDcimConsoleServerPortsId",
775
+ "method": "delete",
776
+ "path": "/dcim/console-server-ports/{id}/"
777
+ },
778
+ {
779
+ "fnName": "getDcimConsoleServerPortsIdTrace",
780
+ "method": "get",
781
+ "path": "/dcim/console-server-ports/{id}/trace/"
782
+ },
783
+ {
784
+ "fnName": "postDcimDeviceBayTemplates",
785
+ "method": "post",
786
+ "path": "/dcim/device-bay-templates/"
787
+ },
788
+ {
789
+ "fnName": "putDcimDeviceBayTemplates",
790
+ "method": "put",
791
+ "path": "/dcim/device-bay-templates/"
792
+ },
793
+ {
794
+ "fnName": "patchDcimDeviceBayTemplates",
795
+ "method": "patch",
796
+ "path": "/dcim/device-bay-templates/"
797
+ },
798
+ {
799
+ "fnName": "deleteDcimDeviceBayTemplates",
800
+ "method": "delete",
801
+ "path": "/dcim/device-bay-templates/"
802
+ },
803
+ {
804
+ "fnName": "getDcimDeviceBayTemplatesId",
805
+ "method": "get",
806
+ "path": "/dcim/device-bay-templates/{id}/"
807
+ },
808
+ {
809
+ "fnName": "putDcimDeviceBayTemplatesId",
810
+ "method": "put",
811
+ "path": "/dcim/device-bay-templates/{id}/"
812
+ },
813
+ {
814
+ "fnName": "patchDcimDeviceBayTemplatesId",
815
+ "method": "patch",
816
+ "path": "/dcim/device-bay-templates/{id}/"
817
+ },
818
+ {
819
+ "fnName": "deleteDcimDeviceBayTemplatesId",
820
+ "method": "delete",
821
+ "path": "/dcim/device-bay-templates/{id}/"
822
+ },
823
+ {
824
+ "fnName": "postDcimDeviceBays",
825
+ "method": "post",
826
+ "path": "/dcim/device-bays/"
827
+ },
828
+ {
829
+ "fnName": "putDcimDeviceBays",
830
+ "method": "put",
831
+ "path": "/dcim/device-bays/"
832
+ },
833
+ {
834
+ "fnName": "patchDcimDeviceBays",
835
+ "method": "patch",
836
+ "path": "/dcim/device-bays/"
837
+ },
838
+ {
839
+ "fnName": "deleteDcimDeviceBays",
840
+ "method": "delete",
841
+ "path": "/dcim/device-bays/"
842
+ },
843
+ {
844
+ "fnName": "getDcimDeviceBaysId",
845
+ "method": "get",
846
+ "path": "/dcim/device-bays/{id}/"
847
+ },
848
+ {
849
+ "fnName": "putDcimDeviceBaysId",
850
+ "method": "put",
851
+ "path": "/dcim/device-bays/{id}/"
852
+ },
853
+ {
854
+ "fnName": "patchDcimDeviceBaysId",
855
+ "method": "patch",
856
+ "path": "/dcim/device-bays/{id}/"
857
+ },
858
+ {
859
+ "fnName": "deleteDcimDeviceBaysId",
860
+ "method": "delete",
861
+ "path": "/dcim/device-bays/{id}/"
862
+ },
863
+ {
864
+ "fnName": "postDcimDeviceRoles",
865
+ "method": "post",
866
+ "path": "/dcim/device-roles/"
867
+ },
868
+ {
869
+ "fnName": "putDcimDeviceRoles",
870
+ "method": "put",
871
+ "path": "/dcim/device-roles/"
872
+ },
873
+ {
874
+ "fnName": "patchDcimDeviceRoles",
875
+ "method": "patch",
876
+ "path": "/dcim/device-roles/"
877
+ },
878
+ {
879
+ "fnName": "deleteDcimDeviceRoles",
880
+ "method": "delete",
881
+ "path": "/dcim/device-roles/"
882
+ },
883
+ {
884
+ "fnName": "getDcimDeviceRolesId",
885
+ "method": "get",
886
+ "path": "/dcim/device-roles/{id}/"
887
+ },
888
+ {
889
+ "fnName": "putDcimDeviceRolesId",
890
+ "method": "put",
891
+ "path": "/dcim/device-roles/{id}/"
892
+ },
893
+ {
894
+ "fnName": "patchDcimDeviceRolesId",
895
+ "method": "patch",
896
+ "path": "/dcim/device-roles/{id}/"
897
+ },
898
+ {
899
+ "fnName": "deleteDcimDeviceRolesId",
900
+ "method": "delete",
901
+ "path": "/dcim/device-roles/{id}/"
902
+ },
903
+ {
904
+ "fnName": "postDcimDeviceTypes",
905
+ "method": "post",
906
+ "path": "/dcim/device-types/"
907
+ },
908
+ {
909
+ "fnName": "putDcimDeviceTypes",
910
+ "method": "put",
911
+ "path": "/dcim/device-types/"
912
+ },
913
+ {
914
+ "fnName": "patchDcimDeviceTypes",
915
+ "method": "patch",
916
+ "path": "/dcim/device-types/"
917
+ },
918
+ {
919
+ "fnName": "deleteDcimDeviceTypes",
920
+ "method": "delete",
921
+ "path": "/dcim/device-types/"
922
+ },
923
+ {
924
+ "fnName": "getDcimDeviceTypesId",
925
+ "method": "get",
926
+ "path": "/dcim/device-types/{id}/"
927
+ },
928
+ {
929
+ "fnName": "putDcimDeviceTypesId",
930
+ "method": "put",
931
+ "path": "/dcim/device-types/{id}/"
932
+ },
933
+ {
934
+ "fnName": "patchDcimDeviceTypesId",
935
+ "method": "patch",
936
+ "path": "/dcim/device-types/{id}/"
937
+ },
938
+ {
939
+ "fnName": "deleteDcimDeviceTypesId",
940
+ "method": "delete",
941
+ "path": "/dcim/device-types/{id}/"
942
+ },
943
+ {
944
+ "fnName": "postDcimDevices",
945
+ "method": "post",
946
+ "path": "/dcim/devices/"
947
+ },
948
+ {
949
+ "fnName": "putDcimDevices",
950
+ "method": "put",
951
+ "path": "/dcim/devices/"
952
+ },
953
+ {
954
+ "fnName": "patchDcimDevices",
955
+ "method": "patch",
956
+ "path": "/dcim/devices/"
957
+ },
958
+ {
959
+ "fnName": "deleteDcimDevices",
960
+ "method": "delete",
961
+ "path": "/dcim/devices/"
962
+ },
963
+ {
964
+ "fnName": "getDcimDevicesId",
965
+ "method": "get",
966
+ "path": "/dcim/devices/{id}/"
967
+ },
968
+ {
969
+ "fnName": "putDcimDevicesId",
970
+ "method": "put",
971
+ "path": "/dcim/devices/{id}/"
972
+ },
973
+ {
974
+ "fnName": "patchDcimDevicesId",
975
+ "method": "patch",
976
+ "path": "/dcim/devices/{id}/"
977
+ },
978
+ {
979
+ "fnName": "deleteDcimDevicesId",
980
+ "method": "delete",
981
+ "path": "/dcim/devices/{id}/"
982
+ },
983
+ {
984
+ "fnName": "getDcimDevicesIdNapalm",
985
+ "method": "get",
986
+ "path": "/dcim/devices/{id}/napalm/"
987
+ },
988
+ {
989
+ "fnName": "postDcimFrontPortTemplates",
990
+ "method": "post",
991
+ "path": "/dcim/front-port-templates/"
992
+ },
993
+ {
994
+ "fnName": "putDcimFrontPortTemplates",
995
+ "method": "put",
996
+ "path": "/dcim/front-port-templates/"
997
+ },
998
+ {
999
+ "fnName": "patchDcimFrontPortTemplates",
1000
+ "method": "patch",
1001
+ "path": "/dcim/front-port-templates/"
1002
+ },
1003
+ {
1004
+ "fnName": "deleteDcimFrontPortTemplates",
1005
+ "method": "delete",
1006
+ "path": "/dcim/front-port-templates/"
1007
+ },
1008
+ {
1009
+ "fnName": "getDcimFrontPortTemplatesId",
1010
+ "method": "get",
1011
+ "path": "/dcim/front-port-templates/{id}/"
1012
+ },
1013
+ {
1014
+ "fnName": "putDcimFrontPortTemplatesId",
1015
+ "method": "put",
1016
+ "path": "/dcim/front-port-templates/{id}/"
1017
+ },
1018
+ {
1019
+ "fnName": "patchDcimFrontPortTemplatesId",
1020
+ "method": "patch",
1021
+ "path": "/dcim/front-port-templates/{id}/"
1022
+ },
1023
+ {
1024
+ "fnName": "deleteDcimFrontPortTemplatesId",
1025
+ "method": "delete",
1026
+ "path": "/dcim/front-port-templates/{id}/"
1027
+ },
1028
+ {
1029
+ "fnName": "postDcimFrontPorts",
1030
+ "method": "post",
1031
+ "path": "/dcim/front-ports/"
1032
+ },
1033
+ {
1034
+ "fnName": "putDcimFrontPorts",
1035
+ "method": "put",
1036
+ "path": "/dcim/front-ports/"
1037
+ },
1038
+ {
1039
+ "fnName": "patchDcimFrontPorts",
1040
+ "method": "patch",
1041
+ "path": "/dcim/front-ports/"
1042
+ },
1043
+ {
1044
+ "fnName": "deleteDcimFrontPorts",
1045
+ "method": "delete",
1046
+ "path": "/dcim/front-ports/"
1047
+ },
1048
+ {
1049
+ "fnName": "getDcimFrontPortsId",
1050
+ "method": "get",
1051
+ "path": "/dcim/front-ports/{id}/"
1052
+ },
1053
+ {
1054
+ "fnName": "putDcimFrontPortsId",
1055
+ "method": "put",
1056
+ "path": "/dcim/front-ports/{id}/"
1057
+ },
1058
+ {
1059
+ "fnName": "patchDcimFrontPortsId",
1060
+ "method": "patch",
1061
+ "path": "/dcim/front-ports/{id}/"
1062
+ },
1063
+ {
1064
+ "fnName": "deleteDcimFrontPortsId",
1065
+ "method": "delete",
1066
+ "path": "/dcim/front-ports/{id}/"
1067
+ },
1068
+ {
1069
+ "fnName": "getDcimFrontPortsIdPaths",
1070
+ "method": "get",
1071
+ "path": "/dcim/front-ports/{id}/paths/"
1072
+ },
1073
+ {
1074
+ "fnName": "postDcimInterfaceTemplates",
1075
+ "method": "post",
1076
+ "path": "/dcim/interface-templates/"
1077
+ },
1078
+ {
1079
+ "fnName": "putDcimInterfaceTemplates",
1080
+ "method": "put",
1081
+ "path": "/dcim/interface-templates/"
1082
+ },
1083
+ {
1084
+ "fnName": "patchDcimInterfaceTemplates",
1085
+ "method": "patch",
1086
+ "path": "/dcim/interface-templates/"
1087
+ },
1088
+ {
1089
+ "fnName": "deleteDcimInterfaceTemplates",
1090
+ "method": "delete",
1091
+ "path": "/dcim/interface-templates/"
1092
+ },
1093
+ {
1094
+ "fnName": "getDcimInterfaceTemplatesId",
1095
+ "method": "get",
1096
+ "path": "/dcim/interface-templates/{id}/"
1097
+ },
1098
+ {
1099
+ "fnName": "putDcimInterfaceTemplatesId",
1100
+ "method": "put",
1101
+ "path": "/dcim/interface-templates/{id}/"
1102
+ },
1103
+ {
1104
+ "fnName": "patchDcimInterfaceTemplatesId",
1105
+ "method": "patch",
1106
+ "path": "/dcim/interface-templates/{id}/"
1107
+ },
1108
+ {
1109
+ "fnName": "deleteDcimInterfaceTemplatesId",
1110
+ "method": "delete",
1111
+ "path": "/dcim/interface-templates/{id}/"
1112
+ },
1113
+ {
1114
+ "fnName": "postDcimInterfaces",
1115
+ "method": "post",
1116
+ "path": "/dcim/interfaces/"
1117
+ },
1118
+ {
1119
+ "fnName": "putDcimInterfaces",
1120
+ "method": "put",
1121
+ "path": "/dcim/interfaces/"
1122
+ },
1123
+ {
1124
+ "fnName": "patchDcimInterfaces",
1125
+ "method": "patch",
1126
+ "path": "/dcim/interfaces/"
1127
+ },
1128
+ {
1129
+ "fnName": "deleteDcimInterfaces",
1130
+ "method": "delete",
1131
+ "path": "/dcim/interfaces/"
1132
+ },
1133
+ {
1134
+ "fnName": "getDcimInterfacesId",
1135
+ "method": "get",
1136
+ "path": "/dcim/interfaces/{id}/"
1137
+ },
1138
+ {
1139
+ "fnName": "putDcimInterfacesId",
1140
+ "method": "put",
1141
+ "path": "/dcim/interfaces/{id}/"
1142
+ },
1143
+ {
1144
+ "fnName": "patchDcimInterfacesId",
1145
+ "method": "patch",
1146
+ "path": "/dcim/interfaces/{id}/"
1147
+ },
1148
+ {
1149
+ "fnName": "deleteDcimInterfacesId",
1150
+ "method": "delete",
1151
+ "path": "/dcim/interfaces/{id}/"
1152
+ },
1153
+ {
1154
+ "fnName": "getDcimInterfacesIdTrace",
1155
+ "method": "get",
1156
+ "path": "/dcim/interfaces/{id}/trace/"
1157
+ },
1158
+ {
1159
+ "fnName": "postDcimInventoryItemRoles",
1160
+ "method": "post",
1161
+ "path": "/dcim/inventory-item-roles/"
1162
+ },
1163
+ {
1164
+ "fnName": "putDcimInventoryItemRoles",
1165
+ "method": "put",
1166
+ "path": "/dcim/inventory-item-roles/"
1167
+ },
1168
+ {
1169
+ "fnName": "patchDcimInventoryItemRoles",
1170
+ "method": "patch",
1171
+ "path": "/dcim/inventory-item-roles/"
1172
+ },
1173
+ {
1174
+ "fnName": "deleteDcimInventoryItemRoles",
1175
+ "method": "delete",
1176
+ "path": "/dcim/inventory-item-roles/"
1177
+ },
1178
+ {
1179
+ "fnName": "getDcimInventoryItemRolesId",
1180
+ "method": "get",
1181
+ "path": "/dcim/inventory-item-roles/{id}/"
1182
+ },
1183
+ {
1184
+ "fnName": "putDcimInventoryItemRolesId",
1185
+ "method": "put",
1186
+ "path": "/dcim/inventory-item-roles/{id}/"
1187
+ },
1188
+ {
1189
+ "fnName": "patchDcimInventoryItemRolesId",
1190
+ "method": "patch",
1191
+ "path": "/dcim/inventory-item-roles/{id}/"
1192
+ },
1193
+ {
1194
+ "fnName": "deleteDcimInventoryItemRolesId",
1195
+ "method": "delete",
1196
+ "path": "/dcim/inventory-item-roles/{id}/"
1197
+ },
1198
+ {
1199
+ "fnName": "postDcimInventoryItemTemplates",
1200
+ "method": "post",
1201
+ "path": "/dcim/inventory-item-templates/"
1202
+ },
1203
+ {
1204
+ "fnName": "putDcimInventoryItemTemplates",
1205
+ "method": "put",
1206
+ "path": "/dcim/inventory-item-templates/"
1207
+ },
1208
+ {
1209
+ "fnName": "patchDcimInventoryItemTemplates",
1210
+ "method": "patch",
1211
+ "path": "/dcim/inventory-item-templates/"
1212
+ },
1213
+ {
1214
+ "fnName": "deleteDcimInventoryItemTemplates",
1215
+ "method": "delete",
1216
+ "path": "/dcim/inventory-item-templates/"
1217
+ },
1218
+ {
1219
+ "fnName": "getDcimInventoryItemTemplatesId",
1220
+ "method": "get",
1221
+ "path": "/dcim/inventory-item-templates/{id}/"
1222
+ },
1223
+ {
1224
+ "fnName": "putDcimInventoryItemTemplatesId",
1225
+ "method": "put",
1226
+ "path": "/dcim/inventory-item-templates/{id}/"
1227
+ },
1228
+ {
1229
+ "fnName": "patchDcimInventoryItemTemplatesId",
1230
+ "method": "patch",
1231
+ "path": "/dcim/inventory-item-templates/{id}/"
1232
+ },
1233
+ {
1234
+ "fnName": "deleteDcimInventoryItemTemplatesId",
1235
+ "method": "delete",
1236
+ "path": "/dcim/inventory-item-templates/{id}/"
1237
+ },
1238
+ {
1239
+ "fnName": "postDcimInventoryItems",
1240
+ "method": "post",
1241
+ "path": "/dcim/inventory-items/"
1242
+ },
1243
+ {
1244
+ "fnName": "putDcimInventoryItems",
1245
+ "method": "put",
1246
+ "path": "/dcim/inventory-items/"
1247
+ },
1248
+ {
1249
+ "fnName": "patchDcimInventoryItems",
1250
+ "method": "patch",
1251
+ "path": "/dcim/inventory-items/"
1252
+ },
1253
+ {
1254
+ "fnName": "deleteDcimInventoryItems",
1255
+ "method": "delete",
1256
+ "path": "/dcim/inventory-items/"
1257
+ },
1258
+ {
1259
+ "fnName": "getDcimInventoryItemsId",
1260
+ "method": "get",
1261
+ "path": "/dcim/inventory-items/{id}/"
1262
+ },
1263
+ {
1264
+ "fnName": "putDcimInventoryItemsId",
1265
+ "method": "put",
1266
+ "path": "/dcim/inventory-items/{id}/"
1267
+ },
1268
+ {
1269
+ "fnName": "patchDcimInventoryItemsId",
1270
+ "method": "patch",
1271
+ "path": "/dcim/inventory-items/{id}/"
1272
+ },
1273
+ {
1274
+ "fnName": "deleteDcimInventoryItemsId",
1275
+ "method": "delete",
1276
+ "path": "/dcim/inventory-items/{id}/"
1277
+ },
1278
+ {
1279
+ "fnName": "postDcimLocations",
1280
+ "method": "post",
1281
+ "path": "/dcim/locations/"
1282
+ },
1283
+ {
1284
+ "fnName": "putDcimLocations",
1285
+ "method": "put",
1286
+ "path": "/dcim/locations/"
1287
+ },
1288
+ {
1289
+ "fnName": "patchDcimLocations",
1290
+ "method": "patch",
1291
+ "path": "/dcim/locations/"
1292
+ },
1293
+ {
1294
+ "fnName": "deleteDcimLocations",
1295
+ "method": "delete",
1296
+ "path": "/dcim/locations/"
1297
+ },
1298
+ {
1299
+ "fnName": "getDcimLocationsId",
1300
+ "method": "get",
1301
+ "path": "/dcim/locations/{id}/"
1302
+ },
1303
+ {
1304
+ "fnName": "putDcimLocationsId",
1305
+ "method": "put",
1306
+ "path": "/dcim/locations/{id}/"
1307
+ },
1308
+ {
1309
+ "fnName": "patchDcimLocationsId",
1310
+ "method": "patch",
1311
+ "path": "/dcim/locations/{id}/"
1312
+ },
1313
+ {
1314
+ "fnName": "deleteDcimLocationsId",
1315
+ "method": "delete",
1316
+ "path": "/dcim/locations/{id}/"
1317
+ },
1318
+ {
1319
+ "fnName": "postDcimManufacturers",
1320
+ "method": "post",
1321
+ "path": "/dcim/manufacturers/"
1322
+ },
1323
+ {
1324
+ "fnName": "putDcimManufacturers",
1325
+ "method": "put",
1326
+ "path": "/dcim/manufacturers/"
1327
+ },
1328
+ {
1329
+ "fnName": "patchDcimManufacturers",
1330
+ "method": "patch",
1331
+ "path": "/dcim/manufacturers/"
1332
+ },
1333
+ {
1334
+ "fnName": "deleteDcimManufacturers",
1335
+ "method": "delete",
1336
+ "path": "/dcim/manufacturers/"
1337
+ },
1338
+ {
1339
+ "fnName": "getDcimManufacturersId",
1340
+ "method": "get",
1341
+ "path": "/dcim/manufacturers/{id}/"
1342
+ },
1343
+ {
1344
+ "fnName": "putDcimManufacturersId",
1345
+ "method": "put",
1346
+ "path": "/dcim/manufacturers/{id}/"
1347
+ },
1348
+ {
1349
+ "fnName": "patchDcimManufacturersId",
1350
+ "method": "patch",
1351
+ "path": "/dcim/manufacturers/{id}/"
1352
+ },
1353
+ {
1354
+ "fnName": "deleteDcimManufacturersId",
1355
+ "method": "delete",
1356
+ "path": "/dcim/manufacturers/{id}/"
1357
+ },
1358
+ {
1359
+ "fnName": "postDcimModuleBayTemplates",
1360
+ "method": "post",
1361
+ "path": "/dcim/module-bay-templates/"
1362
+ },
1363
+ {
1364
+ "fnName": "putDcimModuleBayTemplates",
1365
+ "method": "put",
1366
+ "path": "/dcim/module-bay-templates/"
1367
+ },
1368
+ {
1369
+ "fnName": "patchDcimModuleBayTemplates",
1370
+ "method": "patch",
1371
+ "path": "/dcim/module-bay-templates/"
1372
+ },
1373
+ {
1374
+ "fnName": "deleteDcimModuleBayTemplates",
1375
+ "method": "delete",
1376
+ "path": "/dcim/module-bay-templates/"
1377
+ },
1378
+ {
1379
+ "fnName": "getDcimModuleBayTemplatesId",
1380
+ "method": "get",
1381
+ "path": "/dcim/module-bay-templates/{id}/"
1382
+ },
1383
+ {
1384
+ "fnName": "putDcimModuleBayTemplatesId",
1385
+ "method": "put",
1386
+ "path": "/dcim/module-bay-templates/{id}/"
1387
+ },
1388
+ {
1389
+ "fnName": "patchDcimModuleBayTemplatesId",
1390
+ "method": "patch",
1391
+ "path": "/dcim/module-bay-templates/{id}/"
1392
+ },
1393
+ {
1394
+ "fnName": "deleteDcimModuleBayTemplatesId",
1395
+ "method": "delete",
1396
+ "path": "/dcim/module-bay-templates/{id}/"
1397
+ },
1398
+ {
1399
+ "fnName": "postDcimModuleBays",
1400
+ "method": "post",
1401
+ "path": "/dcim/module-bays/"
1402
+ },
1403
+ {
1404
+ "fnName": "putDcimModuleBays",
1405
+ "method": "put",
1406
+ "path": "/dcim/module-bays/"
1407
+ },
1408
+ {
1409
+ "fnName": "patchDcimModuleBays",
1410
+ "method": "patch",
1411
+ "path": "/dcim/module-bays/"
1412
+ },
1413
+ {
1414
+ "fnName": "deleteDcimModuleBays",
1415
+ "method": "delete",
1416
+ "path": "/dcim/module-bays/"
1417
+ },
1418
+ {
1419
+ "fnName": "getDcimModuleBaysId",
1420
+ "method": "get",
1421
+ "path": "/dcim/module-bays/{id}/"
1422
+ },
1423
+ {
1424
+ "fnName": "putDcimModuleBaysId",
1425
+ "method": "put",
1426
+ "path": "/dcim/module-bays/{id}/"
1427
+ },
1428
+ {
1429
+ "fnName": "patchDcimModuleBaysId",
1430
+ "method": "patch",
1431
+ "path": "/dcim/module-bays/{id}/"
1432
+ },
1433
+ {
1434
+ "fnName": "deleteDcimModuleBaysId",
1435
+ "method": "delete",
1436
+ "path": "/dcim/module-bays/{id}/"
1437
+ },
1438
+ {
1439
+ "fnName": "postDcimModuleTypes",
1440
+ "method": "post",
1441
+ "path": "/dcim/module-types/"
1442
+ },
1443
+ {
1444
+ "fnName": "putDcimModuleTypes",
1445
+ "method": "put",
1446
+ "path": "/dcim/module-types/"
1447
+ },
1448
+ {
1449
+ "fnName": "patchDcimModuleTypes",
1450
+ "method": "patch",
1451
+ "path": "/dcim/module-types/"
1452
+ },
1453
+ {
1454
+ "fnName": "deleteDcimModuleTypes",
1455
+ "method": "delete",
1456
+ "path": "/dcim/module-types/"
1457
+ },
1458
+ {
1459
+ "fnName": "getDcimModuleTypesId",
1460
+ "method": "get",
1461
+ "path": "/dcim/module-types/{id}/"
1462
+ },
1463
+ {
1464
+ "fnName": "putDcimModuleTypesId",
1465
+ "method": "put",
1466
+ "path": "/dcim/module-types/{id}/"
1467
+ },
1468
+ {
1469
+ "fnName": "patchDcimModuleTypesId",
1470
+ "method": "patch",
1471
+ "path": "/dcim/module-types/{id}/"
1472
+ },
1473
+ {
1474
+ "fnName": "deleteDcimModuleTypesId",
1475
+ "method": "delete",
1476
+ "path": "/dcim/module-types/{id}/"
1477
+ },
1478
+ {
1479
+ "fnName": "postDcimModules",
1480
+ "method": "post",
1481
+ "path": "/dcim/modules/"
1482
+ },
1483
+ {
1484
+ "fnName": "putDcimModules",
1485
+ "method": "put",
1486
+ "path": "/dcim/modules/"
1487
+ },
1488
+ {
1489
+ "fnName": "patchDcimModules",
1490
+ "method": "patch",
1491
+ "path": "/dcim/modules/"
1492
+ },
1493
+ {
1494
+ "fnName": "deleteDcimModules",
1495
+ "method": "delete",
1496
+ "path": "/dcim/modules/"
1497
+ },
1498
+ {
1499
+ "fnName": "getDcimModulesId",
1500
+ "method": "get",
1501
+ "path": "/dcim/modules/{id}/"
1502
+ },
1503
+ {
1504
+ "fnName": "putDcimModulesId",
1505
+ "method": "put",
1506
+ "path": "/dcim/modules/{id}/"
1507
+ },
1508
+ {
1509
+ "fnName": "patchDcimModulesId",
1510
+ "method": "patch",
1511
+ "path": "/dcim/modules/{id}/"
1512
+ },
1513
+ {
1514
+ "fnName": "deleteDcimModulesId",
1515
+ "method": "delete",
1516
+ "path": "/dcim/modules/{id}/"
1517
+ },
1518
+ {
1519
+ "fnName": "postDcimPlatforms",
1520
+ "method": "post",
1521
+ "path": "/dcim/platforms/"
1522
+ },
1523
+ {
1524
+ "fnName": "putDcimPlatforms",
1525
+ "method": "put",
1526
+ "path": "/dcim/platforms/"
1527
+ },
1528
+ {
1529
+ "fnName": "patchDcimPlatforms",
1530
+ "method": "patch",
1531
+ "path": "/dcim/platforms/"
1532
+ },
1533
+ {
1534
+ "fnName": "deleteDcimPlatforms",
1535
+ "method": "delete",
1536
+ "path": "/dcim/platforms/"
1537
+ },
1538
+ {
1539
+ "fnName": "getDcimPlatformsId",
1540
+ "method": "get",
1541
+ "path": "/dcim/platforms/{id}/"
1542
+ },
1543
+ {
1544
+ "fnName": "putDcimPlatformsId",
1545
+ "method": "put",
1546
+ "path": "/dcim/platforms/{id}/"
1547
+ },
1548
+ {
1549
+ "fnName": "patchDcimPlatformsId",
1550
+ "method": "patch",
1551
+ "path": "/dcim/platforms/{id}/"
1552
+ },
1553
+ {
1554
+ "fnName": "deleteDcimPlatformsId",
1555
+ "method": "delete",
1556
+ "path": "/dcim/platforms/{id}/"
1557
+ },
1558
+ {
1559
+ "fnName": "postDcimPowerFeeds",
1560
+ "method": "post",
1561
+ "path": "/dcim/power-feeds/"
1562
+ },
1563
+ {
1564
+ "fnName": "putDcimPowerFeeds",
1565
+ "method": "put",
1566
+ "path": "/dcim/power-feeds/"
1567
+ },
1568
+ {
1569
+ "fnName": "patchDcimPowerFeeds",
1570
+ "method": "patch",
1571
+ "path": "/dcim/power-feeds/"
1572
+ },
1573
+ {
1574
+ "fnName": "deleteDcimPowerFeeds",
1575
+ "method": "delete",
1576
+ "path": "/dcim/power-feeds/"
1577
+ },
1578
+ {
1579
+ "fnName": "getDcimPowerFeedsId",
1580
+ "method": "get",
1581
+ "path": "/dcim/power-feeds/{id}/"
1582
+ },
1583
+ {
1584
+ "fnName": "putDcimPowerFeedsId",
1585
+ "method": "put",
1586
+ "path": "/dcim/power-feeds/{id}/"
1587
+ },
1588
+ {
1589
+ "fnName": "patchDcimPowerFeedsId",
1590
+ "method": "patch",
1591
+ "path": "/dcim/power-feeds/{id}/"
1592
+ },
1593
+ {
1594
+ "fnName": "deleteDcimPowerFeedsId",
1595
+ "method": "delete",
1596
+ "path": "/dcim/power-feeds/{id}/"
1597
+ },
1598
+ {
1599
+ "fnName": "getDcimPowerFeedsIdTrace",
1600
+ "method": "get",
1601
+ "path": "/dcim/power-feeds/{id}/trace/"
1602
+ },
1603
+ {
1604
+ "fnName": "postDcimPowerOutletTemplates",
1605
+ "method": "post",
1606
+ "path": "/dcim/power-outlet-templates/"
1607
+ },
1608
+ {
1609
+ "fnName": "putDcimPowerOutletTemplates",
1610
+ "method": "put",
1611
+ "path": "/dcim/power-outlet-templates/"
1612
+ },
1613
+ {
1614
+ "fnName": "patchDcimPowerOutletTemplates",
1615
+ "method": "patch",
1616
+ "path": "/dcim/power-outlet-templates/"
1617
+ },
1618
+ {
1619
+ "fnName": "deleteDcimPowerOutletTemplates",
1620
+ "method": "delete",
1621
+ "path": "/dcim/power-outlet-templates/"
1622
+ },
1623
+ {
1624
+ "fnName": "getDcimPowerOutletTemplatesId",
1625
+ "method": "get",
1626
+ "path": "/dcim/power-outlet-templates/{id}/"
1627
+ },
1628
+ {
1629
+ "fnName": "putDcimPowerOutletTemplatesId",
1630
+ "method": "put",
1631
+ "path": "/dcim/power-outlet-templates/{id}/"
1632
+ },
1633
+ {
1634
+ "fnName": "patchDcimPowerOutletTemplatesId",
1635
+ "method": "patch",
1636
+ "path": "/dcim/power-outlet-templates/{id}/"
1637
+ },
1638
+ {
1639
+ "fnName": "deleteDcimPowerOutletTemplatesId",
1640
+ "method": "delete",
1641
+ "path": "/dcim/power-outlet-templates/{id}/"
1642
+ },
1643
+ {
1644
+ "fnName": "postDcimPowerOutlets",
1645
+ "method": "post",
1646
+ "path": "/dcim/power-outlets/"
1647
+ },
1648
+ {
1649
+ "fnName": "putDcimPowerOutlets",
1650
+ "method": "put",
1651
+ "path": "/dcim/power-outlets/"
1652
+ },
1653
+ {
1654
+ "fnName": "patchDcimPowerOutlets",
1655
+ "method": "patch",
1656
+ "path": "/dcim/power-outlets/"
1657
+ },
1658
+ {
1659
+ "fnName": "deleteDcimPowerOutlets",
1660
+ "method": "delete",
1661
+ "path": "/dcim/power-outlets/"
1662
+ },
1663
+ {
1664
+ "fnName": "getDcimPowerOutletsId",
1665
+ "method": "get",
1666
+ "path": "/dcim/power-outlets/{id}/"
1667
+ },
1668
+ {
1669
+ "fnName": "putDcimPowerOutletsId",
1670
+ "method": "put",
1671
+ "path": "/dcim/power-outlets/{id}/"
1672
+ },
1673
+ {
1674
+ "fnName": "patchDcimPowerOutletsId",
1675
+ "method": "patch",
1676
+ "path": "/dcim/power-outlets/{id}/"
1677
+ },
1678
+ {
1679
+ "fnName": "deleteDcimPowerOutletsId",
1680
+ "method": "delete",
1681
+ "path": "/dcim/power-outlets/{id}/"
1682
+ },
1683
+ {
1684
+ "fnName": "getDcimPowerOutletsIdTrace",
1685
+ "method": "get",
1686
+ "path": "/dcim/power-outlets/{id}/trace/"
1687
+ },
1688
+ {
1689
+ "fnName": "postDcimPowerPanels",
1690
+ "method": "post",
1691
+ "path": "/dcim/power-panels/"
1692
+ },
1693
+ {
1694
+ "fnName": "putDcimPowerPanels",
1695
+ "method": "put",
1696
+ "path": "/dcim/power-panels/"
1697
+ },
1698
+ {
1699
+ "fnName": "patchDcimPowerPanels",
1700
+ "method": "patch",
1701
+ "path": "/dcim/power-panels/"
1702
+ },
1703
+ {
1704
+ "fnName": "deleteDcimPowerPanels",
1705
+ "method": "delete",
1706
+ "path": "/dcim/power-panels/"
1707
+ },
1708
+ {
1709
+ "fnName": "getDcimPowerPanelsId",
1710
+ "method": "get",
1711
+ "path": "/dcim/power-panels/{id}/"
1712
+ },
1713
+ {
1714
+ "fnName": "putDcimPowerPanelsId",
1715
+ "method": "put",
1716
+ "path": "/dcim/power-panels/{id}/"
1717
+ },
1718
+ {
1719
+ "fnName": "patchDcimPowerPanelsId",
1720
+ "method": "patch",
1721
+ "path": "/dcim/power-panels/{id}/"
1722
+ },
1723
+ {
1724
+ "fnName": "deleteDcimPowerPanelsId",
1725
+ "method": "delete",
1726
+ "path": "/dcim/power-panels/{id}/"
1727
+ },
1728
+ {
1729
+ "fnName": "postDcimPowerPortTemplates",
1730
+ "method": "post",
1731
+ "path": "/dcim/power-port-templates/"
1732
+ },
1733
+ {
1734
+ "fnName": "putDcimPowerPortTemplates",
1735
+ "method": "put",
1736
+ "path": "/dcim/power-port-templates/"
1737
+ },
1738
+ {
1739
+ "fnName": "patchDcimPowerPortTemplates",
1740
+ "method": "patch",
1741
+ "path": "/dcim/power-port-templates/"
1742
+ },
1743
+ {
1744
+ "fnName": "deleteDcimPowerPortTemplates",
1745
+ "method": "delete",
1746
+ "path": "/dcim/power-port-templates/"
1747
+ },
1748
+ {
1749
+ "fnName": "getDcimPowerPortTemplatesId",
1750
+ "method": "get",
1751
+ "path": "/dcim/power-port-templates/{id}/"
1752
+ },
1753
+ {
1754
+ "fnName": "putDcimPowerPortTemplatesId",
1755
+ "method": "put",
1756
+ "path": "/dcim/power-port-templates/{id}/"
1757
+ },
1758
+ {
1759
+ "fnName": "patchDcimPowerPortTemplatesId",
1760
+ "method": "patch",
1761
+ "path": "/dcim/power-port-templates/{id}/"
1762
+ },
1763
+ {
1764
+ "fnName": "deleteDcimPowerPortTemplatesId",
1765
+ "method": "delete",
1766
+ "path": "/dcim/power-port-templates/{id}/"
1767
+ },
1768
+ {
1769
+ "fnName": "postDcimPowerPorts",
1770
+ "method": "post",
1771
+ "path": "/dcim/power-ports/"
1772
+ },
1773
+ {
1774
+ "fnName": "putDcimPowerPorts",
1775
+ "method": "put",
1776
+ "path": "/dcim/power-ports/"
1777
+ },
1778
+ {
1779
+ "fnName": "patchDcimPowerPorts",
1780
+ "method": "patch",
1781
+ "path": "/dcim/power-ports/"
1782
+ },
1783
+ {
1784
+ "fnName": "deleteDcimPowerPorts",
1785
+ "method": "delete",
1786
+ "path": "/dcim/power-ports/"
1787
+ },
1788
+ {
1789
+ "fnName": "getDcimPowerPortsId",
1790
+ "method": "get",
1791
+ "path": "/dcim/power-ports/{id}/"
1792
+ },
1793
+ {
1794
+ "fnName": "putDcimPowerPortsId",
1795
+ "method": "put",
1796
+ "path": "/dcim/power-ports/{id}/"
1797
+ },
1798
+ {
1799
+ "fnName": "patchDcimPowerPortsId",
1800
+ "method": "patch",
1801
+ "path": "/dcim/power-ports/{id}/"
1802
+ },
1803
+ {
1804
+ "fnName": "deleteDcimPowerPortsId",
1805
+ "method": "delete",
1806
+ "path": "/dcim/power-ports/{id}/"
1807
+ },
1808
+ {
1809
+ "fnName": "getDcimPowerPortsIdTrace",
1810
+ "method": "get",
1811
+ "path": "/dcim/power-ports/{id}/trace/"
1812
+ },
1813
+ {
1814
+ "fnName": "postDcimRackReservations",
1815
+ "method": "post",
1816
+ "path": "/dcim/rack-reservations/"
1817
+ },
1818
+ {
1819
+ "fnName": "putDcimRackReservations",
1820
+ "method": "put",
1821
+ "path": "/dcim/rack-reservations/"
1822
+ },
1823
+ {
1824
+ "fnName": "patchDcimRackReservations",
1825
+ "method": "patch",
1826
+ "path": "/dcim/rack-reservations/"
1827
+ },
1828
+ {
1829
+ "fnName": "deleteDcimRackReservations",
1830
+ "method": "delete",
1831
+ "path": "/dcim/rack-reservations/"
1832
+ },
1833
+ {
1834
+ "fnName": "getDcimRackReservationsId",
1835
+ "method": "get",
1836
+ "path": "/dcim/rack-reservations/{id}/"
1837
+ },
1838
+ {
1839
+ "fnName": "putDcimRackReservationsId",
1840
+ "method": "put",
1841
+ "path": "/dcim/rack-reservations/{id}/"
1842
+ },
1843
+ {
1844
+ "fnName": "patchDcimRackReservationsId",
1845
+ "method": "patch",
1846
+ "path": "/dcim/rack-reservations/{id}/"
1847
+ },
1848
+ {
1849
+ "fnName": "deleteDcimRackReservationsId",
1850
+ "method": "delete",
1851
+ "path": "/dcim/rack-reservations/{id}/"
1852
+ },
1853
+ {
1854
+ "fnName": "postDcimRackRoles",
1855
+ "method": "post",
1856
+ "path": "/dcim/rack-roles/"
1857
+ },
1858
+ {
1859
+ "fnName": "putDcimRackRoles",
1860
+ "method": "put",
1861
+ "path": "/dcim/rack-roles/"
1862
+ },
1863
+ {
1864
+ "fnName": "patchDcimRackRoles",
1865
+ "method": "patch",
1866
+ "path": "/dcim/rack-roles/"
1867
+ },
1868
+ {
1869
+ "fnName": "deleteDcimRackRoles",
1870
+ "method": "delete",
1871
+ "path": "/dcim/rack-roles/"
1872
+ },
1873
+ {
1874
+ "fnName": "getDcimRackRolesId",
1875
+ "method": "get",
1876
+ "path": "/dcim/rack-roles/{id}/"
1877
+ },
1878
+ {
1879
+ "fnName": "putDcimRackRolesId",
1880
+ "method": "put",
1881
+ "path": "/dcim/rack-roles/{id}/"
1882
+ },
1883
+ {
1884
+ "fnName": "patchDcimRackRolesId",
1885
+ "method": "patch",
1886
+ "path": "/dcim/rack-roles/{id}/"
1887
+ },
1888
+ {
1889
+ "fnName": "deleteDcimRackRolesId",
1890
+ "method": "delete",
1891
+ "path": "/dcim/rack-roles/{id}/"
1892
+ },
1893
+ {
1894
+ "fnName": "postDcimRacks",
1895
+ "method": "post",
1896
+ "path": "/dcim/racks/"
1897
+ },
1898
+ {
1899
+ "fnName": "putDcimRacks",
1900
+ "method": "put",
1901
+ "path": "/dcim/racks/"
1902
+ },
1903
+ {
1904
+ "fnName": "patchDcimRacks",
1905
+ "method": "patch",
1906
+ "path": "/dcim/racks/"
1907
+ },
1908
+ {
1909
+ "fnName": "deleteDcimRacks",
1910
+ "method": "delete",
1911
+ "path": "/dcim/racks/"
1912
+ },
1913
+ {
1914
+ "fnName": "getDcimRacksId",
1915
+ "method": "get",
1916
+ "path": "/dcim/racks/{id}/"
1917
+ },
1918
+ {
1919
+ "fnName": "putDcimRacksId",
1920
+ "method": "put",
1921
+ "path": "/dcim/racks/{id}/"
1922
+ },
1923
+ {
1924
+ "fnName": "patchDcimRacksId",
1925
+ "method": "patch",
1926
+ "path": "/dcim/racks/{id}/"
1927
+ },
1928
+ {
1929
+ "fnName": "deleteDcimRacksId",
1930
+ "method": "delete",
1931
+ "path": "/dcim/racks/{id}/"
1932
+ },
1933
+ {
1934
+ "fnName": "postDcimRearPortTemplates",
1935
+ "method": "post",
1936
+ "path": "/dcim/rear-port-templates/"
1937
+ },
1938
+ {
1939
+ "fnName": "putDcimRearPortTemplates",
1940
+ "method": "put",
1941
+ "path": "/dcim/rear-port-templates/"
1942
+ },
1943
+ {
1944
+ "fnName": "patchDcimRearPortTemplates",
1945
+ "method": "patch",
1946
+ "path": "/dcim/rear-port-templates/"
1947
+ },
1948
+ {
1949
+ "fnName": "deleteDcimRearPortTemplates",
1950
+ "method": "delete",
1951
+ "path": "/dcim/rear-port-templates/"
1952
+ },
1953
+ {
1954
+ "fnName": "getDcimRearPortTemplatesId",
1955
+ "method": "get",
1956
+ "path": "/dcim/rear-port-templates/{id}/"
1957
+ },
1958
+ {
1959
+ "fnName": "putDcimRearPortTemplatesId",
1960
+ "method": "put",
1961
+ "path": "/dcim/rear-port-templates/{id}/"
1962
+ },
1963
+ {
1964
+ "fnName": "patchDcimRearPortTemplatesId",
1965
+ "method": "patch",
1966
+ "path": "/dcim/rear-port-templates/{id}/"
1967
+ },
1968
+ {
1969
+ "fnName": "deleteDcimRearPortTemplatesId",
1970
+ "method": "delete",
1971
+ "path": "/dcim/rear-port-templates/{id}/"
1972
+ },
1973
+ {
1974
+ "fnName": "postDcimRearPorts",
1975
+ "method": "post",
1976
+ "path": "/dcim/rear-ports/"
1977
+ },
1978
+ {
1979
+ "fnName": "putDcimRearPorts",
1980
+ "method": "put",
1981
+ "path": "/dcim/rear-ports/"
1982
+ },
1983
+ {
1984
+ "fnName": "patchDcimRearPorts",
1985
+ "method": "patch",
1986
+ "path": "/dcim/rear-ports/"
1987
+ },
1988
+ {
1989
+ "fnName": "deleteDcimRearPorts",
1990
+ "method": "delete",
1991
+ "path": "/dcim/rear-ports/"
1992
+ },
1993
+ {
1994
+ "fnName": "getDcimRearPortsId",
1995
+ "method": "get",
1996
+ "path": "/dcim/rear-ports/{id}/"
1997
+ },
1998
+ {
1999
+ "fnName": "putDcimRearPortsId",
2000
+ "method": "put",
2001
+ "path": "/dcim/rear-ports/{id}/"
2002
+ },
2003
+ {
2004
+ "fnName": "patchDcimRearPortsId",
2005
+ "method": "patch",
2006
+ "path": "/dcim/rear-ports/{id}/"
2007
+ },
2008
+ {
2009
+ "fnName": "deleteDcimRearPortsId",
2010
+ "method": "delete",
2011
+ "path": "/dcim/rear-ports/{id}/"
2012
+ },
2013
+ {
2014
+ "fnName": "getDcimRearPortsIdPaths",
2015
+ "method": "get",
2016
+ "path": "/dcim/rear-ports/{id}/paths/"
2017
+ },
2018
+ {
2019
+ "fnName": "postDcimRegions",
2020
+ "method": "post",
2021
+ "path": "/dcim/regions/"
2022
+ },
2023
+ {
2024
+ "fnName": "putDcimRegions",
2025
+ "method": "put",
2026
+ "path": "/dcim/regions/"
2027
+ },
2028
+ {
2029
+ "fnName": "patchDcimRegions",
2030
+ "method": "patch",
2031
+ "path": "/dcim/regions/"
2032
+ },
2033
+ {
2034
+ "fnName": "deleteDcimRegions",
2035
+ "method": "delete",
2036
+ "path": "/dcim/regions/"
2037
+ },
2038
+ {
2039
+ "fnName": "getDcimRegionsId",
2040
+ "method": "get",
2041
+ "path": "/dcim/regions/{id}/"
2042
+ },
2043
+ {
2044
+ "fnName": "putDcimRegionsId",
2045
+ "method": "put",
2046
+ "path": "/dcim/regions/{id}/"
2047
+ },
2048
+ {
2049
+ "fnName": "patchDcimRegionsId",
2050
+ "method": "patch",
2051
+ "path": "/dcim/regions/{id}/"
2052
+ },
2053
+ {
2054
+ "fnName": "deleteDcimRegionsId",
2055
+ "method": "delete",
2056
+ "path": "/dcim/regions/{id}/"
2057
+ },
2058
+ {
2059
+ "fnName": "postDcimSiteGroups",
2060
+ "method": "post",
2061
+ "path": "/dcim/site-groups/"
2062
+ },
2063
+ {
2064
+ "fnName": "putDcimSiteGroups",
2065
+ "method": "put",
2066
+ "path": "/dcim/site-groups/"
2067
+ },
2068
+ {
2069
+ "fnName": "patchDcimSiteGroups",
2070
+ "method": "patch",
2071
+ "path": "/dcim/site-groups/"
2072
+ },
2073
+ {
2074
+ "fnName": "deleteDcimSiteGroups",
2075
+ "method": "delete",
2076
+ "path": "/dcim/site-groups/"
2077
+ },
2078
+ {
2079
+ "fnName": "getDcimSiteGroupsId",
2080
+ "method": "get",
2081
+ "path": "/dcim/site-groups/{id}/"
2082
+ },
2083
+ {
2084
+ "fnName": "putDcimSiteGroupsId",
2085
+ "method": "put",
2086
+ "path": "/dcim/site-groups/{id}/"
2087
+ },
2088
+ {
2089
+ "fnName": "patchDcimSiteGroupsId",
2090
+ "method": "patch",
2091
+ "path": "/dcim/site-groups/{id}/"
2092
+ },
2093
+ {
2094
+ "fnName": "deleteDcimSiteGroupsId",
2095
+ "method": "delete",
2096
+ "path": "/dcim/site-groups/{id}/"
2097
+ },
2098
+ {
2099
+ "fnName": "postDcimSites",
2100
+ "method": "post",
2101
+ "path": "/dcim/sites/"
2102
+ },
2103
+ {
2104
+ "fnName": "putDcimSites",
2105
+ "method": "put",
2106
+ "path": "/dcim/sites/"
2107
+ },
2108
+ {
2109
+ "fnName": "patchDcimSites",
2110
+ "method": "patch",
2111
+ "path": "/dcim/sites/"
2112
+ },
2113
+ {
2114
+ "fnName": "deleteDcimSites",
2115
+ "method": "delete",
2116
+ "path": "/dcim/sites/"
2117
+ },
2118
+ {
2119
+ "fnName": "getDcimSitesId",
2120
+ "method": "get",
2121
+ "path": "/dcim/sites/{id}/"
2122
+ },
2123
+ {
2124
+ "fnName": "putDcimSitesId",
2125
+ "method": "put",
2126
+ "path": "/dcim/sites/{id}/"
2127
+ },
2128
+ {
2129
+ "fnName": "patchDcimSitesId",
2130
+ "method": "patch",
2131
+ "path": "/dcim/sites/{id}/"
2132
+ },
2133
+ {
2134
+ "fnName": "deleteDcimSitesId",
2135
+ "method": "delete",
2136
+ "path": "/dcim/sites/{id}/"
2137
+ },
2138
+ {
2139
+ "fnName": "postDcimVirtualChassis",
2140
+ "method": "post",
2141
+ "path": "/dcim/virtual-chassis/"
2142
+ },
2143
+ {
2144
+ "fnName": "putDcimVirtualChassis",
2145
+ "method": "put",
2146
+ "path": "/dcim/virtual-chassis/"
2147
+ },
2148
+ {
2149
+ "fnName": "patchDcimVirtualChassis",
2150
+ "method": "patch",
2151
+ "path": "/dcim/virtual-chassis/"
2152
+ },
2153
+ {
2154
+ "fnName": "deleteDcimVirtualChassis",
2155
+ "method": "delete",
2156
+ "path": "/dcim/virtual-chassis/"
2157
+ },
2158
+ {
2159
+ "fnName": "getDcimVirtualChassisId",
2160
+ "method": "get",
2161
+ "path": "/dcim/virtual-chassis/{id}/"
2162
+ },
2163
+ {
2164
+ "fnName": "putDcimVirtualChassisId",
2165
+ "method": "put",
2166
+ "path": "/dcim/virtual-chassis/{id}/"
2167
+ },
2168
+ {
2169
+ "fnName": "patchDcimVirtualChassisId",
2170
+ "method": "patch",
2171
+ "path": "/dcim/virtual-chassis/{id}/"
2172
+ },
2173
+ {
2174
+ "fnName": "deleteDcimVirtualChassisId",
2175
+ "method": "delete",
2176
+ "path": "/dcim/virtual-chassis/{id}/"
2177
+ },
2178
+ {
2179
+ "fnName": "postExtrasConfigContexts",
2180
+ "method": "post",
2181
+ "path": "/extras/config-contexts/"
2182
+ },
2183
+ {
2184
+ "fnName": "putExtrasConfigContexts",
2185
+ "method": "put",
2186
+ "path": "/extras/config-contexts/"
2187
+ },
2188
+ {
2189
+ "fnName": "patchExtrasConfigContexts",
2190
+ "method": "patch",
2191
+ "path": "/extras/config-contexts/"
2192
+ },
2193
+ {
2194
+ "fnName": "deleteExtrasConfigContexts",
2195
+ "method": "delete",
2196
+ "path": "/extras/config-contexts/"
2197
+ },
2198
+ {
2199
+ "fnName": "getExtrasConfigContextsId",
2200
+ "method": "get",
2201
+ "path": "/extras/config-contexts/{id}/"
2202
+ },
2203
+ {
2204
+ "fnName": "putExtrasConfigContextsId",
2205
+ "method": "put",
2206
+ "path": "/extras/config-contexts/{id}/"
2207
+ },
2208
+ {
2209
+ "fnName": "patchExtrasConfigContextsId",
2210
+ "method": "patch",
2211
+ "path": "/extras/config-contexts/{id}/"
2212
+ },
2213
+ {
2214
+ "fnName": "deleteExtrasConfigContextsId",
2215
+ "method": "delete",
2216
+ "path": "/extras/config-contexts/{id}/"
2217
+ },
2218
+ {
2219
+ "fnName": "getExtrasContentTypesId",
2220
+ "method": "get",
2221
+ "path": "/extras/content-types/{id}/"
2222
+ },
2223
+ {
2224
+ "fnName": "postExtrasCustomFields",
2225
+ "method": "post",
2226
+ "path": "/extras/custom-fields/"
2227
+ },
2228
+ {
2229
+ "fnName": "putExtrasCustomFields",
2230
+ "method": "put",
2231
+ "path": "/extras/custom-fields/"
2232
+ },
2233
+ {
2234
+ "fnName": "patchExtrasCustomFields",
2235
+ "method": "patch",
2236
+ "path": "/extras/custom-fields/"
2237
+ },
2238
+ {
2239
+ "fnName": "deleteExtrasCustomFields",
2240
+ "method": "delete",
2241
+ "path": "/extras/custom-fields/"
2242
+ },
2243
+ {
2244
+ "fnName": "getExtrasCustomFieldsId",
2245
+ "method": "get",
2246
+ "path": "/extras/custom-fields/{id}/"
2247
+ },
2248
+ {
2249
+ "fnName": "putExtrasCustomFieldsId",
2250
+ "method": "put",
2251
+ "path": "/extras/custom-fields/{id}/"
2252
+ },
2253
+ {
2254
+ "fnName": "patchExtrasCustomFieldsId",
2255
+ "method": "patch",
2256
+ "path": "/extras/custom-fields/{id}/"
2257
+ },
2258
+ {
2259
+ "fnName": "deleteExtrasCustomFieldsId",
2260
+ "method": "delete",
2261
+ "path": "/extras/custom-fields/{id}/"
2262
+ },
2263
+ {
2264
+ "fnName": "postExtrasCustomLinks",
2265
+ "method": "post",
2266
+ "path": "/extras/custom-links/"
2267
+ },
2268
+ {
2269
+ "fnName": "putExtrasCustomLinks",
2270
+ "method": "put",
2271
+ "path": "/extras/custom-links/"
2272
+ },
2273
+ {
2274
+ "fnName": "patchExtrasCustomLinks",
2275
+ "method": "patch",
2276
+ "path": "/extras/custom-links/"
2277
+ },
2278
+ {
2279
+ "fnName": "deleteExtrasCustomLinks",
2280
+ "method": "delete",
2281
+ "path": "/extras/custom-links/"
2282
+ },
2283
+ {
2284
+ "fnName": "getExtrasCustomLinksId",
2285
+ "method": "get",
2286
+ "path": "/extras/custom-links/{id}/"
2287
+ },
2288
+ {
2289
+ "fnName": "putExtrasCustomLinksId",
2290
+ "method": "put",
2291
+ "path": "/extras/custom-links/{id}/"
2292
+ },
2293
+ {
2294
+ "fnName": "patchExtrasCustomLinksId",
2295
+ "method": "patch",
2296
+ "path": "/extras/custom-links/{id}/"
2297
+ },
2298
+ {
2299
+ "fnName": "deleteExtrasCustomLinksId",
2300
+ "method": "delete",
2301
+ "path": "/extras/custom-links/{id}/"
2302
+ },
2303
+ {
2304
+ "fnName": "postExtrasExportTemplates",
2305
+ "method": "post",
2306
+ "path": "/extras/export-templates/"
2307
+ },
2308
+ {
2309
+ "fnName": "putExtrasExportTemplates",
2310
+ "method": "put",
2311
+ "path": "/extras/export-templates/"
2312
+ },
2313
+ {
2314
+ "fnName": "patchExtrasExportTemplates",
2315
+ "method": "patch",
2316
+ "path": "/extras/export-templates/"
2317
+ },
2318
+ {
2319
+ "fnName": "deleteExtrasExportTemplates",
2320
+ "method": "delete",
2321
+ "path": "/extras/export-templates/"
2322
+ },
2323
+ {
2324
+ "fnName": "getExtrasExportTemplatesId",
2325
+ "method": "get",
2326
+ "path": "/extras/export-templates/{id}/"
2327
+ },
2328
+ {
2329
+ "fnName": "putExtrasExportTemplatesId",
2330
+ "method": "put",
2331
+ "path": "/extras/export-templates/{id}/"
2332
+ },
2333
+ {
2334
+ "fnName": "patchExtrasExportTemplatesId",
2335
+ "method": "patch",
2336
+ "path": "/extras/export-templates/{id}/"
2337
+ },
2338
+ {
2339
+ "fnName": "deleteExtrasExportTemplatesId",
2340
+ "method": "delete",
2341
+ "path": "/extras/export-templates/{id}/"
2342
+ },
2343
+ {
2344
+ "fnName": "postExtrasImageAttachments",
2345
+ "method": "post",
2346
+ "path": "/extras/image-attachments/"
2347
+ },
2348
+ {
2349
+ "fnName": "putExtrasImageAttachments",
2350
+ "method": "put",
2351
+ "path": "/extras/image-attachments/"
2352
+ },
2353
+ {
2354
+ "fnName": "patchExtrasImageAttachments",
2355
+ "method": "patch",
2356
+ "path": "/extras/image-attachments/"
2357
+ },
2358
+ {
2359
+ "fnName": "deleteExtrasImageAttachments",
2360
+ "method": "delete",
2361
+ "path": "/extras/image-attachments/"
2362
+ },
2363
+ {
2364
+ "fnName": "getExtrasImageAttachmentsId",
2365
+ "method": "get",
2366
+ "path": "/extras/image-attachments/{id}/"
2367
+ },
2368
+ {
2369
+ "fnName": "putExtrasImageAttachmentsId",
2370
+ "method": "put",
2371
+ "path": "/extras/image-attachments/{id}/"
2372
+ },
2373
+ {
2374
+ "fnName": "patchExtrasImageAttachmentsId",
2375
+ "method": "patch",
2376
+ "path": "/extras/image-attachments/{id}/"
2377
+ },
2378
+ {
2379
+ "fnName": "deleteExtrasImageAttachmentsId",
2380
+ "method": "delete",
2381
+ "path": "/extras/image-attachments/{id}/"
2382
+ },
2383
+ {
2384
+ "fnName": "getExtrasJobResultsId",
2385
+ "method": "get",
2386
+ "path": "/extras/job-results/{id}/"
2387
+ },
2388
+ {
2389
+ "fnName": "postExtrasJournalEntries",
2390
+ "method": "post",
2391
+ "path": "/extras/journal-entries/"
2392
+ },
2393
+ {
2394
+ "fnName": "putExtrasJournalEntries",
2395
+ "method": "put",
2396
+ "path": "/extras/journal-entries/"
2397
+ },
2398
+ {
2399
+ "fnName": "patchExtrasJournalEntries",
2400
+ "method": "patch",
2401
+ "path": "/extras/journal-entries/"
2402
+ },
2403
+ {
2404
+ "fnName": "deleteExtrasJournalEntries",
2405
+ "method": "delete",
2406
+ "path": "/extras/journal-entries/"
2407
+ },
2408
+ {
2409
+ "fnName": "getExtrasJournalEntriesId",
2410
+ "method": "get",
2411
+ "path": "/extras/journal-entries/{id}/"
2412
+ },
2413
+ {
2414
+ "fnName": "putExtrasJournalEntriesId",
2415
+ "method": "put",
2416
+ "path": "/extras/journal-entries/{id}/"
2417
+ },
2418
+ {
2419
+ "fnName": "patchExtrasJournalEntriesId",
2420
+ "method": "patch",
2421
+ "path": "/extras/journal-entries/{id}/"
2422
+ },
2423
+ {
2424
+ "fnName": "deleteExtrasJournalEntriesId",
2425
+ "method": "delete",
2426
+ "path": "/extras/journal-entries/{id}/"
2427
+ },
2428
+ {
2429
+ "fnName": "getExtrasObjectChangesId",
2430
+ "method": "get",
2431
+ "path": "/extras/object-changes/{id}/"
2432
+ },
2433
+ {
2434
+ "fnName": "getExtrasReports",
2435
+ "method": "get",
2436
+ "path": "/extras/reports/"
2437
+ },
2438
+ {
2439
+ "fnName": "getExtrasReportsId",
2440
+ "method": "get",
2441
+ "path": "/extras/reports/{id}/"
2442
+ },
2443
+ {
2444
+ "fnName": "postExtrasReportsIdRun",
2445
+ "method": "post",
2446
+ "path": "/extras/reports/{id}/run/"
2447
+ },
2448
+ {
2449
+ "fnName": "getExtrasScripts",
2450
+ "method": "get",
2451
+ "path": "/extras/scripts/"
2452
+ },
2453
+ {
2454
+ "fnName": "getExtrasScriptsId",
2455
+ "method": "get",
2456
+ "path": "/extras/scripts/{id}/"
2457
+ },
2458
+ {
2459
+ "fnName": "postExtrasTags",
2460
+ "method": "post",
2461
+ "path": "/extras/tags/"
2462
+ },
2463
+ {
2464
+ "fnName": "putExtrasTags",
2465
+ "method": "put",
2466
+ "path": "/extras/tags/"
2467
+ },
2468
+ {
2469
+ "fnName": "patchExtrasTags",
2470
+ "method": "patch",
2471
+ "path": "/extras/tags/"
2472
+ },
2473
+ {
2474
+ "fnName": "deleteExtrasTags",
2475
+ "method": "delete",
2476
+ "path": "/extras/tags/"
2477
+ },
2478
+ {
2479
+ "fnName": "getExtrasTagsId",
2480
+ "method": "get",
2481
+ "path": "/extras/tags/{id}/"
2482
+ },
2483
+ {
2484
+ "fnName": "putExtrasTagsId",
2485
+ "method": "put",
2486
+ "path": "/extras/tags/{id}/"
2487
+ },
2488
+ {
2489
+ "fnName": "patchExtrasTagsId",
2490
+ "method": "patch",
2491
+ "path": "/extras/tags/{id}/"
2492
+ },
2493
+ {
2494
+ "fnName": "deleteExtrasTagsId",
2495
+ "method": "delete",
2496
+ "path": "/extras/tags/{id}/"
2497
+ },
2498
+ {
2499
+ "fnName": "postExtrasWebhooks",
2500
+ "method": "post",
2501
+ "path": "/extras/webhooks/"
2502
+ },
2503
+ {
2504
+ "fnName": "putExtrasWebhooks",
2505
+ "method": "put",
2506
+ "path": "/extras/webhooks/"
2507
+ },
2508
+ {
2509
+ "fnName": "patchExtrasWebhooks",
2510
+ "method": "patch",
2511
+ "path": "/extras/webhooks/"
2512
+ },
2513
+ {
2514
+ "fnName": "deleteExtrasWebhooks",
2515
+ "method": "delete",
2516
+ "path": "/extras/webhooks/"
2517
+ },
2518
+ {
2519
+ "fnName": "getExtrasWebhooksId",
2520
+ "method": "get",
2521
+ "path": "/extras/webhooks/{id}/"
2522
+ },
2523
+ {
2524
+ "fnName": "putExtrasWebhooksId",
2525
+ "method": "put",
2526
+ "path": "/extras/webhooks/{id}/"
2527
+ },
2528
+ {
2529
+ "fnName": "patchExtrasWebhooksId",
2530
+ "method": "patch",
2531
+ "path": "/extras/webhooks/{id}/"
2532
+ },
2533
+ {
2534
+ "fnName": "deleteExtrasWebhooksId",
2535
+ "method": "delete",
2536
+ "path": "/extras/webhooks/{id}/"
2537
+ },
2538
+ {
2539
+ "fnName": "postIpamAggregates",
2540
+ "method": "post",
2541
+ "path": "/ipam/aggregates/"
2542
+ },
2543
+ {
2544
+ "fnName": "putIpamAggregates",
2545
+ "method": "put",
2546
+ "path": "/ipam/aggregates/"
2547
+ },
2548
+ {
2549
+ "fnName": "patchIpamAggregates",
2550
+ "method": "patch",
2551
+ "path": "/ipam/aggregates/"
2552
+ },
2553
+ {
2554
+ "fnName": "deleteIpamAggregates",
2555
+ "method": "delete",
2556
+ "path": "/ipam/aggregates/"
2557
+ },
2558
+ {
2559
+ "fnName": "getIpamAggregatesId",
2560
+ "method": "get",
2561
+ "path": "/ipam/aggregates/{id}/"
2562
+ },
2563
+ {
2564
+ "fnName": "putIpamAggregatesId",
2565
+ "method": "put",
2566
+ "path": "/ipam/aggregates/{id}/"
2567
+ },
2568
+ {
2569
+ "fnName": "patchIpamAggregatesId",
2570
+ "method": "patch",
2571
+ "path": "/ipam/aggregates/{id}/"
2572
+ },
2573
+ {
2574
+ "fnName": "deleteIpamAggregatesId",
2575
+ "method": "delete",
2576
+ "path": "/ipam/aggregates/{id}/"
2577
+ },
2578
+ {
2579
+ "fnName": "postIpamAsns",
2580
+ "method": "post",
2581
+ "path": "/ipam/asns/"
2582
+ },
2583
+ {
2584
+ "fnName": "putIpamAsns",
2585
+ "method": "put",
2586
+ "path": "/ipam/asns/"
2587
+ },
2588
+ {
2589
+ "fnName": "patchIpamAsns",
2590
+ "method": "patch",
2591
+ "path": "/ipam/asns/"
2592
+ },
2593
+ {
2594
+ "fnName": "deleteIpamAsns",
2595
+ "method": "delete",
2596
+ "path": "/ipam/asns/"
2597
+ },
2598
+ {
2599
+ "fnName": "getIpamAsnsId",
2600
+ "method": "get",
2601
+ "path": "/ipam/asns/{id}/"
2602
+ },
2603
+ {
2604
+ "fnName": "putIpamAsnsId",
2605
+ "method": "put",
2606
+ "path": "/ipam/asns/{id}/"
2607
+ },
2608
+ {
2609
+ "fnName": "patchIpamAsnsId",
2610
+ "method": "patch",
2611
+ "path": "/ipam/asns/{id}/"
2612
+ },
2613
+ {
2614
+ "fnName": "deleteIpamAsnsId",
2615
+ "method": "delete",
2616
+ "path": "/ipam/asns/{id}/"
2617
+ },
2618
+ {
2619
+ "fnName": "postIpamFhrpGroupAssignments",
2620
+ "method": "post",
2621
+ "path": "/ipam/fhrp-group-assignments/"
2622
+ },
2623
+ {
2624
+ "fnName": "putIpamFhrpGroupAssignments",
2625
+ "method": "put",
2626
+ "path": "/ipam/fhrp-group-assignments/"
2627
+ },
2628
+ {
2629
+ "fnName": "patchIpamFhrpGroupAssignments",
2630
+ "method": "patch",
2631
+ "path": "/ipam/fhrp-group-assignments/"
2632
+ },
2633
+ {
2634
+ "fnName": "deleteIpamFhrpGroupAssignments",
2635
+ "method": "delete",
2636
+ "path": "/ipam/fhrp-group-assignments/"
2637
+ },
2638
+ {
2639
+ "fnName": "getIpamFhrpGroupAssignmentsId",
2640
+ "method": "get",
2641
+ "path": "/ipam/fhrp-group-assignments/{id}/"
2642
+ },
2643
+ {
2644
+ "fnName": "putIpamFhrpGroupAssignmentsId",
2645
+ "method": "put",
2646
+ "path": "/ipam/fhrp-group-assignments/{id}/"
2647
+ },
2648
+ {
2649
+ "fnName": "patchIpamFhrpGroupAssignmentsId",
2650
+ "method": "patch",
2651
+ "path": "/ipam/fhrp-group-assignments/{id}/"
2652
+ },
2653
+ {
2654
+ "fnName": "deleteIpamFhrpGroupAssignmentsId",
2655
+ "method": "delete",
2656
+ "path": "/ipam/fhrp-group-assignments/{id}/"
2657
+ },
2658
+ {
2659
+ "fnName": "postIpamFhrpGroups",
2660
+ "method": "post",
2661
+ "path": "/ipam/fhrp-groups/"
2662
+ },
2663
+ {
2664
+ "fnName": "putIpamFhrpGroups",
2665
+ "method": "put",
2666
+ "path": "/ipam/fhrp-groups/"
2667
+ },
2668
+ {
2669
+ "fnName": "patchIpamFhrpGroups",
2670
+ "method": "patch",
2671
+ "path": "/ipam/fhrp-groups/"
2672
+ },
2673
+ {
2674
+ "fnName": "deleteIpamFhrpGroups",
2675
+ "method": "delete",
2676
+ "path": "/ipam/fhrp-groups/"
2677
+ },
2678
+ {
2679
+ "fnName": "getIpamFhrpGroupsId",
2680
+ "method": "get",
2681
+ "path": "/ipam/fhrp-groups/{id}/"
2682
+ },
2683
+ {
2684
+ "fnName": "putIpamFhrpGroupsId",
2685
+ "method": "put",
2686
+ "path": "/ipam/fhrp-groups/{id}/"
2687
+ },
2688
+ {
2689
+ "fnName": "patchIpamFhrpGroupsId",
2690
+ "method": "patch",
2691
+ "path": "/ipam/fhrp-groups/{id}/"
2692
+ },
2693
+ {
2694
+ "fnName": "deleteIpamFhrpGroupsId",
2695
+ "method": "delete",
2696
+ "path": "/ipam/fhrp-groups/{id}/"
2697
+ },
2698
+ {
2699
+ "fnName": "postIpamIpAddresses",
2700
+ "method": "post",
2701
+ "path": "/ipam/ip-addresses/"
2702
+ },
2703
+ {
2704
+ "fnName": "putIpamIpAddresses",
2705
+ "method": "put",
2706
+ "path": "/ipam/ip-addresses/"
2707
+ },
2708
+ {
2709
+ "fnName": "patchIpamIpAddresses",
2710
+ "method": "patch",
2711
+ "path": "/ipam/ip-addresses/"
2712
+ },
2713
+ {
2714
+ "fnName": "deleteIpamIpAddresses",
2715
+ "method": "delete",
2716
+ "path": "/ipam/ip-addresses/"
2717
+ },
2718
+ {
2719
+ "fnName": "getIpamIpAddressesId",
2720
+ "method": "get",
2721
+ "path": "/ipam/ip-addresses/{id}/"
2722
+ },
2723
+ {
2724
+ "fnName": "putIpamIpAddressesId",
2725
+ "method": "put",
2726
+ "path": "/ipam/ip-addresses/{id}/"
2727
+ },
2728
+ {
2729
+ "fnName": "patchIpamIpAddressesId",
2730
+ "method": "patch",
2731
+ "path": "/ipam/ip-addresses/{id}/"
2732
+ },
2733
+ {
2734
+ "fnName": "deleteIpamIpAddressesId",
2735
+ "method": "delete",
2736
+ "path": "/ipam/ip-addresses/{id}/"
2737
+ },
2738
+ {
2739
+ "fnName": "postIpamIpRanges",
2740
+ "method": "post",
2741
+ "path": "/ipam/ip-ranges/"
2742
+ },
2743
+ {
2744
+ "fnName": "putIpamIpRanges",
2745
+ "method": "put",
2746
+ "path": "/ipam/ip-ranges/"
2747
+ },
2748
+ {
2749
+ "fnName": "patchIpamIpRanges",
2750
+ "method": "patch",
2751
+ "path": "/ipam/ip-ranges/"
2752
+ },
2753
+ {
2754
+ "fnName": "deleteIpamIpRanges",
2755
+ "method": "delete",
2756
+ "path": "/ipam/ip-ranges/"
2757
+ },
2758
+ {
2759
+ "fnName": "getIpamIpRangesId",
2760
+ "method": "get",
2761
+ "path": "/ipam/ip-ranges/{id}/"
2762
+ },
2763
+ {
2764
+ "fnName": "putIpamIpRangesId",
2765
+ "method": "put",
2766
+ "path": "/ipam/ip-ranges/{id}/"
2767
+ },
2768
+ {
2769
+ "fnName": "patchIpamIpRangesId",
2770
+ "method": "patch",
2771
+ "path": "/ipam/ip-ranges/{id}/"
2772
+ },
2773
+ {
2774
+ "fnName": "deleteIpamIpRangesId",
2775
+ "method": "delete",
2776
+ "path": "/ipam/ip-ranges/{id}/"
2777
+ },
2778
+ {
2779
+ "fnName": "postIpamL2vpnTerminations",
2780
+ "method": "post",
2781
+ "path": "/ipam/l2vpn-terminations/"
2782
+ },
2783
+ {
2784
+ "fnName": "putIpamL2vpnTerminations",
2785
+ "method": "put",
2786
+ "path": "/ipam/l2vpn-terminations/"
2787
+ },
2788
+ {
2789
+ "fnName": "patchIpamL2vpnTerminations",
2790
+ "method": "patch",
2791
+ "path": "/ipam/l2vpn-terminations/"
2792
+ },
2793
+ {
2794
+ "fnName": "deleteIpamL2vpnTerminations",
2795
+ "method": "delete",
2796
+ "path": "/ipam/l2vpn-terminations/"
2797
+ },
2798
+ {
2799
+ "fnName": "getIpamL2vpnTerminationsId",
2800
+ "method": "get",
2801
+ "path": "/ipam/l2vpn-terminations/{id}/"
2802
+ },
2803
+ {
2804
+ "fnName": "putIpamL2vpnTerminationsId",
2805
+ "method": "put",
2806
+ "path": "/ipam/l2vpn-terminations/{id}/"
2807
+ },
2808
+ {
2809
+ "fnName": "patchIpamL2vpnTerminationsId",
2810
+ "method": "patch",
2811
+ "path": "/ipam/l2vpn-terminations/{id}/"
2812
+ },
2813
+ {
2814
+ "fnName": "deleteIpamL2vpnTerminationsId",
2815
+ "method": "delete",
2816
+ "path": "/ipam/l2vpn-terminations/{id}/"
2817
+ },
2818
+ {
2819
+ "fnName": "postIpamL2vpns",
2820
+ "method": "post",
2821
+ "path": "/ipam/l2vpns/"
2822
+ },
2823
+ {
2824
+ "fnName": "putIpamL2vpns",
2825
+ "method": "put",
2826
+ "path": "/ipam/l2vpns/"
2827
+ },
2828
+ {
2829
+ "fnName": "patchIpamL2vpns",
2830
+ "method": "patch",
2831
+ "path": "/ipam/l2vpns/"
2832
+ },
2833
+ {
2834
+ "fnName": "deleteIpamL2vpns",
2835
+ "method": "delete",
2836
+ "path": "/ipam/l2vpns/"
2837
+ },
2838
+ {
2839
+ "fnName": "getIpamL2vpnsId",
2840
+ "method": "get",
2841
+ "path": "/ipam/l2vpns/{id}/"
2842
+ },
2843
+ {
2844
+ "fnName": "putIpamL2vpnsId",
2845
+ "method": "put",
2846
+ "path": "/ipam/l2vpns/{id}/"
2847
+ },
2848
+ {
2849
+ "fnName": "patchIpamL2vpnsId",
2850
+ "method": "patch",
2851
+ "path": "/ipam/l2vpns/{id}/"
2852
+ },
2853
+ {
2854
+ "fnName": "deleteIpamL2vpnsId",
2855
+ "method": "delete",
2856
+ "path": "/ipam/l2vpns/{id}/"
2857
+ },
2858
+ {
2859
+ "fnName": "postIpamPrefixes",
2860
+ "method": "post",
2861
+ "path": "/ipam/prefixes/"
2862
+ },
2863
+ {
2864
+ "fnName": "putIpamPrefixes",
2865
+ "method": "put",
2866
+ "path": "/ipam/prefixes/"
2867
+ },
2868
+ {
2869
+ "fnName": "patchIpamPrefixes",
2870
+ "method": "patch",
2871
+ "path": "/ipam/prefixes/"
2872
+ },
2873
+ {
2874
+ "fnName": "deleteIpamPrefixes",
2875
+ "method": "delete",
2876
+ "path": "/ipam/prefixes/"
2877
+ },
2878
+ {
2879
+ "fnName": "getIpamPrefixesId",
2880
+ "method": "get",
2881
+ "path": "/ipam/prefixes/{id}/"
2882
+ },
2883
+ {
2884
+ "fnName": "putIpamPrefixesId",
2885
+ "method": "put",
2886
+ "path": "/ipam/prefixes/{id}/"
2887
+ },
2888
+ {
2889
+ "fnName": "patchIpamPrefixesId",
2890
+ "method": "patch",
2891
+ "path": "/ipam/prefixes/{id}/"
2892
+ },
2893
+ {
2894
+ "fnName": "deleteIpamPrefixesId",
2895
+ "method": "delete",
2896
+ "path": "/ipam/prefixes/{id}/"
2897
+ },
2898
+ {
2899
+ "fnName": "postIpamRirs",
2900
+ "method": "post",
2901
+ "path": "/ipam/rirs/"
2902
+ },
2903
+ {
2904
+ "fnName": "putIpamRirs",
2905
+ "method": "put",
2906
+ "path": "/ipam/rirs/"
2907
+ },
2908
+ {
2909
+ "fnName": "patchIpamRirs",
2910
+ "method": "patch",
2911
+ "path": "/ipam/rirs/"
2912
+ },
2913
+ {
2914
+ "fnName": "deleteIpamRirs",
2915
+ "method": "delete",
2916
+ "path": "/ipam/rirs/"
2917
+ },
2918
+ {
2919
+ "fnName": "getIpamRirsId",
2920
+ "method": "get",
2921
+ "path": "/ipam/rirs/{id}/"
2922
+ },
2923
+ {
2924
+ "fnName": "putIpamRirsId",
2925
+ "method": "put",
2926
+ "path": "/ipam/rirs/{id}/"
2927
+ },
2928
+ {
2929
+ "fnName": "patchIpamRirsId",
2930
+ "method": "patch",
2931
+ "path": "/ipam/rirs/{id}/"
2932
+ },
2933
+ {
2934
+ "fnName": "deleteIpamRirsId",
2935
+ "method": "delete",
2936
+ "path": "/ipam/rirs/{id}/"
2937
+ },
2938
+ {
2939
+ "fnName": "postIpamRoles",
2940
+ "method": "post",
2941
+ "path": "/ipam/roles/"
2942
+ },
2943
+ {
2944
+ "fnName": "putIpamRoles",
2945
+ "method": "put",
2946
+ "path": "/ipam/roles/"
2947
+ },
2948
+ {
2949
+ "fnName": "patchIpamRoles",
2950
+ "method": "patch",
2951
+ "path": "/ipam/roles/"
2952
+ },
2953
+ {
2954
+ "fnName": "deleteIpamRoles",
2955
+ "method": "delete",
2956
+ "path": "/ipam/roles/"
2957
+ },
2958
+ {
2959
+ "fnName": "getIpamRolesId",
2960
+ "method": "get",
2961
+ "path": "/ipam/roles/{id}/"
2962
+ },
2963
+ {
2964
+ "fnName": "putIpamRolesId",
2965
+ "method": "put",
2966
+ "path": "/ipam/roles/{id}/"
2967
+ },
2968
+ {
2969
+ "fnName": "patchIpamRolesId",
2970
+ "method": "patch",
2971
+ "path": "/ipam/roles/{id}/"
2972
+ },
2973
+ {
2974
+ "fnName": "deleteIpamRolesId",
2975
+ "method": "delete",
2976
+ "path": "/ipam/roles/{id}/"
2977
+ },
2978
+ {
2979
+ "fnName": "postIpamRouteTargets",
2980
+ "method": "post",
2981
+ "path": "/ipam/route-targets/"
2982
+ },
2983
+ {
2984
+ "fnName": "putIpamRouteTargets",
2985
+ "method": "put",
2986
+ "path": "/ipam/route-targets/"
2987
+ },
2988
+ {
2989
+ "fnName": "patchIpamRouteTargets",
2990
+ "method": "patch",
2991
+ "path": "/ipam/route-targets/"
2992
+ },
2993
+ {
2994
+ "fnName": "deleteIpamRouteTargets",
2995
+ "method": "delete",
2996
+ "path": "/ipam/route-targets/"
2997
+ },
2998
+ {
2999
+ "fnName": "getIpamRouteTargetsId",
3000
+ "method": "get",
3001
+ "path": "/ipam/route-targets/{id}/"
3002
+ },
3003
+ {
3004
+ "fnName": "putIpamRouteTargetsId",
3005
+ "method": "put",
3006
+ "path": "/ipam/route-targets/{id}/"
3007
+ },
3008
+ {
3009
+ "fnName": "patchIpamRouteTargetsId",
3010
+ "method": "patch",
3011
+ "path": "/ipam/route-targets/{id}/"
3012
+ },
3013
+ {
3014
+ "fnName": "deleteIpamRouteTargetsId",
3015
+ "method": "delete",
3016
+ "path": "/ipam/route-targets/{id}/"
3017
+ },
3018
+ {
3019
+ "fnName": "postIpamServiceTemplates",
3020
+ "method": "post",
3021
+ "path": "/ipam/service-templates/"
3022
+ },
3023
+ {
3024
+ "fnName": "putIpamServiceTemplates",
3025
+ "method": "put",
3026
+ "path": "/ipam/service-templates/"
3027
+ },
3028
+ {
3029
+ "fnName": "patchIpamServiceTemplates",
3030
+ "method": "patch",
3031
+ "path": "/ipam/service-templates/"
3032
+ },
3033
+ {
3034
+ "fnName": "deleteIpamServiceTemplates",
3035
+ "method": "delete",
3036
+ "path": "/ipam/service-templates/"
3037
+ },
3038
+ {
3039
+ "fnName": "getIpamServiceTemplatesId",
3040
+ "method": "get",
3041
+ "path": "/ipam/service-templates/{id}/"
3042
+ },
3043
+ {
3044
+ "fnName": "putIpamServiceTemplatesId",
3045
+ "method": "put",
3046
+ "path": "/ipam/service-templates/{id}/"
3047
+ },
3048
+ {
3049
+ "fnName": "patchIpamServiceTemplatesId",
3050
+ "method": "patch",
3051
+ "path": "/ipam/service-templates/{id}/"
3052
+ },
3053
+ {
3054
+ "fnName": "deleteIpamServiceTemplatesId",
3055
+ "method": "delete",
3056
+ "path": "/ipam/service-templates/{id}/"
3057
+ },
3058
+ {
3059
+ "fnName": "postIpamServices",
3060
+ "method": "post",
3061
+ "path": "/ipam/services/"
3062
+ },
3063
+ {
3064
+ "fnName": "putIpamServices",
3065
+ "method": "put",
3066
+ "path": "/ipam/services/"
3067
+ },
3068
+ {
3069
+ "fnName": "patchIpamServices",
3070
+ "method": "patch",
3071
+ "path": "/ipam/services/"
3072
+ },
3073
+ {
3074
+ "fnName": "deleteIpamServices",
3075
+ "method": "delete",
3076
+ "path": "/ipam/services/"
3077
+ },
3078
+ {
3079
+ "fnName": "getIpamServicesId",
3080
+ "method": "get",
3081
+ "path": "/ipam/services/{id}/"
3082
+ },
3083
+ {
3084
+ "fnName": "putIpamServicesId",
3085
+ "method": "put",
3086
+ "path": "/ipam/services/{id}/"
3087
+ },
3088
+ {
3089
+ "fnName": "patchIpamServicesId",
3090
+ "method": "patch",
3091
+ "path": "/ipam/services/{id}/"
3092
+ },
3093
+ {
3094
+ "fnName": "deleteIpamServicesId",
3095
+ "method": "delete",
3096
+ "path": "/ipam/services/{id}/"
3097
+ },
3098
+ {
3099
+ "fnName": "postIpamVlanGroups",
3100
+ "method": "post",
3101
+ "path": "/ipam/vlan-groups/"
3102
+ },
3103
+ {
3104
+ "fnName": "putIpamVlanGroups",
3105
+ "method": "put",
3106
+ "path": "/ipam/vlan-groups/"
3107
+ },
3108
+ {
3109
+ "fnName": "patchIpamVlanGroups",
3110
+ "method": "patch",
3111
+ "path": "/ipam/vlan-groups/"
3112
+ },
3113
+ {
3114
+ "fnName": "deleteIpamVlanGroups",
3115
+ "method": "delete",
3116
+ "path": "/ipam/vlan-groups/"
3117
+ },
3118
+ {
3119
+ "fnName": "getIpamVlanGroupsId",
3120
+ "method": "get",
3121
+ "path": "/ipam/vlan-groups/{id}/"
3122
+ },
3123
+ {
3124
+ "fnName": "putIpamVlanGroupsId",
3125
+ "method": "put",
3126
+ "path": "/ipam/vlan-groups/{id}/"
3127
+ },
3128
+ {
3129
+ "fnName": "patchIpamVlanGroupsId",
3130
+ "method": "patch",
3131
+ "path": "/ipam/vlan-groups/{id}/"
3132
+ },
3133
+ {
3134
+ "fnName": "deleteIpamVlanGroupsId",
3135
+ "method": "delete",
3136
+ "path": "/ipam/vlan-groups/{id}/"
3137
+ },
3138
+ {
3139
+ "fnName": "postIpamVlans",
3140
+ "method": "post",
3141
+ "path": "/ipam/vlans/"
3142
+ },
3143
+ {
3144
+ "fnName": "putIpamVlans",
3145
+ "method": "put",
3146
+ "path": "/ipam/vlans/"
3147
+ },
3148
+ {
3149
+ "fnName": "patchIpamVlans",
3150
+ "method": "patch",
3151
+ "path": "/ipam/vlans/"
3152
+ },
3153
+ {
3154
+ "fnName": "deleteIpamVlans",
3155
+ "method": "delete",
3156
+ "path": "/ipam/vlans/"
3157
+ },
3158
+ {
3159
+ "fnName": "getIpamVlansId",
3160
+ "method": "get",
3161
+ "path": "/ipam/vlans/{id}/"
3162
+ },
3163
+ {
3164
+ "fnName": "putIpamVlansId",
3165
+ "method": "put",
3166
+ "path": "/ipam/vlans/{id}/"
3167
+ },
3168
+ {
3169
+ "fnName": "patchIpamVlansId",
3170
+ "method": "patch",
3171
+ "path": "/ipam/vlans/{id}/"
3172
+ },
3173
+ {
3174
+ "fnName": "deleteIpamVlansId",
3175
+ "method": "delete",
3176
+ "path": "/ipam/vlans/{id}/"
3177
+ },
3178
+ {
3179
+ "fnName": "postIpamVrfs",
3180
+ "method": "post",
3181
+ "path": "/ipam/vrfs/"
3182
+ },
3183
+ {
3184
+ "fnName": "putIpamVrfs",
3185
+ "method": "put",
3186
+ "path": "/ipam/vrfs/"
3187
+ },
3188
+ {
3189
+ "fnName": "patchIpamVrfs",
3190
+ "method": "patch",
3191
+ "path": "/ipam/vrfs/"
3192
+ },
3193
+ {
3194
+ "fnName": "deleteIpamVrfs",
3195
+ "method": "delete",
3196
+ "path": "/ipam/vrfs/"
3197
+ },
3198
+ {
3199
+ "fnName": "getIpamVrfsId",
3200
+ "method": "get",
3201
+ "path": "/ipam/vrfs/{id}/"
3202
+ },
3203
+ {
3204
+ "fnName": "putIpamVrfsId",
3205
+ "method": "put",
3206
+ "path": "/ipam/vrfs/{id}/"
3207
+ },
3208
+ {
3209
+ "fnName": "patchIpamVrfsId",
3210
+ "method": "patch",
3211
+ "path": "/ipam/vrfs/{id}/"
3212
+ },
3213
+ {
3214
+ "fnName": "deleteIpamVrfsId",
3215
+ "method": "delete",
3216
+ "path": "/ipam/vrfs/{id}/"
3217
+ },
3218
+ {
3219
+ "fnName": "getStatus",
3220
+ "method": "get",
3221
+ "path": "/status/"
3222
+ },
3223
+ {
3224
+ "fnName": "postTenancyContactAssignments",
3225
+ "method": "post",
3226
+ "path": "/tenancy/contact-assignments/"
3227
+ },
3228
+ {
3229
+ "fnName": "putTenancyContactAssignments",
3230
+ "method": "put",
3231
+ "path": "/tenancy/contact-assignments/"
3232
+ },
3233
+ {
3234
+ "fnName": "patchTenancyContactAssignments",
3235
+ "method": "patch",
3236
+ "path": "/tenancy/contact-assignments/"
3237
+ },
3238
+ {
3239
+ "fnName": "deleteTenancyContactAssignments",
3240
+ "method": "delete",
3241
+ "path": "/tenancy/contact-assignments/"
3242
+ },
3243
+ {
3244
+ "fnName": "getTenancyContactAssignmentsId",
3245
+ "method": "get",
3246
+ "path": "/tenancy/contact-assignments/{id}/"
3247
+ },
3248
+ {
3249
+ "fnName": "putTenancyContactAssignmentsId",
3250
+ "method": "put",
3251
+ "path": "/tenancy/contact-assignments/{id}/"
3252
+ },
3253
+ {
3254
+ "fnName": "patchTenancyContactAssignmentsId",
3255
+ "method": "patch",
3256
+ "path": "/tenancy/contact-assignments/{id}/"
3257
+ },
3258
+ {
3259
+ "fnName": "deleteTenancyContactAssignmentsId",
3260
+ "method": "delete",
3261
+ "path": "/tenancy/contact-assignments/{id}/"
3262
+ },
3263
+ {
3264
+ "fnName": "postTenancyContactGroups",
3265
+ "method": "post",
3266
+ "path": "/tenancy/contact-groups/"
3267
+ },
3268
+ {
3269
+ "fnName": "putTenancyContactGroups",
3270
+ "method": "put",
3271
+ "path": "/tenancy/contact-groups/"
3272
+ },
3273
+ {
3274
+ "fnName": "patchTenancyContactGroups",
3275
+ "method": "patch",
3276
+ "path": "/tenancy/contact-groups/"
3277
+ },
3278
+ {
3279
+ "fnName": "deleteTenancyContactGroups",
3280
+ "method": "delete",
3281
+ "path": "/tenancy/contact-groups/"
3282
+ },
3283
+ {
3284
+ "fnName": "getTenancyContactGroupsId",
3285
+ "method": "get",
3286
+ "path": "/tenancy/contact-groups/{id}/"
3287
+ },
3288
+ {
3289
+ "fnName": "putTenancyContactGroupsId",
3290
+ "method": "put",
3291
+ "path": "/tenancy/contact-groups/{id}/"
3292
+ },
3293
+ {
3294
+ "fnName": "patchTenancyContactGroupsId",
3295
+ "method": "patch",
3296
+ "path": "/tenancy/contact-groups/{id}/"
3297
+ },
3298
+ {
3299
+ "fnName": "deleteTenancyContactGroupsId",
3300
+ "method": "delete",
3301
+ "path": "/tenancy/contact-groups/{id}/"
3302
+ },
3303
+ {
3304
+ "fnName": "postTenancyContactRoles",
3305
+ "method": "post",
3306
+ "path": "/tenancy/contact-roles/"
3307
+ },
3308
+ {
3309
+ "fnName": "putTenancyContactRoles",
3310
+ "method": "put",
3311
+ "path": "/tenancy/contact-roles/"
3312
+ },
3313
+ {
3314
+ "fnName": "patchTenancyContactRoles",
3315
+ "method": "patch",
3316
+ "path": "/tenancy/contact-roles/"
3317
+ },
3318
+ {
3319
+ "fnName": "deleteTenancyContactRoles",
3320
+ "method": "delete",
3321
+ "path": "/tenancy/contact-roles/"
3322
+ },
3323
+ {
3324
+ "fnName": "getTenancyContactRolesId",
3325
+ "method": "get",
3326
+ "path": "/tenancy/contact-roles/{id}/"
3327
+ },
3328
+ {
3329
+ "fnName": "putTenancyContactRolesId",
3330
+ "method": "put",
3331
+ "path": "/tenancy/contact-roles/{id}/"
3332
+ },
3333
+ {
3334
+ "fnName": "patchTenancyContactRolesId",
3335
+ "method": "patch",
3336
+ "path": "/tenancy/contact-roles/{id}/"
3337
+ },
3338
+ {
3339
+ "fnName": "deleteTenancyContactRolesId",
3340
+ "method": "delete",
3341
+ "path": "/tenancy/contact-roles/{id}/"
3342
+ },
3343
+ {
3344
+ "fnName": "postTenancyContacts",
3345
+ "method": "post",
3346
+ "path": "/tenancy/contacts/"
3347
+ },
3348
+ {
3349
+ "fnName": "putTenancyContacts",
3350
+ "method": "put",
3351
+ "path": "/tenancy/contacts/"
3352
+ },
3353
+ {
3354
+ "fnName": "patchTenancyContacts",
3355
+ "method": "patch",
3356
+ "path": "/tenancy/contacts/"
3357
+ },
3358
+ {
3359
+ "fnName": "deleteTenancyContacts",
3360
+ "method": "delete",
3361
+ "path": "/tenancy/contacts/"
3362
+ },
3363
+ {
3364
+ "fnName": "getTenancyContactsId",
3365
+ "method": "get",
3366
+ "path": "/tenancy/contacts/{id}/"
3367
+ },
3368
+ {
3369
+ "fnName": "putTenancyContactsId",
3370
+ "method": "put",
3371
+ "path": "/tenancy/contacts/{id}/"
3372
+ },
3373
+ {
3374
+ "fnName": "patchTenancyContactsId",
3375
+ "method": "patch",
3376
+ "path": "/tenancy/contacts/{id}/"
3377
+ },
3378
+ {
3379
+ "fnName": "deleteTenancyContactsId",
3380
+ "method": "delete",
3381
+ "path": "/tenancy/contacts/{id}/"
3382
+ },
3383
+ {
3384
+ "fnName": "postTenancyTenantGroups",
3385
+ "method": "post",
3386
+ "path": "/tenancy/tenant-groups/"
3387
+ },
3388
+ {
3389
+ "fnName": "putTenancyTenantGroups",
3390
+ "method": "put",
3391
+ "path": "/tenancy/tenant-groups/"
3392
+ },
3393
+ {
3394
+ "fnName": "patchTenancyTenantGroups",
3395
+ "method": "patch",
3396
+ "path": "/tenancy/tenant-groups/"
3397
+ },
3398
+ {
3399
+ "fnName": "deleteTenancyTenantGroups",
3400
+ "method": "delete",
3401
+ "path": "/tenancy/tenant-groups/"
3402
+ },
3403
+ {
3404
+ "fnName": "getTenancyTenantGroupsId",
3405
+ "method": "get",
3406
+ "path": "/tenancy/tenant-groups/{id}/"
3407
+ },
3408
+ {
3409
+ "fnName": "putTenancyTenantGroupsId",
3410
+ "method": "put",
3411
+ "path": "/tenancy/tenant-groups/{id}/"
3412
+ },
3413
+ {
3414
+ "fnName": "patchTenancyTenantGroupsId",
3415
+ "method": "patch",
3416
+ "path": "/tenancy/tenant-groups/{id}/"
3417
+ },
3418
+ {
3419
+ "fnName": "deleteTenancyTenantGroupsId",
3420
+ "method": "delete",
3421
+ "path": "/tenancy/tenant-groups/{id}/"
3422
+ },
3423
+ {
3424
+ "fnName": "postTenancyTenants",
3425
+ "method": "post",
3426
+ "path": "/tenancy/tenants/"
3427
+ },
3428
+ {
3429
+ "fnName": "putTenancyTenants",
3430
+ "method": "put",
3431
+ "path": "/tenancy/tenants/"
3432
+ },
3433
+ {
3434
+ "fnName": "patchTenancyTenants",
3435
+ "method": "patch",
3436
+ "path": "/tenancy/tenants/"
3437
+ },
3438
+ {
3439
+ "fnName": "deleteTenancyTenants",
3440
+ "method": "delete",
3441
+ "path": "/tenancy/tenants/"
3442
+ },
3443
+ {
3444
+ "fnName": "getTenancyTenantsId",
3445
+ "method": "get",
3446
+ "path": "/tenancy/tenants/{id}/"
3447
+ },
3448
+ {
3449
+ "fnName": "putTenancyTenantsId",
3450
+ "method": "put",
3451
+ "path": "/tenancy/tenants/{id}/"
3452
+ },
3453
+ {
3454
+ "fnName": "patchTenancyTenantsId",
3455
+ "method": "patch",
3456
+ "path": "/tenancy/tenants/{id}/"
3457
+ },
3458
+ {
3459
+ "fnName": "deleteTenancyTenantsId",
3460
+ "method": "delete",
3461
+ "path": "/tenancy/tenants/{id}/"
3462
+ },
3463
+ {
3464
+ "fnName": "getUsersConfig",
3465
+ "method": "get",
3466
+ "path": "/users/config/"
3467
+ },
3468
+ {
3469
+ "fnName": "postUsersGroups",
3470
+ "method": "post",
3471
+ "path": "/users/groups/"
3472
+ },
3473
+ {
3474
+ "fnName": "putUsersGroups",
3475
+ "method": "put",
3476
+ "path": "/users/groups/"
3477
+ },
3478
+ {
3479
+ "fnName": "patchUsersGroups",
3480
+ "method": "patch",
3481
+ "path": "/users/groups/"
3482
+ },
3483
+ {
3484
+ "fnName": "deleteUsersGroups",
3485
+ "method": "delete",
3486
+ "path": "/users/groups/"
3487
+ },
3488
+ {
3489
+ "fnName": "getUsersGroupsId",
3490
+ "method": "get",
3491
+ "path": "/users/groups/{id}/"
3492
+ },
3493
+ {
3494
+ "fnName": "putUsersGroupsId",
3495
+ "method": "put",
3496
+ "path": "/users/groups/{id}/"
3497
+ },
3498
+ {
3499
+ "fnName": "patchUsersGroupsId",
3500
+ "method": "patch",
3501
+ "path": "/users/groups/{id}/"
3502
+ },
3503
+ {
3504
+ "fnName": "deleteUsersGroupsId",
3505
+ "method": "delete",
3506
+ "path": "/users/groups/{id}/"
3507
+ },
3508
+ {
3509
+ "fnName": "postUsersPermissions",
3510
+ "method": "post",
3511
+ "path": "/users/permissions/"
3512
+ },
3513
+ {
3514
+ "fnName": "putUsersPermissions",
3515
+ "method": "put",
3516
+ "path": "/users/permissions/"
3517
+ },
3518
+ {
3519
+ "fnName": "patchUsersPermissions",
3520
+ "method": "patch",
3521
+ "path": "/users/permissions/"
3522
+ },
3523
+ {
3524
+ "fnName": "deleteUsersPermissions",
3525
+ "method": "delete",
3526
+ "path": "/users/permissions/"
3527
+ },
3528
+ {
3529
+ "fnName": "getUsersPermissionsId",
3530
+ "method": "get",
3531
+ "path": "/users/permissions/{id}/"
3532
+ },
3533
+ {
3534
+ "fnName": "putUsersPermissionsId",
3535
+ "method": "put",
3536
+ "path": "/users/permissions/{id}/"
3537
+ },
3538
+ {
3539
+ "fnName": "patchUsersPermissionsId",
3540
+ "method": "patch",
3541
+ "path": "/users/permissions/{id}/"
3542
+ },
3543
+ {
3544
+ "fnName": "deleteUsersPermissionsId",
3545
+ "method": "delete",
3546
+ "path": "/users/permissions/{id}/"
3547
+ },
3548
+ {
3549
+ "fnName": "postUsersTokens",
3550
+ "method": "post",
3551
+ "path": "/users/tokens/"
3552
+ },
3553
+ {
3554
+ "fnName": "putUsersTokens",
3555
+ "method": "put",
3556
+ "path": "/users/tokens/"
3557
+ },
3558
+ {
3559
+ "fnName": "patchUsersTokens",
3560
+ "method": "patch",
3561
+ "path": "/users/tokens/"
3562
+ },
3563
+ {
3564
+ "fnName": "deleteUsersTokens",
3565
+ "method": "delete",
3566
+ "path": "/users/tokens/"
3567
+ },
3568
+ {
3569
+ "fnName": "postUsersTokensProvision",
3570
+ "method": "post",
3571
+ "path": "/users/tokens/provision/"
3572
+ },
3573
+ {
3574
+ "fnName": "getUsersTokensId",
3575
+ "method": "get",
3576
+ "path": "/users/tokens/{id}/"
3577
+ },
3578
+ {
3579
+ "fnName": "putUsersTokensId",
3580
+ "method": "put",
3581
+ "path": "/users/tokens/{id}/"
3582
+ },
3583
+ {
3584
+ "fnName": "patchUsersTokensId",
3585
+ "method": "patch",
3586
+ "path": "/users/tokens/{id}/"
3587
+ },
3588
+ {
3589
+ "fnName": "deleteUsersTokensId",
3590
+ "method": "delete",
3591
+ "path": "/users/tokens/{id}/"
3592
+ },
3593
+ {
3594
+ "fnName": "postUsersUsers",
3595
+ "method": "post",
3596
+ "path": "/users/users/"
3597
+ },
3598
+ {
3599
+ "fnName": "putUsersUsers",
3600
+ "method": "put",
3601
+ "path": "/users/users/"
3602
+ },
3603
+ {
3604
+ "fnName": "patchUsersUsers",
3605
+ "method": "patch",
3606
+ "path": "/users/users/"
3607
+ },
3608
+ {
3609
+ "fnName": "deleteUsersUsers",
3610
+ "method": "delete",
3611
+ "path": "/users/users/"
3612
+ },
3613
+ {
3614
+ "fnName": "getUsersUsersId",
3615
+ "method": "get",
3616
+ "path": "/users/users/{id}/"
3617
+ },
3618
+ {
3619
+ "fnName": "putUsersUsersId",
3620
+ "method": "put",
3621
+ "path": "/users/users/{id}/"
3622
+ },
3623
+ {
3624
+ "fnName": "patchUsersUsersId",
3625
+ "method": "patch",
3626
+ "path": "/users/users/{id}/"
3627
+ },
3628
+ {
3629
+ "fnName": "deleteUsersUsersId",
3630
+ "method": "delete",
3631
+ "path": "/users/users/{id}/"
3632
+ },
3633
+ {
3634
+ "fnName": "postVirtualizationClusterGroups",
3635
+ "method": "post",
3636
+ "path": "/virtualization/cluster-groups/"
3637
+ },
3638
+ {
3639
+ "fnName": "putVirtualizationClusterGroups",
3640
+ "method": "put",
3641
+ "path": "/virtualization/cluster-groups/"
3642
+ },
3643
+ {
3644
+ "fnName": "patchVirtualizationClusterGroups",
3645
+ "method": "patch",
3646
+ "path": "/virtualization/cluster-groups/"
3647
+ },
3648
+ {
3649
+ "fnName": "deleteVirtualizationClusterGroups",
3650
+ "method": "delete",
3651
+ "path": "/virtualization/cluster-groups/"
3652
+ },
3653
+ {
3654
+ "fnName": "getVirtualizationClusterGroupsId",
3655
+ "method": "get",
3656
+ "path": "/virtualization/cluster-groups/{id}/"
3657
+ },
3658
+ {
3659
+ "fnName": "putVirtualizationClusterGroupsId",
3660
+ "method": "put",
3661
+ "path": "/virtualization/cluster-groups/{id}/"
3662
+ },
3663
+ {
3664
+ "fnName": "patchVirtualizationClusterGroupsId",
3665
+ "method": "patch",
3666
+ "path": "/virtualization/cluster-groups/{id}/"
3667
+ },
3668
+ {
3669
+ "fnName": "deleteVirtualizationClusterGroupsId",
3670
+ "method": "delete",
3671
+ "path": "/virtualization/cluster-groups/{id}/"
3672
+ },
3673
+ {
3674
+ "fnName": "postVirtualizationClusterTypes",
3675
+ "method": "post",
3676
+ "path": "/virtualization/cluster-types/"
3677
+ },
3678
+ {
3679
+ "fnName": "putVirtualizationClusterTypes",
3680
+ "method": "put",
3681
+ "path": "/virtualization/cluster-types/"
3682
+ },
3683
+ {
3684
+ "fnName": "patchVirtualizationClusterTypes",
3685
+ "method": "patch",
3686
+ "path": "/virtualization/cluster-types/"
3687
+ },
3688
+ {
3689
+ "fnName": "deleteVirtualizationClusterTypes",
3690
+ "method": "delete",
3691
+ "path": "/virtualization/cluster-types/"
3692
+ },
3693
+ {
3694
+ "fnName": "getVirtualizationClusterTypesId",
3695
+ "method": "get",
3696
+ "path": "/virtualization/cluster-types/{id}/"
3697
+ },
3698
+ {
3699
+ "fnName": "putVirtualizationClusterTypesId",
3700
+ "method": "put",
3701
+ "path": "/virtualization/cluster-types/{id}/"
3702
+ },
3703
+ {
3704
+ "fnName": "patchVirtualizationClusterTypesId",
3705
+ "method": "patch",
3706
+ "path": "/virtualization/cluster-types/{id}/"
3707
+ },
3708
+ {
3709
+ "fnName": "deleteVirtualizationClusterTypesId",
3710
+ "method": "delete",
3711
+ "path": "/virtualization/cluster-types/{id}/"
3712
+ },
3713
+ {
3714
+ "fnName": "postVirtualizationClusters",
3715
+ "method": "post",
3716
+ "path": "/virtualization/clusters/"
3717
+ },
3718
+ {
3719
+ "fnName": "putVirtualizationClusters",
3720
+ "method": "put",
3721
+ "path": "/virtualization/clusters/"
3722
+ },
3723
+ {
3724
+ "fnName": "patchVirtualizationClusters",
3725
+ "method": "patch",
3726
+ "path": "/virtualization/clusters/"
3727
+ },
3728
+ {
3729
+ "fnName": "deleteVirtualizationClusters",
3730
+ "method": "delete",
3731
+ "path": "/virtualization/clusters/"
3732
+ },
3733
+ {
3734
+ "fnName": "getVirtualizationClustersId",
3735
+ "method": "get",
3736
+ "path": "/virtualization/clusters/{id}/"
3737
+ },
3738
+ {
3739
+ "fnName": "putVirtualizationClustersId",
3740
+ "method": "put",
3741
+ "path": "/virtualization/clusters/{id}/"
3742
+ },
3743
+ {
3744
+ "fnName": "patchVirtualizationClustersId",
3745
+ "method": "patch",
3746
+ "path": "/virtualization/clusters/{id}/"
3747
+ },
3748
+ {
3749
+ "fnName": "deleteVirtualizationClustersId",
3750
+ "method": "delete",
3751
+ "path": "/virtualization/clusters/{id}/"
3752
+ },
3753
+ {
3754
+ "fnName": "postVirtualizationInterfaces",
3755
+ "method": "post",
3756
+ "path": "/virtualization/interfaces/"
3757
+ },
3758
+ {
3759
+ "fnName": "putVirtualizationInterfaces",
3760
+ "method": "put",
3761
+ "path": "/virtualization/interfaces/"
3762
+ },
3763
+ {
3764
+ "fnName": "patchVirtualizationInterfaces",
3765
+ "method": "patch",
3766
+ "path": "/virtualization/interfaces/"
3767
+ },
3768
+ {
3769
+ "fnName": "deleteVirtualizationInterfaces",
3770
+ "method": "delete",
3771
+ "path": "/virtualization/interfaces/"
3772
+ },
3773
+ {
3774
+ "fnName": "getVirtualizationInterfacesId",
3775
+ "method": "get",
3776
+ "path": "/virtualization/interfaces/{id}/"
3777
+ },
3778
+ {
3779
+ "fnName": "putVirtualizationInterfacesId",
3780
+ "method": "put",
3781
+ "path": "/virtualization/interfaces/{id}/"
3782
+ },
3783
+ {
3784
+ "fnName": "patchVirtualizationInterfacesId",
3785
+ "method": "patch",
3786
+ "path": "/virtualization/interfaces/{id}/"
3787
+ },
3788
+ {
3789
+ "fnName": "deleteVirtualizationInterfacesId",
3790
+ "method": "delete",
3791
+ "path": "/virtualization/interfaces/{id}/"
3792
+ },
3793
+ {
3794
+ "fnName": "postVirtualizationVirtualMachines",
3795
+ "method": "post",
3796
+ "path": "/virtualization/virtual-machines/"
3797
+ },
3798
+ {
3799
+ "fnName": "putVirtualizationVirtualMachines",
3800
+ "method": "put",
3801
+ "path": "/virtualization/virtual-machines/"
3802
+ },
3803
+ {
3804
+ "fnName": "patchVirtualizationVirtualMachines",
3805
+ "method": "patch",
3806
+ "path": "/virtualization/virtual-machines/"
3807
+ },
3808
+ {
3809
+ "fnName": "deleteVirtualizationVirtualMachines",
3810
+ "method": "delete",
3811
+ "path": "/virtualization/virtual-machines/"
3812
+ },
3813
+ {
3814
+ "fnName": "getVirtualizationVirtualMachinesId",
3815
+ "method": "get",
3816
+ "path": "/virtualization/virtual-machines/{id}/"
3817
+ },
3818
+ {
3819
+ "fnName": "putVirtualizationVirtualMachinesId",
3820
+ "method": "put",
3821
+ "path": "/virtualization/virtual-machines/{id}/"
3822
+ },
3823
+ {
3824
+ "fnName": "patchVirtualizationVirtualMachinesId",
3825
+ "method": "patch",
3826
+ "path": "/virtualization/virtual-machines/{id}/"
3827
+ },
3828
+ {
3829
+ "fnName": "deleteVirtualizationVirtualMachinesId",
3830
+ "method": "delete",
3831
+ "path": "/virtualization/virtual-machines/{id}/"
3832
+ },
3833
+ {
3834
+ "fnName": "postWirelessWirelessLanGroups",
3835
+ "method": "post",
3836
+ "path": "/wireless/wireless-lan-groups/"
3837
+ },
3838
+ {
3839
+ "fnName": "putWirelessWirelessLanGroups",
3840
+ "method": "put",
3841
+ "path": "/wireless/wireless-lan-groups/"
3842
+ },
3843
+ {
3844
+ "fnName": "patchWirelessWirelessLanGroups",
3845
+ "method": "patch",
3846
+ "path": "/wireless/wireless-lan-groups/"
3847
+ },
3848
+ {
3849
+ "fnName": "deleteWirelessWirelessLanGroups",
3850
+ "method": "delete",
3851
+ "path": "/wireless/wireless-lan-groups/"
3852
+ },
3853
+ {
3854
+ "fnName": "getWirelessWirelessLanGroupsId",
3855
+ "method": "get",
3856
+ "path": "/wireless/wireless-lan-groups/{id}/"
3857
+ },
3858
+ {
3859
+ "fnName": "putWirelessWirelessLanGroupsId",
3860
+ "method": "put",
3861
+ "path": "/wireless/wireless-lan-groups/{id}/"
3862
+ },
3863
+ {
3864
+ "fnName": "patchWirelessWirelessLanGroupsId",
3865
+ "method": "patch",
3866
+ "path": "/wireless/wireless-lan-groups/{id}/"
3867
+ },
3868
+ {
3869
+ "fnName": "deleteWirelessWirelessLanGroupsId",
3870
+ "method": "delete",
3871
+ "path": "/wireless/wireless-lan-groups/{id}/"
3872
+ },
3873
+ {
3874
+ "fnName": "postWirelessWirelessLans",
3875
+ "method": "post",
3876
+ "path": "/wireless/wireless-lans/"
3877
+ },
3878
+ {
3879
+ "fnName": "putWirelessWirelessLans",
3880
+ "method": "put",
3881
+ "path": "/wireless/wireless-lans/"
3882
+ },
3883
+ {
3884
+ "fnName": "patchWirelessWirelessLans",
3885
+ "method": "patch",
3886
+ "path": "/wireless/wireless-lans/"
3887
+ },
3888
+ {
3889
+ "fnName": "deleteWirelessWirelessLans",
3890
+ "method": "delete",
3891
+ "path": "/wireless/wireless-lans/"
3892
+ },
3893
+ {
3894
+ "fnName": "getWirelessWirelessLansId",
3895
+ "method": "get",
3896
+ "path": "/wireless/wireless-lans/{id}/"
3897
+ },
3898
+ {
3899
+ "fnName": "putWirelessWirelessLansId",
3900
+ "method": "put",
3901
+ "path": "/wireless/wireless-lans/{id}/"
3902
+ },
3903
+ {
3904
+ "fnName": "patchWirelessWirelessLansId",
3905
+ "method": "patch",
3906
+ "path": "/wireless/wireless-lans/{id}/"
3907
+ },
3908
+ {
3909
+ "fnName": "deleteWirelessWirelessLansId",
3910
+ "method": "delete",
3911
+ "path": "/wireless/wireless-lans/{id}/"
3912
+ },
3913
+ {
3914
+ "fnName": "postWirelessWirelessLinks",
3915
+ "method": "post",
3916
+ "path": "/wireless/wireless-links/"
3917
+ },
3918
+ {
3919
+ "fnName": "putWirelessWirelessLinks",
3920
+ "method": "put",
3921
+ "path": "/wireless/wireless-links/"
3922
+ },
3923
+ {
3924
+ "fnName": "patchWirelessWirelessLinks",
3925
+ "method": "patch",
3926
+ "path": "/wireless/wireless-links/"
3927
+ },
3928
+ {
3929
+ "fnName": "deleteWirelessWirelessLinks",
3930
+ "method": "delete",
3931
+ "path": "/wireless/wireless-links/"
3932
+ },
3933
+ {
3934
+ "fnName": "getWirelessWirelessLinksId",
3935
+ "method": "get",
3936
+ "path": "/wireless/wireless-links/{id}/"
3937
+ },
3938
+ {
3939
+ "fnName": "putWirelessWirelessLinksId",
3940
+ "method": "put",
3941
+ "path": "/wireless/wireless-links/{id}/"
3942
+ },
3943
+ {
3944
+ "fnName": "patchWirelessWirelessLinksId",
3945
+ "method": "patch",
3946
+ "path": "/wireless/wireless-links/{id}/"
3947
+ },
3948
+ {
3949
+ "fnName": "deleteWirelessWirelessLinksId",
3950
+ "method": "delete",
3951
+ "path": "/wireless/wireless-links/{id}/"
3952
+ }
3953
+ ],
3954
+ "errors": [],
3955
+ "warnings": [
3956
+ "Method get in path /ipam/ip-addresses/ has parameter with the name of a javascript keyword. Parameter name changed from interface to interfaceParam to avoid errors.",
3957
+ "Method get in path /ipam/l2vpn-terminations/ has parameter with the name of a javascript keyword. Parameter name changed from interface to interfaceParam to avoid errors."
3958
+ ],
3959
+ "callsTotal": 826,
3960
+ "callsConverted": 826,
3961
+ "no_mockdata_num": 726
3962
+ }
3963
+ }