@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,3262 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "getIpamAggregates",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/ipam/aggregates/?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "sendGetBody": false,
13
+ "requestDatatype": "JSON",
14
+ "responseDatatype": "JSON",
15
+ "headers": {},
16
+ "responseObjects": [
17
+ {
18
+ "type": "default",
19
+ "key": "",
20
+ "mockFile": "mockdatafiles/getIpamAggregates-default.json"
21
+ }
22
+ ]
23
+ },
24
+ {
25
+ "name": "postIpamAggregates",
26
+ "protocol": "REST",
27
+ "method": "POST",
28
+ "entitypath": "{base_path}/{version}/ipam/aggregates/?{query}",
29
+ "requestSchema": "schema.json",
30
+ "responseSchema": "schema.json",
31
+ "timeout": 0,
32
+ "sendEmpty": false,
33
+ "requestDatatype": "JSON",
34
+ "responseDatatype": "JSON",
35
+ "headers": {},
36
+ "responseObjects": [
37
+ {
38
+ "type": "default",
39
+ "key": "",
40
+ "mockFile": ""
41
+ }
42
+ ]
43
+ },
44
+ {
45
+ "name": "putIpamAggregates",
46
+ "protocol": "REST",
47
+ "method": "PUT",
48
+ "entitypath": "{base_path}/{version}/ipam/aggregates/?{query}",
49
+ "requestSchema": "schema.json",
50
+ "responseSchema": "schema.json",
51
+ "timeout": 0,
52
+ "sendEmpty": false,
53
+ "requestDatatype": "JSON",
54
+ "responseDatatype": "JSON",
55
+ "headers": {},
56
+ "responseObjects": [
57
+ {
58
+ "type": "default",
59
+ "key": "",
60
+ "mockFile": ""
61
+ }
62
+ ]
63
+ },
64
+ {
65
+ "name": "patchIpamAggregates",
66
+ "protocol": "REST",
67
+ "method": "PATCH",
68
+ "entitypath": "{base_path}/{version}/ipam/aggregates/?{query}",
69
+ "requestSchema": "schema.json",
70
+ "responseSchema": "schema.json",
71
+ "timeout": 0,
72
+ "sendEmpty": false,
73
+ "requestDatatype": "JSON",
74
+ "responseDatatype": "JSON",
75
+ "headers": {},
76
+ "responseObjects": [
77
+ {
78
+ "type": "default",
79
+ "key": "",
80
+ "mockFile": ""
81
+ }
82
+ ]
83
+ },
84
+ {
85
+ "name": "deleteIpamAggregates",
86
+ "protocol": "REST",
87
+ "method": "DELETE",
88
+ "entitypath": "{base_path}/{version}/ipam/aggregates/?{query}",
89
+ "requestSchema": "schema.json",
90
+ "responseSchema": "schema.json",
91
+ "timeout": 0,
92
+ "sendEmpty": false,
93
+ "requestDatatype": "JSON",
94
+ "responseDatatype": "JSON",
95
+ "headers": {},
96
+ "responseObjects": [
97
+ {
98
+ "type": "default",
99
+ "key": "",
100
+ "mockFile": ""
101
+ }
102
+ ]
103
+ },
104
+ {
105
+ "name": "getIpamAggregatesId",
106
+ "protocol": "REST",
107
+ "method": "GET",
108
+ "entitypath": "{base_path}/{version}/ipam/aggregates/{pathv1}/?{query}",
109
+ "requestSchema": "schema.json",
110
+ "responseSchema": "schema.json",
111
+ "timeout": 0,
112
+ "sendEmpty": false,
113
+ "sendGetBody": false,
114
+ "requestDatatype": "JSON",
115
+ "responseDatatype": "JSON",
116
+ "headers": {},
117
+ "responseObjects": [
118
+ {
119
+ "type": "default",
120
+ "key": "",
121
+ "mockFile": ""
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ "name": "putIpamAggregatesId",
127
+ "protocol": "REST",
128
+ "method": "PUT",
129
+ "entitypath": "{base_path}/{version}/ipam/aggregates/{pathv1}/?{query}",
130
+ "requestSchema": "schema.json",
131
+ "responseSchema": "schema.json",
132
+ "timeout": 0,
133
+ "sendEmpty": false,
134
+ "requestDatatype": "JSON",
135
+ "responseDatatype": "JSON",
136
+ "headers": {},
137
+ "responseObjects": [
138
+ {
139
+ "type": "default",
140
+ "key": "",
141
+ "mockFile": ""
142
+ }
143
+ ]
144
+ },
145
+ {
146
+ "name": "patchIpamAggregatesId",
147
+ "protocol": "REST",
148
+ "method": "PATCH",
149
+ "entitypath": "{base_path}/{version}/ipam/aggregates/{pathv1}/?{query}",
150
+ "requestSchema": "schema.json",
151
+ "responseSchema": "schema.json",
152
+ "timeout": 0,
153
+ "sendEmpty": false,
154
+ "requestDatatype": "JSON",
155
+ "responseDatatype": "JSON",
156
+ "headers": {},
157
+ "responseObjects": [
158
+ {
159
+ "type": "default",
160
+ "key": "",
161
+ "mockFile": ""
162
+ }
163
+ ]
164
+ },
165
+ {
166
+ "name": "deleteIpamAggregatesId",
167
+ "protocol": "REST",
168
+ "method": "DELETE",
169
+ "entitypath": "{base_path}/{version}/ipam/aggregates/{pathv1}/?{query}",
170
+ "requestSchema": "schema.json",
171
+ "responseSchema": "schema.json",
172
+ "timeout": 0,
173
+ "sendEmpty": false,
174
+ "requestDatatype": "JSON",
175
+ "responseDatatype": "JSON",
176
+ "headers": {},
177
+ "responseObjects": [
178
+ {
179
+ "type": "default",
180
+ "key": "",
181
+ "mockFile": ""
182
+ }
183
+ ]
184
+ },
185
+ {
186
+ "name": "getIpamAsns",
187
+ "protocol": "REST",
188
+ "method": "GET",
189
+ "entitypath": "{base_path}/{version}/ipam/asns/?{query}",
190
+ "requestSchema": "schema.json",
191
+ "responseSchema": "schema.json",
192
+ "timeout": 0,
193
+ "sendEmpty": false,
194
+ "sendGetBody": false,
195
+ "requestDatatype": "JSON",
196
+ "responseDatatype": "JSON",
197
+ "headers": {},
198
+ "responseObjects": [
199
+ {
200
+ "type": "default",
201
+ "key": "",
202
+ "mockFile": "mockdatafiles/getIpamAsns-default.json"
203
+ }
204
+ ]
205
+ },
206
+ {
207
+ "name": "postIpamAsns",
208
+ "protocol": "REST",
209
+ "method": "POST",
210
+ "entitypath": "{base_path}/{version}/ipam/asns/?{query}",
211
+ "requestSchema": "schema.json",
212
+ "responseSchema": "schema.json",
213
+ "timeout": 0,
214
+ "sendEmpty": false,
215
+ "requestDatatype": "JSON",
216
+ "responseDatatype": "JSON",
217
+ "headers": {},
218
+ "responseObjects": [
219
+ {
220
+ "type": "default",
221
+ "key": "",
222
+ "mockFile": ""
223
+ }
224
+ ]
225
+ },
226
+ {
227
+ "name": "putIpamAsns",
228
+ "protocol": "REST",
229
+ "method": "PUT",
230
+ "entitypath": "{base_path}/{version}/ipam/asns/?{query}",
231
+ "requestSchema": "schema.json",
232
+ "responseSchema": "schema.json",
233
+ "timeout": 0,
234
+ "sendEmpty": false,
235
+ "requestDatatype": "JSON",
236
+ "responseDatatype": "JSON",
237
+ "headers": {},
238
+ "responseObjects": [
239
+ {
240
+ "type": "default",
241
+ "key": "",
242
+ "mockFile": ""
243
+ }
244
+ ]
245
+ },
246
+ {
247
+ "name": "patchIpamAsns",
248
+ "protocol": "REST",
249
+ "method": "PATCH",
250
+ "entitypath": "{base_path}/{version}/ipam/asns/?{query}",
251
+ "requestSchema": "schema.json",
252
+ "responseSchema": "schema.json",
253
+ "timeout": 0,
254
+ "sendEmpty": false,
255
+ "requestDatatype": "JSON",
256
+ "responseDatatype": "JSON",
257
+ "headers": {},
258
+ "responseObjects": [
259
+ {
260
+ "type": "default",
261
+ "key": "",
262
+ "mockFile": ""
263
+ }
264
+ ]
265
+ },
266
+ {
267
+ "name": "deleteIpamAsns",
268
+ "protocol": "REST",
269
+ "method": "DELETE",
270
+ "entitypath": "{base_path}/{version}/ipam/asns/?{query}",
271
+ "requestSchema": "schema.json",
272
+ "responseSchema": "schema.json",
273
+ "timeout": 0,
274
+ "sendEmpty": false,
275
+ "requestDatatype": "JSON",
276
+ "responseDatatype": "JSON",
277
+ "headers": {},
278
+ "responseObjects": [
279
+ {
280
+ "type": "default",
281
+ "key": "",
282
+ "mockFile": ""
283
+ }
284
+ ]
285
+ },
286
+ {
287
+ "name": "getIpamAsnsId",
288
+ "protocol": "REST",
289
+ "method": "GET",
290
+ "entitypath": "{base_path}/{version}/ipam/asns/{pathv1}/?{query}",
291
+ "requestSchema": "schema.json",
292
+ "responseSchema": "schema.json",
293
+ "timeout": 0,
294
+ "sendEmpty": false,
295
+ "sendGetBody": false,
296
+ "requestDatatype": "JSON",
297
+ "responseDatatype": "JSON",
298
+ "headers": {},
299
+ "responseObjects": [
300
+ {
301
+ "type": "default",
302
+ "key": "",
303
+ "mockFile": ""
304
+ }
305
+ ]
306
+ },
307
+ {
308
+ "name": "putIpamAsnsId",
309
+ "protocol": "REST",
310
+ "method": "PUT",
311
+ "entitypath": "{base_path}/{version}/ipam/asns/{pathv1}/?{query}",
312
+ "requestSchema": "schema.json",
313
+ "responseSchema": "schema.json",
314
+ "timeout": 0,
315
+ "sendEmpty": false,
316
+ "requestDatatype": "JSON",
317
+ "responseDatatype": "JSON",
318
+ "headers": {},
319
+ "responseObjects": [
320
+ {
321
+ "type": "default",
322
+ "key": "",
323
+ "mockFile": ""
324
+ }
325
+ ]
326
+ },
327
+ {
328
+ "name": "patchIpamAsnsId",
329
+ "protocol": "REST",
330
+ "method": "PATCH",
331
+ "entitypath": "{base_path}/{version}/ipam/asns/{pathv1}/?{query}",
332
+ "requestSchema": "schema.json",
333
+ "responseSchema": "schema.json",
334
+ "timeout": 0,
335
+ "sendEmpty": false,
336
+ "requestDatatype": "JSON",
337
+ "responseDatatype": "JSON",
338
+ "headers": {},
339
+ "responseObjects": [
340
+ {
341
+ "type": "default",
342
+ "key": "",
343
+ "mockFile": ""
344
+ }
345
+ ]
346
+ },
347
+ {
348
+ "name": "deleteIpamAsnsId",
349
+ "protocol": "REST",
350
+ "method": "DELETE",
351
+ "entitypath": "{base_path}/{version}/ipam/asns/{pathv1}/?{query}",
352
+ "requestSchema": "schema.json",
353
+ "responseSchema": "schema.json",
354
+ "timeout": 0,
355
+ "sendEmpty": false,
356
+ "requestDatatype": "JSON",
357
+ "responseDatatype": "JSON",
358
+ "headers": {},
359
+ "responseObjects": [
360
+ {
361
+ "type": "default",
362
+ "key": "",
363
+ "mockFile": ""
364
+ }
365
+ ]
366
+ },
367
+ {
368
+ "name": "getIpamFhrpGroupAssignments",
369
+ "protocol": "REST",
370
+ "method": "GET",
371
+ "entitypath": "{base_path}/{version}/ipam/fhrp-group-assignments/?{query}",
372
+ "requestSchema": "schema.json",
373
+ "responseSchema": "schema.json",
374
+ "timeout": 0,
375
+ "sendEmpty": false,
376
+ "sendGetBody": false,
377
+ "requestDatatype": "JSON",
378
+ "responseDatatype": "JSON",
379
+ "headers": {},
380
+ "responseObjects": [
381
+ {
382
+ "type": "default",
383
+ "key": "",
384
+ "mockFile": "mockdatafiles/getIpamFhrpGroupAssignments-default.json"
385
+ }
386
+ ]
387
+ },
388
+ {
389
+ "name": "postIpamFhrpGroupAssignments",
390
+ "protocol": "REST",
391
+ "method": "POST",
392
+ "entitypath": "{base_path}/{version}/ipam/fhrp-group-assignments/?{query}",
393
+ "requestSchema": "schema.json",
394
+ "responseSchema": "schema.json",
395
+ "timeout": 0,
396
+ "sendEmpty": false,
397
+ "requestDatatype": "JSON",
398
+ "responseDatatype": "JSON",
399
+ "headers": {},
400
+ "responseObjects": [
401
+ {
402
+ "type": "default",
403
+ "key": "",
404
+ "mockFile": ""
405
+ }
406
+ ]
407
+ },
408
+ {
409
+ "name": "putIpamFhrpGroupAssignments",
410
+ "protocol": "REST",
411
+ "method": "PUT",
412
+ "entitypath": "{base_path}/{version}/ipam/fhrp-group-assignments/?{query}",
413
+ "requestSchema": "schema.json",
414
+ "responseSchema": "schema.json",
415
+ "timeout": 0,
416
+ "sendEmpty": false,
417
+ "requestDatatype": "JSON",
418
+ "responseDatatype": "JSON",
419
+ "headers": {},
420
+ "responseObjects": [
421
+ {
422
+ "type": "default",
423
+ "key": "",
424
+ "mockFile": ""
425
+ }
426
+ ]
427
+ },
428
+ {
429
+ "name": "patchIpamFhrpGroupAssignments",
430
+ "protocol": "REST",
431
+ "method": "PATCH",
432
+ "entitypath": "{base_path}/{version}/ipam/fhrp-group-assignments/?{query}",
433
+ "requestSchema": "schema.json",
434
+ "responseSchema": "schema.json",
435
+ "timeout": 0,
436
+ "sendEmpty": false,
437
+ "requestDatatype": "JSON",
438
+ "responseDatatype": "JSON",
439
+ "headers": {},
440
+ "responseObjects": [
441
+ {
442
+ "type": "default",
443
+ "key": "",
444
+ "mockFile": ""
445
+ }
446
+ ]
447
+ },
448
+ {
449
+ "name": "deleteIpamFhrpGroupAssignments",
450
+ "protocol": "REST",
451
+ "method": "DELETE",
452
+ "entitypath": "{base_path}/{version}/ipam/fhrp-group-assignments/?{query}",
453
+ "requestSchema": "schema.json",
454
+ "responseSchema": "schema.json",
455
+ "timeout": 0,
456
+ "sendEmpty": false,
457
+ "requestDatatype": "JSON",
458
+ "responseDatatype": "JSON",
459
+ "headers": {},
460
+ "responseObjects": [
461
+ {
462
+ "type": "default",
463
+ "key": "",
464
+ "mockFile": ""
465
+ }
466
+ ]
467
+ },
468
+ {
469
+ "name": "getIpamFhrpGroupAssignmentsId",
470
+ "protocol": "REST",
471
+ "method": "GET",
472
+ "entitypath": "{base_path}/{version}/ipam/fhrp-group-assignments/{pathv1}/?{query}",
473
+ "requestSchema": "schema.json",
474
+ "responseSchema": "schema.json",
475
+ "timeout": 0,
476
+ "sendEmpty": false,
477
+ "sendGetBody": false,
478
+ "requestDatatype": "JSON",
479
+ "responseDatatype": "JSON",
480
+ "headers": {},
481
+ "responseObjects": [
482
+ {
483
+ "type": "default",
484
+ "key": "",
485
+ "mockFile": ""
486
+ }
487
+ ]
488
+ },
489
+ {
490
+ "name": "putIpamFhrpGroupAssignmentsId",
491
+ "protocol": "REST",
492
+ "method": "PUT",
493
+ "entitypath": "{base_path}/{version}/ipam/fhrp-group-assignments/{pathv1}/?{query}",
494
+ "requestSchema": "schema.json",
495
+ "responseSchema": "schema.json",
496
+ "timeout": 0,
497
+ "sendEmpty": false,
498
+ "requestDatatype": "JSON",
499
+ "responseDatatype": "JSON",
500
+ "headers": {},
501
+ "responseObjects": [
502
+ {
503
+ "type": "default",
504
+ "key": "",
505
+ "mockFile": ""
506
+ }
507
+ ]
508
+ },
509
+ {
510
+ "name": "patchIpamFhrpGroupAssignmentsId",
511
+ "protocol": "REST",
512
+ "method": "PATCH",
513
+ "entitypath": "{base_path}/{version}/ipam/fhrp-group-assignments/{pathv1}/?{query}",
514
+ "requestSchema": "schema.json",
515
+ "responseSchema": "schema.json",
516
+ "timeout": 0,
517
+ "sendEmpty": false,
518
+ "requestDatatype": "JSON",
519
+ "responseDatatype": "JSON",
520
+ "headers": {},
521
+ "responseObjects": [
522
+ {
523
+ "type": "default",
524
+ "key": "",
525
+ "mockFile": ""
526
+ }
527
+ ]
528
+ },
529
+ {
530
+ "name": "deleteIpamFhrpGroupAssignmentsId",
531
+ "protocol": "REST",
532
+ "method": "DELETE",
533
+ "entitypath": "{base_path}/{version}/ipam/fhrp-group-assignments/{pathv1}/?{query}",
534
+ "requestSchema": "schema.json",
535
+ "responseSchema": "schema.json",
536
+ "timeout": 0,
537
+ "sendEmpty": false,
538
+ "requestDatatype": "JSON",
539
+ "responseDatatype": "JSON",
540
+ "headers": {},
541
+ "responseObjects": [
542
+ {
543
+ "type": "default",
544
+ "key": "",
545
+ "mockFile": ""
546
+ }
547
+ ]
548
+ },
549
+ {
550
+ "name": "getIpamFhrpGroups",
551
+ "protocol": "REST",
552
+ "method": "GET",
553
+ "entitypath": "{base_path}/{version}/ipam/fhrp-groups/?{query}",
554
+ "requestSchema": "schema.json",
555
+ "responseSchema": "schema.json",
556
+ "timeout": 0,
557
+ "sendEmpty": false,
558
+ "sendGetBody": false,
559
+ "requestDatatype": "JSON",
560
+ "responseDatatype": "JSON",
561
+ "headers": {},
562
+ "responseObjects": [
563
+ {
564
+ "type": "default",
565
+ "key": "",
566
+ "mockFile": "mockdatafiles/getIpamFhrpGroups-default.json"
567
+ }
568
+ ]
569
+ },
570
+ {
571
+ "name": "postIpamFhrpGroups",
572
+ "protocol": "REST",
573
+ "method": "POST",
574
+ "entitypath": "{base_path}/{version}/ipam/fhrp-groups/?{query}",
575
+ "requestSchema": "schema.json",
576
+ "responseSchema": "schema.json",
577
+ "timeout": 0,
578
+ "sendEmpty": false,
579
+ "requestDatatype": "JSON",
580
+ "responseDatatype": "JSON",
581
+ "headers": {},
582
+ "responseObjects": [
583
+ {
584
+ "type": "default",
585
+ "key": "",
586
+ "mockFile": ""
587
+ }
588
+ ]
589
+ },
590
+ {
591
+ "name": "putIpamFhrpGroups",
592
+ "protocol": "REST",
593
+ "method": "PUT",
594
+ "entitypath": "{base_path}/{version}/ipam/fhrp-groups/?{query}",
595
+ "requestSchema": "schema.json",
596
+ "responseSchema": "schema.json",
597
+ "timeout": 0,
598
+ "sendEmpty": false,
599
+ "requestDatatype": "JSON",
600
+ "responseDatatype": "JSON",
601
+ "headers": {},
602
+ "responseObjects": [
603
+ {
604
+ "type": "default",
605
+ "key": "",
606
+ "mockFile": ""
607
+ }
608
+ ]
609
+ },
610
+ {
611
+ "name": "patchIpamFhrpGroups",
612
+ "protocol": "REST",
613
+ "method": "PATCH",
614
+ "entitypath": "{base_path}/{version}/ipam/fhrp-groups/?{query}",
615
+ "requestSchema": "schema.json",
616
+ "responseSchema": "schema.json",
617
+ "timeout": 0,
618
+ "sendEmpty": false,
619
+ "requestDatatype": "JSON",
620
+ "responseDatatype": "JSON",
621
+ "headers": {},
622
+ "responseObjects": [
623
+ {
624
+ "type": "default",
625
+ "key": "",
626
+ "mockFile": ""
627
+ }
628
+ ]
629
+ },
630
+ {
631
+ "name": "deleteIpamFhrpGroups",
632
+ "protocol": "REST",
633
+ "method": "DELETE",
634
+ "entitypath": "{base_path}/{version}/ipam/fhrp-groups/?{query}",
635
+ "requestSchema": "schema.json",
636
+ "responseSchema": "schema.json",
637
+ "timeout": 0,
638
+ "sendEmpty": false,
639
+ "requestDatatype": "JSON",
640
+ "responseDatatype": "JSON",
641
+ "headers": {},
642
+ "responseObjects": [
643
+ {
644
+ "type": "default",
645
+ "key": "",
646
+ "mockFile": ""
647
+ }
648
+ ]
649
+ },
650
+ {
651
+ "name": "getIpamFhrpGroupsId",
652
+ "protocol": "REST",
653
+ "method": "GET",
654
+ "entitypath": "{base_path}/{version}/ipam/fhrp-groups/{pathv1}/?{query}",
655
+ "requestSchema": "schema.json",
656
+ "responseSchema": "schema.json",
657
+ "timeout": 0,
658
+ "sendEmpty": false,
659
+ "sendGetBody": false,
660
+ "requestDatatype": "JSON",
661
+ "responseDatatype": "JSON",
662
+ "headers": {},
663
+ "responseObjects": [
664
+ {
665
+ "type": "default",
666
+ "key": "",
667
+ "mockFile": ""
668
+ }
669
+ ]
670
+ },
671
+ {
672
+ "name": "putIpamFhrpGroupsId",
673
+ "protocol": "REST",
674
+ "method": "PUT",
675
+ "entitypath": "{base_path}/{version}/ipam/fhrp-groups/{pathv1}/?{query}",
676
+ "requestSchema": "schema.json",
677
+ "responseSchema": "schema.json",
678
+ "timeout": 0,
679
+ "sendEmpty": false,
680
+ "requestDatatype": "JSON",
681
+ "responseDatatype": "JSON",
682
+ "headers": {},
683
+ "responseObjects": [
684
+ {
685
+ "type": "default",
686
+ "key": "",
687
+ "mockFile": ""
688
+ }
689
+ ]
690
+ },
691
+ {
692
+ "name": "patchIpamFhrpGroupsId",
693
+ "protocol": "REST",
694
+ "method": "PATCH",
695
+ "entitypath": "{base_path}/{version}/ipam/fhrp-groups/{pathv1}/?{query}",
696
+ "requestSchema": "schema.json",
697
+ "responseSchema": "schema.json",
698
+ "timeout": 0,
699
+ "sendEmpty": false,
700
+ "requestDatatype": "JSON",
701
+ "responseDatatype": "JSON",
702
+ "headers": {},
703
+ "responseObjects": [
704
+ {
705
+ "type": "default",
706
+ "key": "",
707
+ "mockFile": ""
708
+ }
709
+ ]
710
+ },
711
+ {
712
+ "name": "deleteIpamFhrpGroupsId",
713
+ "protocol": "REST",
714
+ "method": "DELETE",
715
+ "entitypath": "{base_path}/{version}/ipam/fhrp-groups/{pathv1}/?{query}",
716
+ "requestSchema": "schema.json",
717
+ "responseSchema": "schema.json",
718
+ "timeout": 0,
719
+ "sendEmpty": false,
720
+ "requestDatatype": "JSON",
721
+ "responseDatatype": "JSON",
722
+ "headers": {},
723
+ "responseObjects": [
724
+ {
725
+ "type": "default",
726
+ "key": "",
727
+ "mockFile": ""
728
+ }
729
+ ]
730
+ },
731
+ {
732
+ "name": "getIpamIpAddresses",
733
+ "protocol": "REST",
734
+ "method": "GET",
735
+ "entitypath": "{base_path}/{version}/ipam/ip-addresses/?{query}",
736
+ "requestSchema": "schema.json",
737
+ "responseSchema": "schema.json",
738
+ "timeout": 0,
739
+ "sendEmpty": false,
740
+ "sendGetBody": false,
741
+ "requestDatatype": "JSON",
742
+ "responseDatatype": "JSON",
743
+ "headers": {},
744
+ "responseObjects": [
745
+ {
746
+ "type": "default",
747
+ "key": "",
748
+ "mockFile": "mockdatafiles/getIpamIpAddresses-default.json"
749
+ }
750
+ ]
751
+ },
752
+ {
753
+ "name": "postIpamIpAddresses",
754
+ "protocol": "REST",
755
+ "method": "POST",
756
+ "entitypath": "{base_path}/{version}/ipam/ip-addresses/?{query}",
757
+ "requestSchema": "schema.json",
758
+ "responseSchema": "schema.json",
759
+ "timeout": 0,
760
+ "sendEmpty": false,
761
+ "requestDatatype": "JSON",
762
+ "responseDatatype": "JSON",
763
+ "headers": {},
764
+ "responseObjects": [
765
+ {
766
+ "type": "default",
767
+ "key": "",
768
+ "mockFile": ""
769
+ }
770
+ ]
771
+ },
772
+ {
773
+ "name": "putIpamIpAddresses",
774
+ "protocol": "REST",
775
+ "method": "PUT",
776
+ "entitypath": "{base_path}/{version}/ipam/ip-addresses/?{query}",
777
+ "requestSchema": "schema.json",
778
+ "responseSchema": "schema.json",
779
+ "timeout": 0,
780
+ "sendEmpty": false,
781
+ "requestDatatype": "JSON",
782
+ "responseDatatype": "JSON",
783
+ "headers": {},
784
+ "responseObjects": [
785
+ {
786
+ "type": "default",
787
+ "key": "",
788
+ "mockFile": ""
789
+ }
790
+ ]
791
+ },
792
+ {
793
+ "name": "patchIpamIpAddresses",
794
+ "protocol": "REST",
795
+ "method": "PATCH",
796
+ "entitypath": "{base_path}/{version}/ipam/ip-addresses/?{query}",
797
+ "requestSchema": "schema.json",
798
+ "responseSchema": "schema.json",
799
+ "timeout": 0,
800
+ "sendEmpty": false,
801
+ "requestDatatype": "JSON",
802
+ "responseDatatype": "JSON",
803
+ "headers": {},
804
+ "responseObjects": [
805
+ {
806
+ "type": "default",
807
+ "key": "",
808
+ "mockFile": ""
809
+ }
810
+ ]
811
+ },
812
+ {
813
+ "name": "deleteIpamIpAddresses",
814
+ "protocol": "REST",
815
+ "method": "DELETE",
816
+ "entitypath": "{base_path}/{version}/ipam/ip-addresses/?{query}",
817
+ "requestSchema": "schema.json",
818
+ "responseSchema": "schema.json",
819
+ "timeout": 0,
820
+ "sendEmpty": false,
821
+ "requestDatatype": "JSON",
822
+ "responseDatatype": "JSON",
823
+ "headers": {},
824
+ "responseObjects": [
825
+ {
826
+ "type": "default",
827
+ "key": "",
828
+ "mockFile": ""
829
+ }
830
+ ]
831
+ },
832
+ {
833
+ "name": "getIpamIpAddressesId",
834
+ "protocol": "REST",
835
+ "method": "GET",
836
+ "entitypath": "{base_path}/{version}/ipam/ip-addresses/{pathv1}/?{query}",
837
+ "requestSchema": "schema.json",
838
+ "responseSchema": "schema.json",
839
+ "timeout": 0,
840
+ "sendEmpty": false,
841
+ "sendGetBody": false,
842
+ "requestDatatype": "JSON",
843
+ "responseDatatype": "JSON",
844
+ "headers": {},
845
+ "responseObjects": [
846
+ {
847
+ "type": "default",
848
+ "key": "",
849
+ "mockFile": ""
850
+ }
851
+ ]
852
+ },
853
+ {
854
+ "name": "putIpamIpAddressesId",
855
+ "protocol": "REST",
856
+ "method": "PUT",
857
+ "entitypath": "{base_path}/{version}/ipam/ip-addresses/{pathv1}/?{query}",
858
+ "requestSchema": "schema.json",
859
+ "responseSchema": "schema.json",
860
+ "timeout": 0,
861
+ "sendEmpty": false,
862
+ "requestDatatype": "JSON",
863
+ "responseDatatype": "JSON",
864
+ "headers": {},
865
+ "responseObjects": [
866
+ {
867
+ "type": "default",
868
+ "key": "",
869
+ "mockFile": ""
870
+ }
871
+ ]
872
+ },
873
+ {
874
+ "name": "patchIpamIpAddressesId",
875
+ "protocol": "REST",
876
+ "method": "PATCH",
877
+ "entitypath": "{base_path}/{version}/ipam/ip-addresses/{pathv1}/?{query}",
878
+ "requestSchema": "schema.json",
879
+ "responseSchema": "schema.json",
880
+ "timeout": 0,
881
+ "sendEmpty": false,
882
+ "requestDatatype": "JSON",
883
+ "responseDatatype": "JSON",
884
+ "headers": {},
885
+ "responseObjects": [
886
+ {
887
+ "type": "default",
888
+ "key": "",
889
+ "mockFile": ""
890
+ }
891
+ ]
892
+ },
893
+ {
894
+ "name": "deleteIpamIpAddressesId",
895
+ "protocol": "REST",
896
+ "method": "DELETE",
897
+ "entitypath": "{base_path}/{version}/ipam/ip-addresses/{pathv1}/?{query}",
898
+ "requestSchema": "schema.json",
899
+ "responseSchema": "schema.json",
900
+ "timeout": 0,
901
+ "sendEmpty": false,
902
+ "requestDatatype": "JSON",
903
+ "responseDatatype": "JSON",
904
+ "headers": {},
905
+ "responseObjects": [
906
+ {
907
+ "type": "default",
908
+ "key": "",
909
+ "mockFile": ""
910
+ }
911
+ ]
912
+ },
913
+ {
914
+ "name": "getIpamIpRanges",
915
+ "protocol": "REST",
916
+ "method": "GET",
917
+ "entitypath": "{base_path}/{version}/ipam/ip-ranges/?{query}",
918
+ "requestSchema": "schema.json",
919
+ "responseSchema": "schema.json",
920
+ "timeout": 0,
921
+ "sendEmpty": false,
922
+ "sendGetBody": false,
923
+ "requestDatatype": "JSON",
924
+ "responseDatatype": "JSON",
925
+ "headers": {},
926
+ "responseObjects": [
927
+ {
928
+ "type": "default",
929
+ "key": "",
930
+ "mockFile": "mockdatafiles/getIpamIpRanges-default.json"
931
+ }
932
+ ]
933
+ },
934
+ {
935
+ "name": "postIpamIpRanges",
936
+ "protocol": "REST",
937
+ "method": "POST",
938
+ "entitypath": "{base_path}/{version}/ipam/ip-ranges/?{query}",
939
+ "requestSchema": "schema.json",
940
+ "responseSchema": "schema.json",
941
+ "timeout": 0,
942
+ "sendEmpty": false,
943
+ "requestDatatype": "JSON",
944
+ "responseDatatype": "JSON",
945
+ "headers": {},
946
+ "responseObjects": [
947
+ {
948
+ "type": "default",
949
+ "key": "",
950
+ "mockFile": ""
951
+ }
952
+ ]
953
+ },
954
+ {
955
+ "name": "putIpamIpRanges",
956
+ "protocol": "REST",
957
+ "method": "PUT",
958
+ "entitypath": "{base_path}/{version}/ipam/ip-ranges/?{query}",
959
+ "requestSchema": "schema.json",
960
+ "responseSchema": "schema.json",
961
+ "timeout": 0,
962
+ "sendEmpty": false,
963
+ "requestDatatype": "JSON",
964
+ "responseDatatype": "JSON",
965
+ "headers": {},
966
+ "responseObjects": [
967
+ {
968
+ "type": "default",
969
+ "key": "",
970
+ "mockFile": ""
971
+ }
972
+ ]
973
+ },
974
+ {
975
+ "name": "patchIpamIpRanges",
976
+ "protocol": "REST",
977
+ "method": "PATCH",
978
+ "entitypath": "{base_path}/{version}/ipam/ip-ranges/?{query}",
979
+ "requestSchema": "schema.json",
980
+ "responseSchema": "schema.json",
981
+ "timeout": 0,
982
+ "sendEmpty": false,
983
+ "requestDatatype": "JSON",
984
+ "responseDatatype": "JSON",
985
+ "headers": {},
986
+ "responseObjects": [
987
+ {
988
+ "type": "default",
989
+ "key": "",
990
+ "mockFile": ""
991
+ }
992
+ ]
993
+ },
994
+ {
995
+ "name": "deleteIpamIpRanges",
996
+ "protocol": "REST",
997
+ "method": "DELETE",
998
+ "entitypath": "{base_path}/{version}/ipam/ip-ranges/?{query}",
999
+ "requestSchema": "schema.json",
1000
+ "responseSchema": "schema.json",
1001
+ "timeout": 0,
1002
+ "sendEmpty": false,
1003
+ "requestDatatype": "JSON",
1004
+ "responseDatatype": "JSON",
1005
+ "headers": {},
1006
+ "responseObjects": [
1007
+ {
1008
+ "type": "default",
1009
+ "key": "",
1010
+ "mockFile": ""
1011
+ }
1012
+ ]
1013
+ },
1014
+ {
1015
+ "name": "getIpamIpRangesId",
1016
+ "protocol": "REST",
1017
+ "method": "GET",
1018
+ "entitypath": "{base_path}/{version}/ipam/ip-ranges/{pathv1}/?{query}",
1019
+ "requestSchema": "schema.json",
1020
+ "responseSchema": "schema.json",
1021
+ "timeout": 0,
1022
+ "sendEmpty": false,
1023
+ "sendGetBody": false,
1024
+ "requestDatatype": "JSON",
1025
+ "responseDatatype": "JSON",
1026
+ "headers": {},
1027
+ "responseObjects": [
1028
+ {
1029
+ "type": "default",
1030
+ "key": "",
1031
+ "mockFile": ""
1032
+ }
1033
+ ]
1034
+ },
1035
+ {
1036
+ "name": "putIpamIpRangesId",
1037
+ "protocol": "REST",
1038
+ "method": "PUT",
1039
+ "entitypath": "{base_path}/{version}/ipam/ip-ranges/{pathv1}/?{query}",
1040
+ "requestSchema": "schema.json",
1041
+ "responseSchema": "schema.json",
1042
+ "timeout": 0,
1043
+ "sendEmpty": false,
1044
+ "requestDatatype": "JSON",
1045
+ "responseDatatype": "JSON",
1046
+ "headers": {},
1047
+ "responseObjects": [
1048
+ {
1049
+ "type": "default",
1050
+ "key": "",
1051
+ "mockFile": ""
1052
+ }
1053
+ ]
1054
+ },
1055
+ {
1056
+ "name": "patchIpamIpRangesId",
1057
+ "protocol": "REST",
1058
+ "method": "PATCH",
1059
+ "entitypath": "{base_path}/{version}/ipam/ip-ranges/{pathv1}/?{query}",
1060
+ "requestSchema": "schema.json",
1061
+ "responseSchema": "schema.json",
1062
+ "timeout": 0,
1063
+ "sendEmpty": false,
1064
+ "requestDatatype": "JSON",
1065
+ "responseDatatype": "JSON",
1066
+ "headers": {},
1067
+ "responseObjects": [
1068
+ {
1069
+ "type": "default",
1070
+ "key": "",
1071
+ "mockFile": ""
1072
+ }
1073
+ ]
1074
+ },
1075
+ {
1076
+ "name": "deleteIpamIpRangesId",
1077
+ "protocol": "REST",
1078
+ "method": "DELETE",
1079
+ "entitypath": "{base_path}/{version}/ipam/ip-ranges/{pathv1}/?{query}",
1080
+ "requestSchema": "schema.json",
1081
+ "responseSchema": "schema.json",
1082
+ "timeout": 0,
1083
+ "sendEmpty": false,
1084
+ "requestDatatype": "JSON",
1085
+ "responseDatatype": "JSON",
1086
+ "headers": {},
1087
+ "responseObjects": [
1088
+ {
1089
+ "type": "default",
1090
+ "key": "",
1091
+ "mockFile": ""
1092
+ }
1093
+ ]
1094
+ },
1095
+ {
1096
+ "name": "getIpamIpRangesIdAvailableIps",
1097
+ "protocol": "REST",
1098
+ "method": "GET",
1099
+ "entitypath": "{base_path}/{version}/ipam/ip-ranges/{pathv1}/available-ips/?{query}",
1100
+ "requestSchema": "schema.json",
1101
+ "responseSchema": "schema.json",
1102
+ "timeout": 0,
1103
+ "sendEmpty": false,
1104
+ "sendGetBody": false,
1105
+ "requestDatatype": "JSON",
1106
+ "responseDatatype": "JSON",
1107
+ "headers": {},
1108
+ "responseObjects": [
1109
+ {
1110
+ "type": "default",
1111
+ "key": "",
1112
+ "mockFile": "mockdatafiles/getIpamIpRangesIdAvailableIps-default.json"
1113
+ }
1114
+ ]
1115
+ },
1116
+ {
1117
+ "name": "postIpamIpRangesIdAvailableIps",
1118
+ "protocol": "REST",
1119
+ "method": "POST",
1120
+ "entitypath": "{base_path}/{version}/ipam/ip-ranges/{pathv1}/available-ips/?{query}",
1121
+ "requestSchema": "schema.json",
1122
+ "responseSchema": "schema.json",
1123
+ "timeout": 0,
1124
+ "sendEmpty": false,
1125
+ "requestDatatype": "JSON",
1126
+ "responseDatatype": "JSON",
1127
+ "headers": {},
1128
+ "responseObjects": [
1129
+ {
1130
+ "type": "default",
1131
+ "key": "",
1132
+ "mockFile": "mockdatafiles/postIpamIpRangesIdAvailableIps-default.json"
1133
+ }
1134
+ ]
1135
+ },
1136
+ {
1137
+ "name": "getIpamL2vpnTerminations",
1138
+ "protocol": "REST",
1139
+ "method": "GET",
1140
+ "entitypath": "{base_path}/{version}/ipam/l2vpn-terminations/?{query}",
1141
+ "requestSchema": "schema.json",
1142
+ "responseSchema": "schema.json",
1143
+ "timeout": 0,
1144
+ "sendEmpty": false,
1145
+ "sendGetBody": false,
1146
+ "requestDatatype": "JSON",
1147
+ "responseDatatype": "JSON",
1148
+ "headers": {},
1149
+ "responseObjects": [
1150
+ {
1151
+ "type": "default",
1152
+ "key": "",
1153
+ "mockFile": "mockdatafiles/getIpamL2vpnTerminations-default.json"
1154
+ }
1155
+ ]
1156
+ },
1157
+ {
1158
+ "name": "postIpamL2vpnTerminations",
1159
+ "protocol": "REST",
1160
+ "method": "POST",
1161
+ "entitypath": "{base_path}/{version}/ipam/l2vpn-terminations/?{query}",
1162
+ "requestSchema": "schema.json",
1163
+ "responseSchema": "schema.json",
1164
+ "timeout": 0,
1165
+ "sendEmpty": false,
1166
+ "requestDatatype": "JSON",
1167
+ "responseDatatype": "JSON",
1168
+ "headers": {},
1169
+ "responseObjects": [
1170
+ {
1171
+ "type": "default",
1172
+ "key": "",
1173
+ "mockFile": ""
1174
+ }
1175
+ ]
1176
+ },
1177
+ {
1178
+ "name": "putIpamL2vpnTerminations",
1179
+ "protocol": "REST",
1180
+ "method": "PUT",
1181
+ "entitypath": "{base_path}/{version}/ipam/l2vpn-terminations/?{query}",
1182
+ "requestSchema": "schema.json",
1183
+ "responseSchema": "schema.json",
1184
+ "timeout": 0,
1185
+ "sendEmpty": false,
1186
+ "requestDatatype": "JSON",
1187
+ "responseDatatype": "JSON",
1188
+ "headers": {},
1189
+ "responseObjects": [
1190
+ {
1191
+ "type": "default",
1192
+ "key": "",
1193
+ "mockFile": ""
1194
+ }
1195
+ ]
1196
+ },
1197
+ {
1198
+ "name": "patchIpamL2vpnTerminations",
1199
+ "protocol": "REST",
1200
+ "method": "PATCH",
1201
+ "entitypath": "{base_path}/{version}/ipam/l2vpn-terminations/?{query}",
1202
+ "requestSchema": "schema.json",
1203
+ "responseSchema": "schema.json",
1204
+ "timeout": 0,
1205
+ "sendEmpty": false,
1206
+ "requestDatatype": "JSON",
1207
+ "responseDatatype": "JSON",
1208
+ "headers": {},
1209
+ "responseObjects": [
1210
+ {
1211
+ "type": "default",
1212
+ "key": "",
1213
+ "mockFile": ""
1214
+ }
1215
+ ]
1216
+ },
1217
+ {
1218
+ "name": "deleteIpamL2vpnTerminations",
1219
+ "protocol": "REST",
1220
+ "method": "DELETE",
1221
+ "entitypath": "{base_path}/{version}/ipam/l2vpn-terminations/?{query}",
1222
+ "requestSchema": "schema.json",
1223
+ "responseSchema": "schema.json",
1224
+ "timeout": 0,
1225
+ "sendEmpty": false,
1226
+ "requestDatatype": "JSON",
1227
+ "responseDatatype": "JSON",
1228
+ "headers": {},
1229
+ "responseObjects": [
1230
+ {
1231
+ "type": "default",
1232
+ "key": "",
1233
+ "mockFile": ""
1234
+ }
1235
+ ]
1236
+ },
1237
+ {
1238
+ "name": "getIpamL2vpnTerminationsId",
1239
+ "protocol": "REST",
1240
+ "method": "GET",
1241
+ "entitypath": "{base_path}/{version}/ipam/l2vpn-terminations/{pathv1}/?{query}",
1242
+ "requestSchema": "schema.json",
1243
+ "responseSchema": "schema.json",
1244
+ "timeout": 0,
1245
+ "sendEmpty": false,
1246
+ "sendGetBody": false,
1247
+ "requestDatatype": "JSON",
1248
+ "responseDatatype": "JSON",
1249
+ "headers": {},
1250
+ "responseObjects": [
1251
+ {
1252
+ "type": "default",
1253
+ "key": "",
1254
+ "mockFile": ""
1255
+ }
1256
+ ]
1257
+ },
1258
+ {
1259
+ "name": "putIpamL2vpnTerminationsId",
1260
+ "protocol": "REST",
1261
+ "method": "PUT",
1262
+ "entitypath": "{base_path}/{version}/ipam/l2vpn-terminations/{pathv1}/?{query}",
1263
+ "requestSchema": "schema.json",
1264
+ "responseSchema": "schema.json",
1265
+ "timeout": 0,
1266
+ "sendEmpty": false,
1267
+ "requestDatatype": "JSON",
1268
+ "responseDatatype": "JSON",
1269
+ "headers": {},
1270
+ "responseObjects": [
1271
+ {
1272
+ "type": "default",
1273
+ "key": "",
1274
+ "mockFile": ""
1275
+ }
1276
+ ]
1277
+ },
1278
+ {
1279
+ "name": "patchIpamL2vpnTerminationsId",
1280
+ "protocol": "REST",
1281
+ "method": "PATCH",
1282
+ "entitypath": "{base_path}/{version}/ipam/l2vpn-terminations/{pathv1}/?{query}",
1283
+ "requestSchema": "schema.json",
1284
+ "responseSchema": "schema.json",
1285
+ "timeout": 0,
1286
+ "sendEmpty": false,
1287
+ "requestDatatype": "JSON",
1288
+ "responseDatatype": "JSON",
1289
+ "headers": {},
1290
+ "responseObjects": [
1291
+ {
1292
+ "type": "default",
1293
+ "key": "",
1294
+ "mockFile": ""
1295
+ }
1296
+ ]
1297
+ },
1298
+ {
1299
+ "name": "deleteIpamL2vpnTerminationsId",
1300
+ "protocol": "REST",
1301
+ "method": "DELETE",
1302
+ "entitypath": "{base_path}/{version}/ipam/l2vpn-terminations/{pathv1}/?{query}",
1303
+ "requestSchema": "schema.json",
1304
+ "responseSchema": "schema.json",
1305
+ "timeout": 0,
1306
+ "sendEmpty": false,
1307
+ "requestDatatype": "JSON",
1308
+ "responseDatatype": "JSON",
1309
+ "headers": {},
1310
+ "responseObjects": [
1311
+ {
1312
+ "type": "default",
1313
+ "key": "",
1314
+ "mockFile": ""
1315
+ }
1316
+ ]
1317
+ },
1318
+ {
1319
+ "name": "getIpamL2vpns",
1320
+ "protocol": "REST",
1321
+ "method": "GET",
1322
+ "entitypath": "{base_path}/{version}/ipam/l2vpns/?{query}",
1323
+ "requestSchema": "schema.json",
1324
+ "responseSchema": "schema.json",
1325
+ "timeout": 0,
1326
+ "sendEmpty": false,
1327
+ "sendGetBody": false,
1328
+ "requestDatatype": "JSON",
1329
+ "responseDatatype": "JSON",
1330
+ "headers": {},
1331
+ "responseObjects": [
1332
+ {
1333
+ "type": "default",
1334
+ "key": "",
1335
+ "mockFile": "mockdatafiles/getIpamL2vpns-default.json"
1336
+ }
1337
+ ]
1338
+ },
1339
+ {
1340
+ "name": "postIpamL2vpns",
1341
+ "protocol": "REST",
1342
+ "method": "POST",
1343
+ "entitypath": "{base_path}/{version}/ipam/l2vpns/?{query}",
1344
+ "requestSchema": "schema.json",
1345
+ "responseSchema": "schema.json",
1346
+ "timeout": 0,
1347
+ "sendEmpty": false,
1348
+ "requestDatatype": "JSON",
1349
+ "responseDatatype": "JSON",
1350
+ "headers": {},
1351
+ "responseObjects": [
1352
+ {
1353
+ "type": "default",
1354
+ "key": "",
1355
+ "mockFile": ""
1356
+ }
1357
+ ]
1358
+ },
1359
+ {
1360
+ "name": "putIpamL2vpns",
1361
+ "protocol": "REST",
1362
+ "method": "PUT",
1363
+ "entitypath": "{base_path}/{version}/ipam/l2vpns/?{query}",
1364
+ "requestSchema": "schema.json",
1365
+ "responseSchema": "schema.json",
1366
+ "timeout": 0,
1367
+ "sendEmpty": false,
1368
+ "requestDatatype": "JSON",
1369
+ "responseDatatype": "JSON",
1370
+ "headers": {},
1371
+ "responseObjects": [
1372
+ {
1373
+ "type": "default",
1374
+ "key": "",
1375
+ "mockFile": ""
1376
+ }
1377
+ ]
1378
+ },
1379
+ {
1380
+ "name": "patchIpamL2vpns",
1381
+ "protocol": "REST",
1382
+ "method": "PATCH",
1383
+ "entitypath": "{base_path}/{version}/ipam/l2vpns/?{query}",
1384
+ "requestSchema": "schema.json",
1385
+ "responseSchema": "schema.json",
1386
+ "timeout": 0,
1387
+ "sendEmpty": false,
1388
+ "requestDatatype": "JSON",
1389
+ "responseDatatype": "JSON",
1390
+ "headers": {},
1391
+ "responseObjects": [
1392
+ {
1393
+ "type": "default",
1394
+ "key": "",
1395
+ "mockFile": ""
1396
+ }
1397
+ ]
1398
+ },
1399
+ {
1400
+ "name": "deleteIpamL2vpns",
1401
+ "protocol": "REST",
1402
+ "method": "DELETE",
1403
+ "entitypath": "{base_path}/{version}/ipam/l2vpns/?{query}",
1404
+ "requestSchema": "schema.json",
1405
+ "responseSchema": "schema.json",
1406
+ "timeout": 0,
1407
+ "sendEmpty": false,
1408
+ "requestDatatype": "JSON",
1409
+ "responseDatatype": "JSON",
1410
+ "headers": {},
1411
+ "responseObjects": [
1412
+ {
1413
+ "type": "default",
1414
+ "key": "",
1415
+ "mockFile": ""
1416
+ }
1417
+ ]
1418
+ },
1419
+ {
1420
+ "name": "getIpamL2vpnsId",
1421
+ "protocol": "REST",
1422
+ "method": "GET",
1423
+ "entitypath": "{base_path}/{version}/ipam/l2vpns/{pathv1}/?{query}",
1424
+ "requestSchema": "schema.json",
1425
+ "responseSchema": "schema.json",
1426
+ "timeout": 0,
1427
+ "sendEmpty": false,
1428
+ "sendGetBody": false,
1429
+ "requestDatatype": "JSON",
1430
+ "responseDatatype": "JSON",
1431
+ "headers": {},
1432
+ "responseObjects": [
1433
+ {
1434
+ "type": "default",
1435
+ "key": "",
1436
+ "mockFile": ""
1437
+ }
1438
+ ]
1439
+ },
1440
+ {
1441
+ "name": "putIpamL2vpnsId",
1442
+ "protocol": "REST",
1443
+ "method": "PUT",
1444
+ "entitypath": "{base_path}/{version}/ipam/l2vpns/{pathv1}/?{query}",
1445
+ "requestSchema": "schema.json",
1446
+ "responseSchema": "schema.json",
1447
+ "timeout": 0,
1448
+ "sendEmpty": false,
1449
+ "requestDatatype": "JSON",
1450
+ "responseDatatype": "JSON",
1451
+ "headers": {},
1452
+ "responseObjects": [
1453
+ {
1454
+ "type": "default",
1455
+ "key": "",
1456
+ "mockFile": ""
1457
+ }
1458
+ ]
1459
+ },
1460
+ {
1461
+ "name": "patchIpamL2vpnsId",
1462
+ "protocol": "REST",
1463
+ "method": "PATCH",
1464
+ "entitypath": "{base_path}/{version}/ipam/l2vpns/{pathv1}/?{query}",
1465
+ "requestSchema": "schema.json",
1466
+ "responseSchema": "schema.json",
1467
+ "timeout": 0,
1468
+ "sendEmpty": false,
1469
+ "requestDatatype": "JSON",
1470
+ "responseDatatype": "JSON",
1471
+ "headers": {},
1472
+ "responseObjects": [
1473
+ {
1474
+ "type": "default",
1475
+ "key": "",
1476
+ "mockFile": ""
1477
+ }
1478
+ ]
1479
+ },
1480
+ {
1481
+ "name": "deleteIpamL2vpnsId",
1482
+ "protocol": "REST",
1483
+ "method": "DELETE",
1484
+ "entitypath": "{base_path}/{version}/ipam/l2vpns/{pathv1}/?{query}",
1485
+ "requestSchema": "schema.json",
1486
+ "responseSchema": "schema.json",
1487
+ "timeout": 0,
1488
+ "sendEmpty": false,
1489
+ "requestDatatype": "JSON",
1490
+ "responseDatatype": "JSON",
1491
+ "headers": {},
1492
+ "responseObjects": [
1493
+ {
1494
+ "type": "default",
1495
+ "key": "",
1496
+ "mockFile": ""
1497
+ }
1498
+ ]
1499
+ },
1500
+ {
1501
+ "name": "getIpamPrefixes",
1502
+ "protocol": "REST",
1503
+ "method": "GET",
1504
+ "entitypath": "{base_path}/{version}/ipam/prefixes/?{query}",
1505
+ "requestSchema": "schema.json",
1506
+ "responseSchema": "schema.json",
1507
+ "timeout": 0,
1508
+ "sendEmpty": false,
1509
+ "sendGetBody": false,
1510
+ "requestDatatype": "JSON",
1511
+ "responseDatatype": "JSON",
1512
+ "headers": {},
1513
+ "responseObjects": [
1514
+ {
1515
+ "type": "default",
1516
+ "key": "",
1517
+ "mockFile": "mockdatafiles/getIpamPrefixes-default.json"
1518
+ }
1519
+ ]
1520
+ },
1521
+ {
1522
+ "name": "postIpamPrefixes",
1523
+ "protocol": "REST",
1524
+ "method": "POST",
1525
+ "entitypath": "{base_path}/{version}/ipam/prefixes/?{query}",
1526
+ "requestSchema": "schema.json",
1527
+ "responseSchema": "schema.json",
1528
+ "timeout": 0,
1529
+ "sendEmpty": false,
1530
+ "requestDatatype": "JSON",
1531
+ "responseDatatype": "JSON",
1532
+ "headers": {},
1533
+ "responseObjects": [
1534
+ {
1535
+ "type": "default",
1536
+ "key": "",
1537
+ "mockFile": ""
1538
+ }
1539
+ ]
1540
+ },
1541
+ {
1542
+ "name": "putIpamPrefixes",
1543
+ "protocol": "REST",
1544
+ "method": "PUT",
1545
+ "entitypath": "{base_path}/{version}/ipam/prefixes/?{query}",
1546
+ "requestSchema": "schema.json",
1547
+ "responseSchema": "schema.json",
1548
+ "timeout": 0,
1549
+ "sendEmpty": false,
1550
+ "requestDatatype": "JSON",
1551
+ "responseDatatype": "JSON",
1552
+ "headers": {},
1553
+ "responseObjects": [
1554
+ {
1555
+ "type": "default",
1556
+ "key": "",
1557
+ "mockFile": ""
1558
+ }
1559
+ ]
1560
+ },
1561
+ {
1562
+ "name": "patchIpamPrefixes",
1563
+ "protocol": "REST",
1564
+ "method": "PATCH",
1565
+ "entitypath": "{base_path}/{version}/ipam/prefixes/?{query}",
1566
+ "requestSchema": "schema.json",
1567
+ "responseSchema": "schema.json",
1568
+ "timeout": 0,
1569
+ "sendEmpty": false,
1570
+ "requestDatatype": "JSON",
1571
+ "responseDatatype": "JSON",
1572
+ "headers": {},
1573
+ "responseObjects": [
1574
+ {
1575
+ "type": "default",
1576
+ "key": "",
1577
+ "mockFile": ""
1578
+ }
1579
+ ]
1580
+ },
1581
+ {
1582
+ "name": "deleteIpamPrefixes",
1583
+ "protocol": "REST",
1584
+ "method": "DELETE",
1585
+ "entitypath": "{base_path}/{version}/ipam/prefixes/?{query}",
1586
+ "requestSchema": "schema.json",
1587
+ "responseSchema": "schema.json",
1588
+ "timeout": 0,
1589
+ "sendEmpty": false,
1590
+ "requestDatatype": "JSON",
1591
+ "responseDatatype": "JSON",
1592
+ "headers": {},
1593
+ "responseObjects": [
1594
+ {
1595
+ "type": "default",
1596
+ "key": "",
1597
+ "mockFile": ""
1598
+ }
1599
+ ]
1600
+ },
1601
+ {
1602
+ "name": "getIpamPrefixesId",
1603
+ "protocol": "REST",
1604
+ "method": "GET",
1605
+ "entitypath": "{base_path}/{version}/ipam/prefixes/{pathv1}/?{query}",
1606
+ "requestSchema": "schema.json",
1607
+ "responseSchema": "schema.json",
1608
+ "timeout": 0,
1609
+ "sendEmpty": false,
1610
+ "sendGetBody": false,
1611
+ "requestDatatype": "JSON",
1612
+ "responseDatatype": "JSON",
1613
+ "headers": {},
1614
+ "responseObjects": [
1615
+ {
1616
+ "type": "default",
1617
+ "key": "",
1618
+ "mockFile": ""
1619
+ }
1620
+ ]
1621
+ },
1622
+ {
1623
+ "name": "putIpamPrefixesId",
1624
+ "protocol": "REST",
1625
+ "method": "PUT",
1626
+ "entitypath": "{base_path}/{version}/ipam/prefixes/{pathv1}/?{query}",
1627
+ "requestSchema": "schema.json",
1628
+ "responseSchema": "schema.json",
1629
+ "timeout": 0,
1630
+ "sendEmpty": false,
1631
+ "requestDatatype": "JSON",
1632
+ "responseDatatype": "JSON",
1633
+ "headers": {},
1634
+ "responseObjects": [
1635
+ {
1636
+ "type": "default",
1637
+ "key": "",
1638
+ "mockFile": ""
1639
+ }
1640
+ ]
1641
+ },
1642
+ {
1643
+ "name": "patchIpamPrefixesId",
1644
+ "protocol": "REST",
1645
+ "method": "PATCH",
1646
+ "entitypath": "{base_path}/{version}/ipam/prefixes/{pathv1}/?{query}",
1647
+ "requestSchema": "schema.json",
1648
+ "responseSchema": "schema.json",
1649
+ "timeout": 0,
1650
+ "sendEmpty": false,
1651
+ "requestDatatype": "JSON",
1652
+ "responseDatatype": "JSON",
1653
+ "headers": {},
1654
+ "responseObjects": [
1655
+ {
1656
+ "type": "default",
1657
+ "key": "",
1658
+ "mockFile": ""
1659
+ }
1660
+ ]
1661
+ },
1662
+ {
1663
+ "name": "deleteIpamPrefixesId",
1664
+ "protocol": "REST",
1665
+ "method": "DELETE",
1666
+ "entitypath": "{base_path}/{version}/ipam/prefixes/{pathv1}/?{query}",
1667
+ "requestSchema": "schema.json",
1668
+ "responseSchema": "schema.json",
1669
+ "timeout": 0,
1670
+ "sendEmpty": false,
1671
+ "requestDatatype": "JSON",
1672
+ "responseDatatype": "JSON",
1673
+ "headers": {},
1674
+ "responseObjects": [
1675
+ {
1676
+ "type": "default",
1677
+ "key": "",
1678
+ "mockFile": ""
1679
+ }
1680
+ ]
1681
+ },
1682
+ {
1683
+ "name": "getIpamPrefixesIdAvailableIps",
1684
+ "protocol": "REST",
1685
+ "method": "GET",
1686
+ "entitypath": "{base_path}/{version}/ipam/prefixes/{pathv1}/available-ips/?{query}",
1687
+ "requestSchema": "schema.json",
1688
+ "responseSchema": "schema.json",
1689
+ "timeout": 0,
1690
+ "sendEmpty": false,
1691
+ "sendGetBody": false,
1692
+ "requestDatatype": "JSON",
1693
+ "responseDatatype": "JSON",
1694
+ "headers": {},
1695
+ "responseObjects": [
1696
+ {
1697
+ "type": "default",
1698
+ "key": "",
1699
+ "mockFile": "mockdatafiles/getIpamPrefixesIdAvailableIps-default.json"
1700
+ }
1701
+ ]
1702
+ },
1703
+ {
1704
+ "name": "postIpamPrefixesIdAvailableIps",
1705
+ "protocol": "REST",
1706
+ "method": "POST",
1707
+ "entitypath": "{base_path}/{version}/ipam/prefixes/{pathv1}/available-ips/?{query}",
1708
+ "requestSchema": "schema.json",
1709
+ "responseSchema": "schema.json",
1710
+ "timeout": 0,
1711
+ "sendEmpty": false,
1712
+ "requestDatatype": "JSON",
1713
+ "responseDatatype": "JSON",
1714
+ "headers": {},
1715
+ "responseObjects": [
1716
+ {
1717
+ "type": "default",
1718
+ "key": "",
1719
+ "mockFile": "mockdatafiles/postIpamPrefixesIdAvailableIps-default.json"
1720
+ }
1721
+ ]
1722
+ },
1723
+ {
1724
+ "name": "getIpamPrefixesIdAvailablePrefixes",
1725
+ "protocol": "REST",
1726
+ "method": "GET",
1727
+ "entitypath": "{base_path}/{version}/ipam/prefixes/{pathv1}/available-prefixes/?{query}",
1728
+ "requestSchema": "schema.json",
1729
+ "responseSchema": "schema.json",
1730
+ "timeout": 0,
1731
+ "sendEmpty": false,
1732
+ "sendGetBody": false,
1733
+ "requestDatatype": "JSON",
1734
+ "responseDatatype": "JSON",
1735
+ "headers": {},
1736
+ "responseObjects": [
1737
+ {
1738
+ "type": "default",
1739
+ "key": "",
1740
+ "mockFile": "mockdatafiles/getIpamPrefixesIdAvailablePrefixes-default.json"
1741
+ }
1742
+ ]
1743
+ },
1744
+ {
1745
+ "name": "postIpamPrefixesIdAvailablePrefixes",
1746
+ "protocol": "REST",
1747
+ "method": "POST",
1748
+ "entitypath": "{base_path}/{version}/ipam/prefixes/{pathv1}/available-prefixes/?{query}",
1749
+ "requestSchema": "schema.json",
1750
+ "responseSchema": "schema.json",
1751
+ "timeout": 0,
1752
+ "sendEmpty": false,
1753
+ "requestDatatype": "JSON",
1754
+ "responseDatatype": "JSON",
1755
+ "headers": {},
1756
+ "responseObjects": [
1757
+ {
1758
+ "type": "default",
1759
+ "key": "",
1760
+ "mockFile": "mockdatafiles/postIpamPrefixesIdAvailablePrefixes-default.json"
1761
+ }
1762
+ ]
1763
+ },
1764
+ {
1765
+ "name": "getIpamRirs",
1766
+ "protocol": "REST",
1767
+ "method": "GET",
1768
+ "entitypath": "{base_path}/{version}/ipam/rirs/?{query}",
1769
+ "requestSchema": "schema.json",
1770
+ "responseSchema": "schema.json",
1771
+ "timeout": 0,
1772
+ "sendEmpty": false,
1773
+ "sendGetBody": false,
1774
+ "requestDatatype": "JSON",
1775
+ "responseDatatype": "JSON",
1776
+ "headers": {},
1777
+ "responseObjects": [
1778
+ {
1779
+ "type": "default",
1780
+ "key": "",
1781
+ "mockFile": "mockdatafiles/getIpamRirs-default.json"
1782
+ }
1783
+ ]
1784
+ },
1785
+ {
1786
+ "name": "postIpamRirs",
1787
+ "protocol": "REST",
1788
+ "method": "POST",
1789
+ "entitypath": "{base_path}/{version}/ipam/rirs/?{query}",
1790
+ "requestSchema": "schema.json",
1791
+ "responseSchema": "schema.json",
1792
+ "timeout": 0,
1793
+ "sendEmpty": false,
1794
+ "requestDatatype": "JSON",
1795
+ "responseDatatype": "JSON",
1796
+ "headers": {},
1797
+ "responseObjects": [
1798
+ {
1799
+ "type": "default",
1800
+ "key": "",
1801
+ "mockFile": ""
1802
+ }
1803
+ ]
1804
+ },
1805
+ {
1806
+ "name": "putIpamRirs",
1807
+ "protocol": "REST",
1808
+ "method": "PUT",
1809
+ "entitypath": "{base_path}/{version}/ipam/rirs/?{query}",
1810
+ "requestSchema": "schema.json",
1811
+ "responseSchema": "schema.json",
1812
+ "timeout": 0,
1813
+ "sendEmpty": false,
1814
+ "requestDatatype": "JSON",
1815
+ "responseDatatype": "JSON",
1816
+ "headers": {},
1817
+ "responseObjects": [
1818
+ {
1819
+ "type": "default",
1820
+ "key": "",
1821
+ "mockFile": ""
1822
+ }
1823
+ ]
1824
+ },
1825
+ {
1826
+ "name": "patchIpamRirs",
1827
+ "protocol": "REST",
1828
+ "method": "PATCH",
1829
+ "entitypath": "{base_path}/{version}/ipam/rirs/?{query}",
1830
+ "requestSchema": "schema.json",
1831
+ "responseSchema": "schema.json",
1832
+ "timeout": 0,
1833
+ "sendEmpty": false,
1834
+ "requestDatatype": "JSON",
1835
+ "responseDatatype": "JSON",
1836
+ "headers": {},
1837
+ "responseObjects": [
1838
+ {
1839
+ "type": "default",
1840
+ "key": "",
1841
+ "mockFile": ""
1842
+ }
1843
+ ]
1844
+ },
1845
+ {
1846
+ "name": "deleteIpamRirs",
1847
+ "protocol": "REST",
1848
+ "method": "DELETE",
1849
+ "entitypath": "{base_path}/{version}/ipam/rirs/?{query}",
1850
+ "requestSchema": "schema.json",
1851
+ "responseSchema": "schema.json",
1852
+ "timeout": 0,
1853
+ "sendEmpty": false,
1854
+ "requestDatatype": "JSON",
1855
+ "responseDatatype": "JSON",
1856
+ "headers": {},
1857
+ "responseObjects": [
1858
+ {
1859
+ "type": "default",
1860
+ "key": "",
1861
+ "mockFile": ""
1862
+ }
1863
+ ]
1864
+ },
1865
+ {
1866
+ "name": "getIpamRirsId",
1867
+ "protocol": "REST",
1868
+ "method": "GET",
1869
+ "entitypath": "{base_path}/{version}/ipam/rirs/{pathv1}/?{query}",
1870
+ "requestSchema": "schema.json",
1871
+ "responseSchema": "schema.json",
1872
+ "timeout": 0,
1873
+ "sendEmpty": false,
1874
+ "sendGetBody": false,
1875
+ "requestDatatype": "JSON",
1876
+ "responseDatatype": "JSON",
1877
+ "headers": {},
1878
+ "responseObjects": [
1879
+ {
1880
+ "type": "default",
1881
+ "key": "",
1882
+ "mockFile": ""
1883
+ }
1884
+ ]
1885
+ },
1886
+ {
1887
+ "name": "putIpamRirsId",
1888
+ "protocol": "REST",
1889
+ "method": "PUT",
1890
+ "entitypath": "{base_path}/{version}/ipam/rirs/{pathv1}/?{query}",
1891
+ "requestSchema": "schema.json",
1892
+ "responseSchema": "schema.json",
1893
+ "timeout": 0,
1894
+ "sendEmpty": false,
1895
+ "requestDatatype": "JSON",
1896
+ "responseDatatype": "JSON",
1897
+ "headers": {},
1898
+ "responseObjects": [
1899
+ {
1900
+ "type": "default",
1901
+ "key": "",
1902
+ "mockFile": ""
1903
+ }
1904
+ ]
1905
+ },
1906
+ {
1907
+ "name": "patchIpamRirsId",
1908
+ "protocol": "REST",
1909
+ "method": "PATCH",
1910
+ "entitypath": "{base_path}/{version}/ipam/rirs/{pathv1}/?{query}",
1911
+ "requestSchema": "schema.json",
1912
+ "responseSchema": "schema.json",
1913
+ "timeout": 0,
1914
+ "sendEmpty": false,
1915
+ "requestDatatype": "JSON",
1916
+ "responseDatatype": "JSON",
1917
+ "headers": {},
1918
+ "responseObjects": [
1919
+ {
1920
+ "type": "default",
1921
+ "key": "",
1922
+ "mockFile": ""
1923
+ }
1924
+ ]
1925
+ },
1926
+ {
1927
+ "name": "deleteIpamRirsId",
1928
+ "protocol": "REST",
1929
+ "method": "DELETE",
1930
+ "entitypath": "{base_path}/{version}/ipam/rirs/{pathv1}/?{query}",
1931
+ "requestSchema": "schema.json",
1932
+ "responseSchema": "schema.json",
1933
+ "timeout": 0,
1934
+ "sendEmpty": false,
1935
+ "requestDatatype": "JSON",
1936
+ "responseDatatype": "JSON",
1937
+ "headers": {},
1938
+ "responseObjects": [
1939
+ {
1940
+ "type": "default",
1941
+ "key": "",
1942
+ "mockFile": ""
1943
+ }
1944
+ ]
1945
+ },
1946
+ {
1947
+ "name": "getIpamRoles",
1948
+ "protocol": "REST",
1949
+ "method": "GET",
1950
+ "entitypath": "{base_path}/{version}/ipam/roles/?{query}",
1951
+ "requestSchema": "schema.json",
1952
+ "responseSchema": "schema.json",
1953
+ "timeout": 0,
1954
+ "sendEmpty": false,
1955
+ "sendGetBody": false,
1956
+ "requestDatatype": "JSON",
1957
+ "responseDatatype": "JSON",
1958
+ "headers": {},
1959
+ "responseObjects": [
1960
+ {
1961
+ "type": "default",
1962
+ "key": "",
1963
+ "mockFile": "mockdatafiles/getIpamRoles-default.json"
1964
+ }
1965
+ ]
1966
+ },
1967
+ {
1968
+ "name": "postIpamRoles",
1969
+ "protocol": "REST",
1970
+ "method": "POST",
1971
+ "entitypath": "{base_path}/{version}/ipam/roles/?{query}",
1972
+ "requestSchema": "schema.json",
1973
+ "responseSchema": "schema.json",
1974
+ "timeout": 0,
1975
+ "sendEmpty": false,
1976
+ "requestDatatype": "JSON",
1977
+ "responseDatatype": "JSON",
1978
+ "headers": {},
1979
+ "responseObjects": [
1980
+ {
1981
+ "type": "default",
1982
+ "key": "",
1983
+ "mockFile": ""
1984
+ }
1985
+ ]
1986
+ },
1987
+ {
1988
+ "name": "putIpamRoles",
1989
+ "protocol": "REST",
1990
+ "method": "PUT",
1991
+ "entitypath": "{base_path}/{version}/ipam/roles/?{query}",
1992
+ "requestSchema": "schema.json",
1993
+ "responseSchema": "schema.json",
1994
+ "timeout": 0,
1995
+ "sendEmpty": false,
1996
+ "requestDatatype": "JSON",
1997
+ "responseDatatype": "JSON",
1998
+ "headers": {},
1999
+ "responseObjects": [
2000
+ {
2001
+ "type": "default",
2002
+ "key": "",
2003
+ "mockFile": ""
2004
+ }
2005
+ ]
2006
+ },
2007
+ {
2008
+ "name": "patchIpamRoles",
2009
+ "protocol": "REST",
2010
+ "method": "PATCH",
2011
+ "entitypath": "{base_path}/{version}/ipam/roles/?{query}",
2012
+ "requestSchema": "schema.json",
2013
+ "responseSchema": "schema.json",
2014
+ "timeout": 0,
2015
+ "sendEmpty": false,
2016
+ "requestDatatype": "JSON",
2017
+ "responseDatatype": "JSON",
2018
+ "headers": {},
2019
+ "responseObjects": [
2020
+ {
2021
+ "type": "default",
2022
+ "key": "",
2023
+ "mockFile": ""
2024
+ }
2025
+ ]
2026
+ },
2027
+ {
2028
+ "name": "deleteIpamRoles",
2029
+ "protocol": "REST",
2030
+ "method": "DELETE",
2031
+ "entitypath": "{base_path}/{version}/ipam/roles/?{query}",
2032
+ "requestSchema": "schema.json",
2033
+ "responseSchema": "schema.json",
2034
+ "timeout": 0,
2035
+ "sendEmpty": false,
2036
+ "requestDatatype": "JSON",
2037
+ "responseDatatype": "JSON",
2038
+ "headers": {},
2039
+ "responseObjects": [
2040
+ {
2041
+ "type": "default",
2042
+ "key": "",
2043
+ "mockFile": ""
2044
+ }
2045
+ ]
2046
+ },
2047
+ {
2048
+ "name": "getIpamRolesId",
2049
+ "protocol": "REST",
2050
+ "method": "GET",
2051
+ "entitypath": "{base_path}/{version}/ipam/roles/{pathv1}/?{query}",
2052
+ "requestSchema": "schema.json",
2053
+ "responseSchema": "schema.json",
2054
+ "timeout": 0,
2055
+ "sendEmpty": false,
2056
+ "sendGetBody": false,
2057
+ "requestDatatype": "JSON",
2058
+ "responseDatatype": "JSON",
2059
+ "headers": {},
2060
+ "responseObjects": [
2061
+ {
2062
+ "type": "default",
2063
+ "key": "",
2064
+ "mockFile": ""
2065
+ }
2066
+ ]
2067
+ },
2068
+ {
2069
+ "name": "putIpamRolesId",
2070
+ "protocol": "REST",
2071
+ "method": "PUT",
2072
+ "entitypath": "{base_path}/{version}/ipam/roles/{pathv1}/?{query}",
2073
+ "requestSchema": "schema.json",
2074
+ "responseSchema": "schema.json",
2075
+ "timeout": 0,
2076
+ "sendEmpty": false,
2077
+ "requestDatatype": "JSON",
2078
+ "responseDatatype": "JSON",
2079
+ "headers": {},
2080
+ "responseObjects": [
2081
+ {
2082
+ "type": "default",
2083
+ "key": "",
2084
+ "mockFile": ""
2085
+ }
2086
+ ]
2087
+ },
2088
+ {
2089
+ "name": "patchIpamRolesId",
2090
+ "protocol": "REST",
2091
+ "method": "PATCH",
2092
+ "entitypath": "{base_path}/{version}/ipam/roles/{pathv1}/?{query}",
2093
+ "requestSchema": "schema.json",
2094
+ "responseSchema": "schema.json",
2095
+ "timeout": 0,
2096
+ "sendEmpty": false,
2097
+ "requestDatatype": "JSON",
2098
+ "responseDatatype": "JSON",
2099
+ "headers": {},
2100
+ "responseObjects": [
2101
+ {
2102
+ "type": "default",
2103
+ "key": "",
2104
+ "mockFile": ""
2105
+ }
2106
+ ]
2107
+ },
2108
+ {
2109
+ "name": "deleteIpamRolesId",
2110
+ "protocol": "REST",
2111
+ "method": "DELETE",
2112
+ "entitypath": "{base_path}/{version}/ipam/roles/{pathv1}/?{query}",
2113
+ "requestSchema": "schema.json",
2114
+ "responseSchema": "schema.json",
2115
+ "timeout": 0,
2116
+ "sendEmpty": false,
2117
+ "requestDatatype": "JSON",
2118
+ "responseDatatype": "JSON",
2119
+ "headers": {},
2120
+ "responseObjects": [
2121
+ {
2122
+ "type": "default",
2123
+ "key": "",
2124
+ "mockFile": ""
2125
+ }
2126
+ ]
2127
+ },
2128
+ {
2129
+ "name": "getIpamRouteTargets",
2130
+ "protocol": "REST",
2131
+ "method": "GET",
2132
+ "entitypath": "{base_path}/{version}/ipam/route-targets/?{query}",
2133
+ "requestSchema": "schema.json",
2134
+ "responseSchema": "schema.json",
2135
+ "timeout": 0,
2136
+ "sendEmpty": false,
2137
+ "sendGetBody": false,
2138
+ "requestDatatype": "JSON",
2139
+ "responseDatatype": "JSON",
2140
+ "headers": {},
2141
+ "responseObjects": [
2142
+ {
2143
+ "type": "default",
2144
+ "key": "",
2145
+ "mockFile": "mockdatafiles/getIpamRouteTargets-default.json"
2146
+ }
2147
+ ]
2148
+ },
2149
+ {
2150
+ "name": "postIpamRouteTargets",
2151
+ "protocol": "REST",
2152
+ "method": "POST",
2153
+ "entitypath": "{base_path}/{version}/ipam/route-targets/?{query}",
2154
+ "requestSchema": "schema.json",
2155
+ "responseSchema": "schema.json",
2156
+ "timeout": 0,
2157
+ "sendEmpty": false,
2158
+ "requestDatatype": "JSON",
2159
+ "responseDatatype": "JSON",
2160
+ "headers": {},
2161
+ "responseObjects": [
2162
+ {
2163
+ "type": "default",
2164
+ "key": "",
2165
+ "mockFile": ""
2166
+ }
2167
+ ]
2168
+ },
2169
+ {
2170
+ "name": "putIpamRouteTargets",
2171
+ "protocol": "REST",
2172
+ "method": "PUT",
2173
+ "entitypath": "{base_path}/{version}/ipam/route-targets/?{query}",
2174
+ "requestSchema": "schema.json",
2175
+ "responseSchema": "schema.json",
2176
+ "timeout": 0,
2177
+ "sendEmpty": false,
2178
+ "requestDatatype": "JSON",
2179
+ "responseDatatype": "JSON",
2180
+ "headers": {},
2181
+ "responseObjects": [
2182
+ {
2183
+ "type": "default",
2184
+ "key": "",
2185
+ "mockFile": ""
2186
+ }
2187
+ ]
2188
+ },
2189
+ {
2190
+ "name": "patchIpamRouteTargets",
2191
+ "protocol": "REST",
2192
+ "method": "PATCH",
2193
+ "entitypath": "{base_path}/{version}/ipam/route-targets/?{query}",
2194
+ "requestSchema": "schema.json",
2195
+ "responseSchema": "schema.json",
2196
+ "timeout": 0,
2197
+ "sendEmpty": false,
2198
+ "requestDatatype": "JSON",
2199
+ "responseDatatype": "JSON",
2200
+ "headers": {},
2201
+ "responseObjects": [
2202
+ {
2203
+ "type": "default",
2204
+ "key": "",
2205
+ "mockFile": ""
2206
+ }
2207
+ ]
2208
+ },
2209
+ {
2210
+ "name": "deleteIpamRouteTargets",
2211
+ "protocol": "REST",
2212
+ "method": "DELETE",
2213
+ "entitypath": "{base_path}/{version}/ipam/route-targets/?{query}",
2214
+ "requestSchema": "schema.json",
2215
+ "responseSchema": "schema.json",
2216
+ "timeout": 0,
2217
+ "sendEmpty": false,
2218
+ "requestDatatype": "JSON",
2219
+ "responseDatatype": "JSON",
2220
+ "headers": {},
2221
+ "responseObjects": [
2222
+ {
2223
+ "type": "default",
2224
+ "key": "",
2225
+ "mockFile": ""
2226
+ }
2227
+ ]
2228
+ },
2229
+ {
2230
+ "name": "getIpamRouteTargetsId",
2231
+ "protocol": "REST",
2232
+ "method": "GET",
2233
+ "entitypath": "{base_path}/{version}/ipam/route-targets/{pathv1}/?{query}",
2234
+ "requestSchema": "schema.json",
2235
+ "responseSchema": "schema.json",
2236
+ "timeout": 0,
2237
+ "sendEmpty": false,
2238
+ "sendGetBody": false,
2239
+ "requestDatatype": "JSON",
2240
+ "responseDatatype": "JSON",
2241
+ "headers": {},
2242
+ "responseObjects": [
2243
+ {
2244
+ "type": "default",
2245
+ "key": "",
2246
+ "mockFile": ""
2247
+ }
2248
+ ]
2249
+ },
2250
+ {
2251
+ "name": "putIpamRouteTargetsId",
2252
+ "protocol": "REST",
2253
+ "method": "PUT",
2254
+ "entitypath": "{base_path}/{version}/ipam/route-targets/{pathv1}/?{query}",
2255
+ "requestSchema": "schema.json",
2256
+ "responseSchema": "schema.json",
2257
+ "timeout": 0,
2258
+ "sendEmpty": false,
2259
+ "requestDatatype": "JSON",
2260
+ "responseDatatype": "JSON",
2261
+ "headers": {},
2262
+ "responseObjects": [
2263
+ {
2264
+ "type": "default",
2265
+ "key": "",
2266
+ "mockFile": ""
2267
+ }
2268
+ ]
2269
+ },
2270
+ {
2271
+ "name": "patchIpamRouteTargetsId",
2272
+ "protocol": "REST",
2273
+ "method": "PATCH",
2274
+ "entitypath": "{base_path}/{version}/ipam/route-targets/{pathv1}/?{query}",
2275
+ "requestSchema": "schema.json",
2276
+ "responseSchema": "schema.json",
2277
+ "timeout": 0,
2278
+ "sendEmpty": false,
2279
+ "requestDatatype": "JSON",
2280
+ "responseDatatype": "JSON",
2281
+ "headers": {},
2282
+ "responseObjects": [
2283
+ {
2284
+ "type": "default",
2285
+ "key": "",
2286
+ "mockFile": ""
2287
+ }
2288
+ ]
2289
+ },
2290
+ {
2291
+ "name": "deleteIpamRouteTargetsId",
2292
+ "protocol": "REST",
2293
+ "method": "DELETE",
2294
+ "entitypath": "{base_path}/{version}/ipam/route-targets/{pathv1}/?{query}",
2295
+ "requestSchema": "schema.json",
2296
+ "responseSchema": "schema.json",
2297
+ "timeout": 0,
2298
+ "sendEmpty": false,
2299
+ "requestDatatype": "JSON",
2300
+ "responseDatatype": "JSON",
2301
+ "headers": {},
2302
+ "responseObjects": [
2303
+ {
2304
+ "type": "default",
2305
+ "key": "",
2306
+ "mockFile": ""
2307
+ }
2308
+ ]
2309
+ },
2310
+ {
2311
+ "name": "getIpamServiceTemplates",
2312
+ "protocol": "REST",
2313
+ "method": "GET",
2314
+ "entitypath": "{base_path}/{version}/ipam/service-templates/?{query}",
2315
+ "requestSchema": "schema.json",
2316
+ "responseSchema": "schema.json",
2317
+ "timeout": 0,
2318
+ "sendEmpty": false,
2319
+ "sendGetBody": false,
2320
+ "requestDatatype": "JSON",
2321
+ "responseDatatype": "JSON",
2322
+ "headers": {},
2323
+ "responseObjects": [
2324
+ {
2325
+ "type": "default",
2326
+ "key": "",
2327
+ "mockFile": "mockdatafiles/getIpamServiceTemplates-default.json"
2328
+ }
2329
+ ]
2330
+ },
2331
+ {
2332
+ "name": "postIpamServiceTemplates",
2333
+ "protocol": "REST",
2334
+ "method": "POST",
2335
+ "entitypath": "{base_path}/{version}/ipam/service-templates/?{query}",
2336
+ "requestSchema": "schema.json",
2337
+ "responseSchema": "schema.json",
2338
+ "timeout": 0,
2339
+ "sendEmpty": false,
2340
+ "requestDatatype": "JSON",
2341
+ "responseDatatype": "JSON",
2342
+ "headers": {},
2343
+ "responseObjects": [
2344
+ {
2345
+ "type": "default",
2346
+ "key": "",
2347
+ "mockFile": ""
2348
+ }
2349
+ ]
2350
+ },
2351
+ {
2352
+ "name": "putIpamServiceTemplates",
2353
+ "protocol": "REST",
2354
+ "method": "PUT",
2355
+ "entitypath": "{base_path}/{version}/ipam/service-templates/?{query}",
2356
+ "requestSchema": "schema.json",
2357
+ "responseSchema": "schema.json",
2358
+ "timeout": 0,
2359
+ "sendEmpty": false,
2360
+ "requestDatatype": "JSON",
2361
+ "responseDatatype": "JSON",
2362
+ "headers": {},
2363
+ "responseObjects": [
2364
+ {
2365
+ "type": "default",
2366
+ "key": "",
2367
+ "mockFile": ""
2368
+ }
2369
+ ]
2370
+ },
2371
+ {
2372
+ "name": "patchIpamServiceTemplates",
2373
+ "protocol": "REST",
2374
+ "method": "PATCH",
2375
+ "entitypath": "{base_path}/{version}/ipam/service-templates/?{query}",
2376
+ "requestSchema": "schema.json",
2377
+ "responseSchema": "schema.json",
2378
+ "timeout": 0,
2379
+ "sendEmpty": false,
2380
+ "requestDatatype": "JSON",
2381
+ "responseDatatype": "JSON",
2382
+ "headers": {},
2383
+ "responseObjects": [
2384
+ {
2385
+ "type": "default",
2386
+ "key": "",
2387
+ "mockFile": ""
2388
+ }
2389
+ ]
2390
+ },
2391
+ {
2392
+ "name": "deleteIpamServiceTemplates",
2393
+ "protocol": "REST",
2394
+ "method": "DELETE",
2395
+ "entitypath": "{base_path}/{version}/ipam/service-templates/?{query}",
2396
+ "requestSchema": "schema.json",
2397
+ "responseSchema": "schema.json",
2398
+ "timeout": 0,
2399
+ "sendEmpty": false,
2400
+ "requestDatatype": "JSON",
2401
+ "responseDatatype": "JSON",
2402
+ "headers": {},
2403
+ "responseObjects": [
2404
+ {
2405
+ "type": "default",
2406
+ "key": "",
2407
+ "mockFile": ""
2408
+ }
2409
+ ]
2410
+ },
2411
+ {
2412
+ "name": "getIpamServiceTemplatesId",
2413
+ "protocol": "REST",
2414
+ "method": "GET",
2415
+ "entitypath": "{base_path}/{version}/ipam/service-templates/{pathv1}/?{query}",
2416
+ "requestSchema": "schema.json",
2417
+ "responseSchema": "schema.json",
2418
+ "timeout": 0,
2419
+ "sendEmpty": false,
2420
+ "sendGetBody": false,
2421
+ "requestDatatype": "JSON",
2422
+ "responseDatatype": "JSON",
2423
+ "headers": {},
2424
+ "responseObjects": [
2425
+ {
2426
+ "type": "default",
2427
+ "key": "",
2428
+ "mockFile": ""
2429
+ }
2430
+ ]
2431
+ },
2432
+ {
2433
+ "name": "putIpamServiceTemplatesId",
2434
+ "protocol": "REST",
2435
+ "method": "PUT",
2436
+ "entitypath": "{base_path}/{version}/ipam/service-templates/{pathv1}/?{query}",
2437
+ "requestSchema": "schema.json",
2438
+ "responseSchema": "schema.json",
2439
+ "timeout": 0,
2440
+ "sendEmpty": false,
2441
+ "requestDatatype": "JSON",
2442
+ "responseDatatype": "JSON",
2443
+ "headers": {},
2444
+ "responseObjects": [
2445
+ {
2446
+ "type": "default",
2447
+ "key": "",
2448
+ "mockFile": ""
2449
+ }
2450
+ ]
2451
+ },
2452
+ {
2453
+ "name": "patchIpamServiceTemplatesId",
2454
+ "protocol": "REST",
2455
+ "method": "PATCH",
2456
+ "entitypath": "{base_path}/{version}/ipam/service-templates/{pathv1}/?{query}",
2457
+ "requestSchema": "schema.json",
2458
+ "responseSchema": "schema.json",
2459
+ "timeout": 0,
2460
+ "sendEmpty": false,
2461
+ "requestDatatype": "JSON",
2462
+ "responseDatatype": "JSON",
2463
+ "headers": {},
2464
+ "responseObjects": [
2465
+ {
2466
+ "type": "default",
2467
+ "key": "",
2468
+ "mockFile": ""
2469
+ }
2470
+ ]
2471
+ },
2472
+ {
2473
+ "name": "deleteIpamServiceTemplatesId",
2474
+ "protocol": "REST",
2475
+ "method": "DELETE",
2476
+ "entitypath": "{base_path}/{version}/ipam/service-templates/{pathv1}/?{query}",
2477
+ "requestSchema": "schema.json",
2478
+ "responseSchema": "schema.json",
2479
+ "timeout": 0,
2480
+ "sendEmpty": false,
2481
+ "requestDatatype": "JSON",
2482
+ "responseDatatype": "JSON",
2483
+ "headers": {},
2484
+ "responseObjects": [
2485
+ {
2486
+ "type": "default",
2487
+ "key": "",
2488
+ "mockFile": ""
2489
+ }
2490
+ ]
2491
+ },
2492
+ {
2493
+ "name": "getIpamServices",
2494
+ "protocol": "REST",
2495
+ "method": "GET",
2496
+ "entitypath": "{base_path}/{version}/ipam/services/?{query}",
2497
+ "requestSchema": "schema.json",
2498
+ "responseSchema": "schema.json",
2499
+ "timeout": 0,
2500
+ "sendEmpty": false,
2501
+ "sendGetBody": false,
2502
+ "requestDatatype": "JSON",
2503
+ "responseDatatype": "JSON",
2504
+ "headers": {},
2505
+ "responseObjects": [
2506
+ {
2507
+ "type": "default",
2508
+ "key": "",
2509
+ "mockFile": "mockdatafiles/getIpamServices-default.json"
2510
+ }
2511
+ ]
2512
+ },
2513
+ {
2514
+ "name": "postIpamServices",
2515
+ "protocol": "REST",
2516
+ "method": "POST",
2517
+ "entitypath": "{base_path}/{version}/ipam/services/?{query}",
2518
+ "requestSchema": "schema.json",
2519
+ "responseSchema": "schema.json",
2520
+ "timeout": 0,
2521
+ "sendEmpty": false,
2522
+ "requestDatatype": "JSON",
2523
+ "responseDatatype": "JSON",
2524
+ "headers": {},
2525
+ "responseObjects": [
2526
+ {
2527
+ "type": "default",
2528
+ "key": "",
2529
+ "mockFile": ""
2530
+ }
2531
+ ]
2532
+ },
2533
+ {
2534
+ "name": "putIpamServices",
2535
+ "protocol": "REST",
2536
+ "method": "PUT",
2537
+ "entitypath": "{base_path}/{version}/ipam/services/?{query}",
2538
+ "requestSchema": "schema.json",
2539
+ "responseSchema": "schema.json",
2540
+ "timeout": 0,
2541
+ "sendEmpty": false,
2542
+ "requestDatatype": "JSON",
2543
+ "responseDatatype": "JSON",
2544
+ "headers": {},
2545
+ "responseObjects": [
2546
+ {
2547
+ "type": "default",
2548
+ "key": "",
2549
+ "mockFile": ""
2550
+ }
2551
+ ]
2552
+ },
2553
+ {
2554
+ "name": "patchIpamServices",
2555
+ "protocol": "REST",
2556
+ "method": "PATCH",
2557
+ "entitypath": "{base_path}/{version}/ipam/services/?{query}",
2558
+ "requestSchema": "schema.json",
2559
+ "responseSchema": "schema.json",
2560
+ "timeout": 0,
2561
+ "sendEmpty": false,
2562
+ "requestDatatype": "JSON",
2563
+ "responseDatatype": "JSON",
2564
+ "headers": {},
2565
+ "responseObjects": [
2566
+ {
2567
+ "type": "default",
2568
+ "key": "",
2569
+ "mockFile": ""
2570
+ }
2571
+ ]
2572
+ },
2573
+ {
2574
+ "name": "deleteIpamServices",
2575
+ "protocol": "REST",
2576
+ "method": "DELETE",
2577
+ "entitypath": "{base_path}/{version}/ipam/services/?{query}",
2578
+ "requestSchema": "schema.json",
2579
+ "responseSchema": "schema.json",
2580
+ "timeout": 0,
2581
+ "sendEmpty": false,
2582
+ "requestDatatype": "JSON",
2583
+ "responseDatatype": "JSON",
2584
+ "headers": {},
2585
+ "responseObjects": [
2586
+ {
2587
+ "type": "default",
2588
+ "key": "",
2589
+ "mockFile": ""
2590
+ }
2591
+ ]
2592
+ },
2593
+ {
2594
+ "name": "getIpamServicesId",
2595
+ "protocol": "REST",
2596
+ "method": "GET",
2597
+ "entitypath": "{base_path}/{version}/ipam/services/{pathv1}/?{query}",
2598
+ "requestSchema": "schema.json",
2599
+ "responseSchema": "schema.json",
2600
+ "timeout": 0,
2601
+ "sendEmpty": false,
2602
+ "sendGetBody": false,
2603
+ "requestDatatype": "JSON",
2604
+ "responseDatatype": "JSON",
2605
+ "headers": {},
2606
+ "responseObjects": [
2607
+ {
2608
+ "type": "default",
2609
+ "key": "",
2610
+ "mockFile": ""
2611
+ }
2612
+ ]
2613
+ },
2614
+ {
2615
+ "name": "putIpamServicesId",
2616
+ "protocol": "REST",
2617
+ "method": "PUT",
2618
+ "entitypath": "{base_path}/{version}/ipam/services/{pathv1}/?{query}",
2619
+ "requestSchema": "schema.json",
2620
+ "responseSchema": "schema.json",
2621
+ "timeout": 0,
2622
+ "sendEmpty": false,
2623
+ "requestDatatype": "JSON",
2624
+ "responseDatatype": "JSON",
2625
+ "headers": {},
2626
+ "responseObjects": [
2627
+ {
2628
+ "type": "default",
2629
+ "key": "",
2630
+ "mockFile": ""
2631
+ }
2632
+ ]
2633
+ },
2634
+ {
2635
+ "name": "patchIpamServicesId",
2636
+ "protocol": "REST",
2637
+ "method": "PATCH",
2638
+ "entitypath": "{base_path}/{version}/ipam/services/{pathv1}/?{query}",
2639
+ "requestSchema": "schema.json",
2640
+ "responseSchema": "schema.json",
2641
+ "timeout": 0,
2642
+ "sendEmpty": false,
2643
+ "requestDatatype": "JSON",
2644
+ "responseDatatype": "JSON",
2645
+ "headers": {},
2646
+ "responseObjects": [
2647
+ {
2648
+ "type": "default",
2649
+ "key": "",
2650
+ "mockFile": ""
2651
+ }
2652
+ ]
2653
+ },
2654
+ {
2655
+ "name": "deleteIpamServicesId",
2656
+ "protocol": "REST",
2657
+ "method": "DELETE",
2658
+ "entitypath": "{base_path}/{version}/ipam/services/{pathv1}/?{query}",
2659
+ "requestSchema": "schema.json",
2660
+ "responseSchema": "schema.json",
2661
+ "timeout": 0,
2662
+ "sendEmpty": false,
2663
+ "requestDatatype": "JSON",
2664
+ "responseDatatype": "JSON",
2665
+ "headers": {},
2666
+ "responseObjects": [
2667
+ {
2668
+ "type": "default",
2669
+ "key": "",
2670
+ "mockFile": ""
2671
+ }
2672
+ ]
2673
+ },
2674
+ {
2675
+ "name": "getIpamVlanGroups",
2676
+ "protocol": "REST",
2677
+ "method": "GET",
2678
+ "entitypath": "{base_path}/{version}/ipam/vlan-groups/?{query}",
2679
+ "requestSchema": "schema.json",
2680
+ "responseSchema": "schema.json",
2681
+ "timeout": 0,
2682
+ "sendEmpty": false,
2683
+ "sendGetBody": false,
2684
+ "requestDatatype": "JSON",
2685
+ "responseDatatype": "JSON",
2686
+ "headers": {},
2687
+ "responseObjects": [
2688
+ {
2689
+ "type": "default",
2690
+ "key": "",
2691
+ "mockFile": "mockdatafiles/getIpamVlanGroups-default.json"
2692
+ }
2693
+ ]
2694
+ },
2695
+ {
2696
+ "name": "postIpamVlanGroups",
2697
+ "protocol": "REST",
2698
+ "method": "POST",
2699
+ "entitypath": "{base_path}/{version}/ipam/vlan-groups/?{query}",
2700
+ "requestSchema": "schema.json",
2701
+ "responseSchema": "schema.json",
2702
+ "timeout": 0,
2703
+ "sendEmpty": false,
2704
+ "requestDatatype": "JSON",
2705
+ "responseDatatype": "JSON",
2706
+ "headers": {},
2707
+ "responseObjects": [
2708
+ {
2709
+ "type": "default",
2710
+ "key": "",
2711
+ "mockFile": ""
2712
+ }
2713
+ ]
2714
+ },
2715
+ {
2716
+ "name": "putIpamVlanGroups",
2717
+ "protocol": "REST",
2718
+ "method": "PUT",
2719
+ "entitypath": "{base_path}/{version}/ipam/vlan-groups/?{query}",
2720
+ "requestSchema": "schema.json",
2721
+ "responseSchema": "schema.json",
2722
+ "timeout": 0,
2723
+ "sendEmpty": false,
2724
+ "requestDatatype": "JSON",
2725
+ "responseDatatype": "JSON",
2726
+ "headers": {},
2727
+ "responseObjects": [
2728
+ {
2729
+ "type": "default",
2730
+ "key": "",
2731
+ "mockFile": ""
2732
+ }
2733
+ ]
2734
+ },
2735
+ {
2736
+ "name": "patchIpamVlanGroups",
2737
+ "protocol": "REST",
2738
+ "method": "PATCH",
2739
+ "entitypath": "{base_path}/{version}/ipam/vlan-groups/?{query}",
2740
+ "requestSchema": "schema.json",
2741
+ "responseSchema": "schema.json",
2742
+ "timeout": 0,
2743
+ "sendEmpty": false,
2744
+ "requestDatatype": "JSON",
2745
+ "responseDatatype": "JSON",
2746
+ "headers": {},
2747
+ "responseObjects": [
2748
+ {
2749
+ "type": "default",
2750
+ "key": "",
2751
+ "mockFile": ""
2752
+ }
2753
+ ]
2754
+ },
2755
+ {
2756
+ "name": "deleteIpamVlanGroups",
2757
+ "protocol": "REST",
2758
+ "method": "DELETE",
2759
+ "entitypath": "{base_path}/{version}/ipam/vlan-groups/?{query}",
2760
+ "requestSchema": "schema.json",
2761
+ "responseSchema": "schema.json",
2762
+ "timeout": 0,
2763
+ "sendEmpty": false,
2764
+ "requestDatatype": "JSON",
2765
+ "responseDatatype": "JSON",
2766
+ "headers": {},
2767
+ "responseObjects": [
2768
+ {
2769
+ "type": "default",
2770
+ "key": "",
2771
+ "mockFile": ""
2772
+ }
2773
+ ]
2774
+ },
2775
+ {
2776
+ "name": "getIpamVlanGroupsId",
2777
+ "protocol": "REST",
2778
+ "method": "GET",
2779
+ "entitypath": "{base_path}/{version}/ipam/vlan-groups/{pathv1}/?{query}",
2780
+ "requestSchema": "schema.json",
2781
+ "responseSchema": "schema.json",
2782
+ "timeout": 0,
2783
+ "sendEmpty": false,
2784
+ "sendGetBody": false,
2785
+ "requestDatatype": "JSON",
2786
+ "responseDatatype": "JSON",
2787
+ "headers": {},
2788
+ "responseObjects": [
2789
+ {
2790
+ "type": "default",
2791
+ "key": "",
2792
+ "mockFile": ""
2793
+ }
2794
+ ]
2795
+ },
2796
+ {
2797
+ "name": "putIpamVlanGroupsId",
2798
+ "protocol": "REST",
2799
+ "method": "PUT",
2800
+ "entitypath": "{base_path}/{version}/ipam/vlan-groups/{pathv1}/?{query}",
2801
+ "requestSchema": "schema.json",
2802
+ "responseSchema": "schema.json",
2803
+ "timeout": 0,
2804
+ "sendEmpty": false,
2805
+ "requestDatatype": "JSON",
2806
+ "responseDatatype": "JSON",
2807
+ "headers": {},
2808
+ "responseObjects": [
2809
+ {
2810
+ "type": "default",
2811
+ "key": "",
2812
+ "mockFile": ""
2813
+ }
2814
+ ]
2815
+ },
2816
+ {
2817
+ "name": "patchIpamVlanGroupsId",
2818
+ "protocol": "REST",
2819
+ "method": "PATCH",
2820
+ "entitypath": "{base_path}/{version}/ipam/vlan-groups/{pathv1}/?{query}",
2821
+ "requestSchema": "schema.json",
2822
+ "responseSchema": "schema.json",
2823
+ "timeout": 0,
2824
+ "sendEmpty": false,
2825
+ "requestDatatype": "JSON",
2826
+ "responseDatatype": "JSON",
2827
+ "headers": {},
2828
+ "responseObjects": [
2829
+ {
2830
+ "type": "default",
2831
+ "key": "",
2832
+ "mockFile": ""
2833
+ }
2834
+ ]
2835
+ },
2836
+ {
2837
+ "name": "deleteIpamVlanGroupsId",
2838
+ "protocol": "REST",
2839
+ "method": "DELETE",
2840
+ "entitypath": "{base_path}/{version}/ipam/vlan-groups/{pathv1}/?{query}",
2841
+ "requestSchema": "schema.json",
2842
+ "responseSchema": "schema.json",
2843
+ "timeout": 0,
2844
+ "sendEmpty": false,
2845
+ "requestDatatype": "JSON",
2846
+ "responseDatatype": "JSON",
2847
+ "headers": {},
2848
+ "responseObjects": [
2849
+ {
2850
+ "type": "default",
2851
+ "key": "",
2852
+ "mockFile": ""
2853
+ }
2854
+ ]
2855
+ },
2856
+ {
2857
+ "name": "getIpamVlanGroupsIdAvailableVlans",
2858
+ "protocol": "REST",
2859
+ "method": "GET",
2860
+ "entitypath": "{base_path}/{version}/ipam/vlan-groups/{pathv1}/available-vlans/?{query}",
2861
+ "requestSchema": "schema.json",
2862
+ "responseSchema": "schema.json",
2863
+ "timeout": 0,
2864
+ "sendEmpty": false,
2865
+ "sendGetBody": false,
2866
+ "requestDatatype": "JSON",
2867
+ "responseDatatype": "JSON",
2868
+ "headers": {},
2869
+ "responseObjects": [
2870
+ {
2871
+ "type": "default",
2872
+ "key": "",
2873
+ "mockFile": "mockdatafiles/getIpamVlanGroupsIdAvailableVlans-default.json"
2874
+ }
2875
+ ]
2876
+ },
2877
+ {
2878
+ "name": "postIpamVlanGroupsIdAvailableVlans",
2879
+ "protocol": "REST",
2880
+ "method": "POST",
2881
+ "entitypath": "{base_path}/{version}/ipam/vlan-groups/{pathv1}/available-vlans/?{query}",
2882
+ "requestSchema": "schema.json",
2883
+ "responseSchema": "schema.json",
2884
+ "timeout": 0,
2885
+ "sendEmpty": false,
2886
+ "requestDatatype": "JSON",
2887
+ "responseDatatype": "JSON",
2888
+ "headers": {},
2889
+ "responseObjects": [
2890
+ {
2891
+ "type": "default",
2892
+ "key": "",
2893
+ "mockFile": "mockdatafiles/postIpamVlanGroupsIdAvailableVlans-default.json"
2894
+ }
2895
+ ]
2896
+ },
2897
+ {
2898
+ "name": "getIpamVlans",
2899
+ "protocol": "REST",
2900
+ "method": "GET",
2901
+ "entitypath": "{base_path}/{version}/ipam/vlans/?{query}",
2902
+ "requestSchema": "schema.json",
2903
+ "responseSchema": "schema.json",
2904
+ "timeout": 0,
2905
+ "sendEmpty": false,
2906
+ "sendGetBody": false,
2907
+ "requestDatatype": "JSON",
2908
+ "responseDatatype": "JSON",
2909
+ "headers": {},
2910
+ "responseObjects": [
2911
+ {
2912
+ "type": "default",
2913
+ "key": "",
2914
+ "mockFile": "mockdatafiles/getIpamVlans-default.json"
2915
+ }
2916
+ ]
2917
+ },
2918
+ {
2919
+ "name": "postIpamVlans",
2920
+ "protocol": "REST",
2921
+ "method": "POST",
2922
+ "entitypath": "{base_path}/{version}/ipam/vlans/?{query}",
2923
+ "requestSchema": "schema.json",
2924
+ "responseSchema": "schema.json",
2925
+ "timeout": 0,
2926
+ "sendEmpty": false,
2927
+ "requestDatatype": "JSON",
2928
+ "responseDatatype": "JSON",
2929
+ "headers": {},
2930
+ "responseObjects": [
2931
+ {
2932
+ "type": "default",
2933
+ "key": "",
2934
+ "mockFile": ""
2935
+ }
2936
+ ]
2937
+ },
2938
+ {
2939
+ "name": "putIpamVlans",
2940
+ "protocol": "REST",
2941
+ "method": "PUT",
2942
+ "entitypath": "{base_path}/{version}/ipam/vlans/?{query}",
2943
+ "requestSchema": "schema.json",
2944
+ "responseSchema": "schema.json",
2945
+ "timeout": 0,
2946
+ "sendEmpty": false,
2947
+ "requestDatatype": "JSON",
2948
+ "responseDatatype": "JSON",
2949
+ "headers": {},
2950
+ "responseObjects": [
2951
+ {
2952
+ "type": "default",
2953
+ "key": "",
2954
+ "mockFile": ""
2955
+ }
2956
+ ]
2957
+ },
2958
+ {
2959
+ "name": "patchIpamVlans",
2960
+ "protocol": "REST",
2961
+ "method": "PATCH",
2962
+ "entitypath": "{base_path}/{version}/ipam/vlans/?{query}",
2963
+ "requestSchema": "schema.json",
2964
+ "responseSchema": "schema.json",
2965
+ "timeout": 0,
2966
+ "sendEmpty": false,
2967
+ "requestDatatype": "JSON",
2968
+ "responseDatatype": "JSON",
2969
+ "headers": {},
2970
+ "responseObjects": [
2971
+ {
2972
+ "type": "default",
2973
+ "key": "",
2974
+ "mockFile": ""
2975
+ }
2976
+ ]
2977
+ },
2978
+ {
2979
+ "name": "deleteIpamVlans",
2980
+ "protocol": "REST",
2981
+ "method": "DELETE",
2982
+ "entitypath": "{base_path}/{version}/ipam/vlans/?{query}",
2983
+ "requestSchema": "schema.json",
2984
+ "responseSchema": "schema.json",
2985
+ "timeout": 0,
2986
+ "sendEmpty": false,
2987
+ "requestDatatype": "JSON",
2988
+ "responseDatatype": "JSON",
2989
+ "headers": {},
2990
+ "responseObjects": [
2991
+ {
2992
+ "type": "default",
2993
+ "key": "",
2994
+ "mockFile": ""
2995
+ }
2996
+ ]
2997
+ },
2998
+ {
2999
+ "name": "getIpamVlansId",
3000
+ "protocol": "REST",
3001
+ "method": "GET",
3002
+ "entitypath": "{base_path}/{version}/ipam/vlans/{pathv1}/?{query}",
3003
+ "requestSchema": "schema.json",
3004
+ "responseSchema": "schema.json",
3005
+ "timeout": 0,
3006
+ "sendEmpty": false,
3007
+ "sendGetBody": false,
3008
+ "requestDatatype": "JSON",
3009
+ "responseDatatype": "JSON",
3010
+ "headers": {},
3011
+ "responseObjects": [
3012
+ {
3013
+ "type": "default",
3014
+ "key": "",
3015
+ "mockFile": ""
3016
+ }
3017
+ ]
3018
+ },
3019
+ {
3020
+ "name": "putIpamVlansId",
3021
+ "protocol": "REST",
3022
+ "method": "PUT",
3023
+ "entitypath": "{base_path}/{version}/ipam/vlans/{pathv1}/?{query}",
3024
+ "requestSchema": "schema.json",
3025
+ "responseSchema": "schema.json",
3026
+ "timeout": 0,
3027
+ "sendEmpty": false,
3028
+ "requestDatatype": "JSON",
3029
+ "responseDatatype": "JSON",
3030
+ "headers": {},
3031
+ "responseObjects": [
3032
+ {
3033
+ "type": "default",
3034
+ "key": "",
3035
+ "mockFile": ""
3036
+ }
3037
+ ]
3038
+ },
3039
+ {
3040
+ "name": "patchIpamVlansId",
3041
+ "protocol": "REST",
3042
+ "method": "PATCH",
3043
+ "entitypath": "{base_path}/{version}/ipam/vlans/{pathv1}/?{query}",
3044
+ "requestSchema": "schema.json",
3045
+ "responseSchema": "schema.json",
3046
+ "timeout": 0,
3047
+ "sendEmpty": false,
3048
+ "requestDatatype": "JSON",
3049
+ "responseDatatype": "JSON",
3050
+ "headers": {},
3051
+ "responseObjects": [
3052
+ {
3053
+ "type": "default",
3054
+ "key": "",
3055
+ "mockFile": ""
3056
+ }
3057
+ ]
3058
+ },
3059
+ {
3060
+ "name": "deleteIpamVlansId",
3061
+ "protocol": "REST",
3062
+ "method": "DELETE",
3063
+ "entitypath": "{base_path}/{version}/ipam/vlans/{pathv1}/?{query}",
3064
+ "requestSchema": "schema.json",
3065
+ "responseSchema": "schema.json",
3066
+ "timeout": 0,
3067
+ "sendEmpty": false,
3068
+ "requestDatatype": "JSON",
3069
+ "responseDatatype": "JSON",
3070
+ "headers": {},
3071
+ "responseObjects": [
3072
+ {
3073
+ "type": "default",
3074
+ "key": "",
3075
+ "mockFile": ""
3076
+ }
3077
+ ]
3078
+ },
3079
+ {
3080
+ "name": "getIpamVrfs",
3081
+ "protocol": "REST",
3082
+ "method": "GET",
3083
+ "entitypath": "{base_path}/{version}/ipam/vrfs/?{query}",
3084
+ "requestSchema": "schema.json",
3085
+ "responseSchema": "schema.json",
3086
+ "timeout": 0,
3087
+ "sendEmpty": false,
3088
+ "sendGetBody": false,
3089
+ "requestDatatype": "JSON",
3090
+ "responseDatatype": "JSON",
3091
+ "headers": {},
3092
+ "responseObjects": [
3093
+ {
3094
+ "type": "default",
3095
+ "key": "",
3096
+ "mockFile": "mockdatafiles/getIpamVrfs-default.json"
3097
+ }
3098
+ ]
3099
+ },
3100
+ {
3101
+ "name": "postIpamVrfs",
3102
+ "protocol": "REST",
3103
+ "method": "POST",
3104
+ "entitypath": "{base_path}/{version}/ipam/vrfs/?{query}",
3105
+ "requestSchema": "schema.json",
3106
+ "responseSchema": "schema.json",
3107
+ "timeout": 0,
3108
+ "sendEmpty": false,
3109
+ "requestDatatype": "JSON",
3110
+ "responseDatatype": "JSON",
3111
+ "headers": {},
3112
+ "responseObjects": [
3113
+ {
3114
+ "type": "default",
3115
+ "key": "",
3116
+ "mockFile": ""
3117
+ }
3118
+ ]
3119
+ },
3120
+ {
3121
+ "name": "putIpamVrfs",
3122
+ "protocol": "REST",
3123
+ "method": "PUT",
3124
+ "entitypath": "{base_path}/{version}/ipam/vrfs/?{query}",
3125
+ "requestSchema": "schema.json",
3126
+ "responseSchema": "schema.json",
3127
+ "timeout": 0,
3128
+ "sendEmpty": false,
3129
+ "requestDatatype": "JSON",
3130
+ "responseDatatype": "JSON",
3131
+ "headers": {},
3132
+ "responseObjects": [
3133
+ {
3134
+ "type": "default",
3135
+ "key": "",
3136
+ "mockFile": ""
3137
+ }
3138
+ ]
3139
+ },
3140
+ {
3141
+ "name": "patchIpamVrfs",
3142
+ "protocol": "REST",
3143
+ "method": "PATCH",
3144
+ "entitypath": "{base_path}/{version}/ipam/vrfs/?{query}",
3145
+ "requestSchema": "schema.json",
3146
+ "responseSchema": "schema.json",
3147
+ "timeout": 0,
3148
+ "sendEmpty": false,
3149
+ "requestDatatype": "JSON",
3150
+ "responseDatatype": "JSON",
3151
+ "headers": {},
3152
+ "responseObjects": [
3153
+ {
3154
+ "type": "default",
3155
+ "key": "",
3156
+ "mockFile": ""
3157
+ }
3158
+ ]
3159
+ },
3160
+ {
3161
+ "name": "deleteIpamVrfs",
3162
+ "protocol": "REST",
3163
+ "method": "DELETE",
3164
+ "entitypath": "{base_path}/{version}/ipam/vrfs/?{query}",
3165
+ "requestSchema": "schema.json",
3166
+ "responseSchema": "schema.json",
3167
+ "timeout": 0,
3168
+ "sendEmpty": false,
3169
+ "requestDatatype": "JSON",
3170
+ "responseDatatype": "JSON",
3171
+ "headers": {},
3172
+ "responseObjects": [
3173
+ {
3174
+ "type": "default",
3175
+ "key": "",
3176
+ "mockFile": ""
3177
+ }
3178
+ ]
3179
+ },
3180
+ {
3181
+ "name": "getIpamVrfsId",
3182
+ "protocol": "REST",
3183
+ "method": "GET",
3184
+ "entitypath": "{base_path}/{version}/ipam/vrfs/{pathv1}/?{query}",
3185
+ "requestSchema": "schema.json",
3186
+ "responseSchema": "schema.json",
3187
+ "timeout": 0,
3188
+ "sendEmpty": false,
3189
+ "sendGetBody": false,
3190
+ "requestDatatype": "JSON",
3191
+ "responseDatatype": "JSON",
3192
+ "headers": {},
3193
+ "responseObjects": [
3194
+ {
3195
+ "type": "default",
3196
+ "key": "",
3197
+ "mockFile": ""
3198
+ }
3199
+ ]
3200
+ },
3201
+ {
3202
+ "name": "putIpamVrfsId",
3203
+ "protocol": "REST",
3204
+ "method": "PUT",
3205
+ "entitypath": "{base_path}/{version}/ipam/vrfs/{pathv1}/?{query}",
3206
+ "requestSchema": "schema.json",
3207
+ "responseSchema": "schema.json",
3208
+ "timeout": 0,
3209
+ "sendEmpty": false,
3210
+ "requestDatatype": "JSON",
3211
+ "responseDatatype": "JSON",
3212
+ "headers": {},
3213
+ "responseObjects": [
3214
+ {
3215
+ "type": "default",
3216
+ "key": "",
3217
+ "mockFile": ""
3218
+ }
3219
+ ]
3220
+ },
3221
+ {
3222
+ "name": "patchIpamVrfsId",
3223
+ "protocol": "REST",
3224
+ "method": "PATCH",
3225
+ "entitypath": "{base_path}/{version}/ipam/vrfs/{pathv1}/?{query}",
3226
+ "requestSchema": "schema.json",
3227
+ "responseSchema": "schema.json",
3228
+ "timeout": 0,
3229
+ "sendEmpty": false,
3230
+ "requestDatatype": "JSON",
3231
+ "responseDatatype": "JSON",
3232
+ "headers": {},
3233
+ "responseObjects": [
3234
+ {
3235
+ "type": "default",
3236
+ "key": "",
3237
+ "mockFile": ""
3238
+ }
3239
+ ]
3240
+ },
3241
+ {
3242
+ "name": "deleteIpamVrfsId",
3243
+ "protocol": "REST",
3244
+ "method": "DELETE",
3245
+ "entitypath": "{base_path}/{version}/ipam/vrfs/{pathv1}/?{query}",
3246
+ "requestSchema": "schema.json",
3247
+ "responseSchema": "schema.json",
3248
+ "timeout": 0,
3249
+ "sendEmpty": false,
3250
+ "requestDatatype": "JSON",
3251
+ "responseDatatype": "JSON",
3252
+ "headers": {},
3253
+ "responseObjects": [
3254
+ {
3255
+ "type": "default",
3256
+ "key": "",
3257
+ "mockFile": ""
3258
+ }
3259
+ ]
3260
+ }
3261
+ ]
3262
+ }