@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,935 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "getCircuitsCircuitTerminations",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/circuits/circuit-terminations/?{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/getCircuitsCircuitTerminations-default.json"
21
+ }
22
+ ]
23
+ },
24
+ {
25
+ "name": "postCircuitsCircuitTerminations",
26
+ "protocol": "REST",
27
+ "method": "POST",
28
+ "entitypath": "{base_path}/{version}/circuits/circuit-terminations/?{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": "putCircuitsCircuitTerminations",
46
+ "protocol": "REST",
47
+ "method": "PUT",
48
+ "entitypath": "{base_path}/{version}/circuits/circuit-terminations/?{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": "patchCircuitsCircuitTerminations",
66
+ "protocol": "REST",
67
+ "method": "PATCH",
68
+ "entitypath": "{base_path}/{version}/circuits/circuit-terminations/?{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": "deleteCircuitsCircuitTerminations",
86
+ "protocol": "REST",
87
+ "method": "DELETE",
88
+ "entitypath": "{base_path}/{version}/circuits/circuit-terminations/?{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": "getCircuitsCircuitTerminationsId",
106
+ "protocol": "REST",
107
+ "method": "GET",
108
+ "entitypath": "{base_path}/{version}/circuits/circuit-terminations/{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": "putCircuitsCircuitTerminationsId",
127
+ "protocol": "REST",
128
+ "method": "PUT",
129
+ "entitypath": "{base_path}/{version}/circuits/circuit-terminations/{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": "patchCircuitsCircuitTerminationsId",
147
+ "protocol": "REST",
148
+ "method": "PATCH",
149
+ "entitypath": "{base_path}/{version}/circuits/circuit-terminations/{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": "deleteCircuitsCircuitTerminationsId",
167
+ "protocol": "REST",
168
+ "method": "DELETE",
169
+ "entitypath": "{base_path}/{version}/circuits/circuit-terminations/{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": "getCircuitsCircuitTerminationsIdPaths",
187
+ "protocol": "REST",
188
+ "method": "GET",
189
+ "entitypath": "{base_path}/{version}/circuits/circuit-terminations/{pathv1}/paths/?{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": ""
203
+ }
204
+ ]
205
+ },
206
+ {
207
+ "name": "getCircuitsCircuitTypes",
208
+ "protocol": "REST",
209
+ "method": "GET",
210
+ "entitypath": "{base_path}/{version}/circuits/circuit-types/?{query}",
211
+ "requestSchema": "schema.json",
212
+ "responseSchema": "schema.json",
213
+ "timeout": 0,
214
+ "sendEmpty": false,
215
+ "sendGetBody": false,
216
+ "requestDatatype": "JSON",
217
+ "responseDatatype": "JSON",
218
+ "headers": {},
219
+ "responseObjects": [
220
+ {
221
+ "type": "default",
222
+ "key": "",
223
+ "mockFile": "mockdatafiles/getCircuitsCircuitTypes-default.json"
224
+ }
225
+ ]
226
+ },
227
+ {
228
+ "name": "postCircuitsCircuitTypes",
229
+ "protocol": "REST",
230
+ "method": "POST",
231
+ "entitypath": "{base_path}/{version}/circuits/circuit-types/?{query}",
232
+ "requestSchema": "schema.json",
233
+ "responseSchema": "schema.json",
234
+ "timeout": 0,
235
+ "sendEmpty": false,
236
+ "requestDatatype": "JSON",
237
+ "responseDatatype": "JSON",
238
+ "headers": {},
239
+ "responseObjects": [
240
+ {
241
+ "type": "default",
242
+ "key": "",
243
+ "mockFile": ""
244
+ }
245
+ ]
246
+ },
247
+ {
248
+ "name": "putCircuitsCircuitTypes",
249
+ "protocol": "REST",
250
+ "method": "PUT",
251
+ "entitypath": "{base_path}/{version}/circuits/circuit-types/?{query}",
252
+ "requestSchema": "schema.json",
253
+ "responseSchema": "schema.json",
254
+ "timeout": 0,
255
+ "sendEmpty": false,
256
+ "requestDatatype": "JSON",
257
+ "responseDatatype": "JSON",
258
+ "headers": {},
259
+ "responseObjects": [
260
+ {
261
+ "type": "default",
262
+ "key": "",
263
+ "mockFile": ""
264
+ }
265
+ ]
266
+ },
267
+ {
268
+ "name": "patchCircuitsCircuitTypes",
269
+ "protocol": "REST",
270
+ "method": "PATCH",
271
+ "entitypath": "{base_path}/{version}/circuits/circuit-types/?{query}",
272
+ "requestSchema": "schema.json",
273
+ "responseSchema": "schema.json",
274
+ "timeout": 0,
275
+ "sendEmpty": false,
276
+ "requestDatatype": "JSON",
277
+ "responseDatatype": "JSON",
278
+ "headers": {},
279
+ "responseObjects": [
280
+ {
281
+ "type": "default",
282
+ "key": "",
283
+ "mockFile": ""
284
+ }
285
+ ]
286
+ },
287
+ {
288
+ "name": "deleteCircuitsCircuitTypes",
289
+ "protocol": "REST",
290
+ "method": "DELETE",
291
+ "entitypath": "{base_path}/{version}/circuits/circuit-types/?{query}",
292
+ "requestSchema": "schema.json",
293
+ "responseSchema": "schema.json",
294
+ "timeout": 0,
295
+ "sendEmpty": 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": "getCircuitsCircuitTypesId",
309
+ "protocol": "REST",
310
+ "method": "GET",
311
+ "entitypath": "{base_path}/{version}/circuits/circuit-types/{pathv1}/?{query}",
312
+ "requestSchema": "schema.json",
313
+ "responseSchema": "schema.json",
314
+ "timeout": 0,
315
+ "sendEmpty": false,
316
+ "sendGetBody": false,
317
+ "requestDatatype": "JSON",
318
+ "responseDatatype": "JSON",
319
+ "headers": {},
320
+ "responseObjects": [
321
+ {
322
+ "type": "default",
323
+ "key": "",
324
+ "mockFile": ""
325
+ }
326
+ ]
327
+ },
328
+ {
329
+ "name": "putCircuitsCircuitTypesId",
330
+ "protocol": "REST",
331
+ "method": "PUT",
332
+ "entitypath": "{base_path}/{version}/circuits/circuit-types/{pathv1}/?{query}",
333
+ "requestSchema": "schema.json",
334
+ "responseSchema": "schema.json",
335
+ "timeout": 0,
336
+ "sendEmpty": false,
337
+ "requestDatatype": "JSON",
338
+ "responseDatatype": "JSON",
339
+ "headers": {},
340
+ "responseObjects": [
341
+ {
342
+ "type": "default",
343
+ "key": "",
344
+ "mockFile": ""
345
+ }
346
+ ]
347
+ },
348
+ {
349
+ "name": "patchCircuitsCircuitTypesId",
350
+ "protocol": "REST",
351
+ "method": "PATCH",
352
+ "entitypath": "{base_path}/{version}/circuits/circuit-types/{pathv1}/?{query}",
353
+ "requestSchema": "schema.json",
354
+ "responseSchema": "schema.json",
355
+ "timeout": 0,
356
+ "sendEmpty": false,
357
+ "requestDatatype": "JSON",
358
+ "responseDatatype": "JSON",
359
+ "headers": {},
360
+ "responseObjects": [
361
+ {
362
+ "type": "default",
363
+ "key": "",
364
+ "mockFile": ""
365
+ }
366
+ ]
367
+ },
368
+ {
369
+ "name": "deleteCircuitsCircuitTypesId",
370
+ "protocol": "REST",
371
+ "method": "DELETE",
372
+ "entitypath": "{base_path}/{version}/circuits/circuit-types/{pathv1}/?{query}",
373
+ "requestSchema": "schema.json",
374
+ "responseSchema": "schema.json",
375
+ "timeout": 0,
376
+ "sendEmpty": false,
377
+ "requestDatatype": "JSON",
378
+ "responseDatatype": "JSON",
379
+ "headers": {},
380
+ "responseObjects": [
381
+ {
382
+ "type": "default",
383
+ "key": "",
384
+ "mockFile": ""
385
+ }
386
+ ]
387
+ },
388
+ {
389
+ "name": "getCircuitsCircuits",
390
+ "protocol": "REST",
391
+ "method": "GET",
392
+ "entitypath": "{base_path}/{version}/circuits/circuits/?{query}",
393
+ "requestSchema": "schema.json",
394
+ "responseSchema": "schema.json",
395
+ "timeout": 0,
396
+ "sendEmpty": false,
397
+ "sendGetBody": false,
398
+ "requestDatatype": "JSON",
399
+ "responseDatatype": "JSON",
400
+ "headers": {},
401
+ "responseObjects": [
402
+ {
403
+ "type": "default",
404
+ "key": "",
405
+ "mockFile": "mockdatafiles/getCircuitsCircuits-default.json"
406
+ }
407
+ ]
408
+ },
409
+ {
410
+ "name": "postCircuitsCircuits",
411
+ "protocol": "REST",
412
+ "method": "POST",
413
+ "entitypath": "{base_path}/{version}/circuits/circuits/?{query}",
414
+ "requestSchema": "schema.json",
415
+ "responseSchema": "schema.json",
416
+ "timeout": 0,
417
+ "sendEmpty": false,
418
+ "requestDatatype": "JSON",
419
+ "responseDatatype": "JSON",
420
+ "headers": {},
421
+ "responseObjects": [
422
+ {
423
+ "type": "default",
424
+ "key": "",
425
+ "mockFile": ""
426
+ }
427
+ ]
428
+ },
429
+ {
430
+ "name": "putCircuitsCircuits",
431
+ "protocol": "REST",
432
+ "method": "PUT",
433
+ "entitypath": "{base_path}/{version}/circuits/circuits/?{query}",
434
+ "requestSchema": "schema.json",
435
+ "responseSchema": "schema.json",
436
+ "timeout": 0,
437
+ "sendEmpty": false,
438
+ "requestDatatype": "JSON",
439
+ "responseDatatype": "JSON",
440
+ "headers": {},
441
+ "responseObjects": [
442
+ {
443
+ "type": "default",
444
+ "key": "",
445
+ "mockFile": ""
446
+ }
447
+ ]
448
+ },
449
+ {
450
+ "name": "patchCircuitsCircuits",
451
+ "protocol": "REST",
452
+ "method": "PATCH",
453
+ "entitypath": "{base_path}/{version}/circuits/circuits/?{query}",
454
+ "requestSchema": "schema.json",
455
+ "responseSchema": "schema.json",
456
+ "timeout": 0,
457
+ "sendEmpty": false,
458
+ "requestDatatype": "JSON",
459
+ "responseDatatype": "JSON",
460
+ "headers": {},
461
+ "responseObjects": [
462
+ {
463
+ "type": "default",
464
+ "key": "",
465
+ "mockFile": ""
466
+ }
467
+ ]
468
+ },
469
+ {
470
+ "name": "deleteCircuitsCircuits",
471
+ "protocol": "REST",
472
+ "method": "DELETE",
473
+ "entitypath": "{base_path}/{version}/circuits/circuits/?{query}",
474
+ "requestSchema": "schema.json",
475
+ "responseSchema": "schema.json",
476
+ "timeout": 0,
477
+ "sendEmpty": 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": "getCircuitsCircuitsId",
491
+ "protocol": "REST",
492
+ "method": "GET",
493
+ "entitypath": "{base_path}/{version}/circuits/circuits/{pathv1}/?{query}",
494
+ "requestSchema": "schema.json",
495
+ "responseSchema": "schema.json",
496
+ "timeout": 0,
497
+ "sendEmpty": false,
498
+ "sendGetBody": false,
499
+ "requestDatatype": "JSON",
500
+ "responseDatatype": "JSON",
501
+ "headers": {},
502
+ "responseObjects": [
503
+ {
504
+ "type": "default",
505
+ "key": "",
506
+ "mockFile": ""
507
+ }
508
+ ]
509
+ },
510
+ {
511
+ "name": "putCircuitsCircuitsId",
512
+ "protocol": "REST",
513
+ "method": "PUT",
514
+ "entitypath": "{base_path}/{version}/circuits/circuits/{pathv1}/?{query}",
515
+ "requestSchema": "schema.json",
516
+ "responseSchema": "schema.json",
517
+ "timeout": 0,
518
+ "sendEmpty": false,
519
+ "requestDatatype": "JSON",
520
+ "responseDatatype": "JSON",
521
+ "headers": {},
522
+ "responseObjects": [
523
+ {
524
+ "type": "default",
525
+ "key": "",
526
+ "mockFile": ""
527
+ }
528
+ ]
529
+ },
530
+ {
531
+ "name": "patchCircuitsCircuitsId",
532
+ "protocol": "REST",
533
+ "method": "PATCH",
534
+ "entitypath": "{base_path}/{version}/circuits/circuits/{pathv1}/?{query}",
535
+ "requestSchema": "schema.json",
536
+ "responseSchema": "schema.json",
537
+ "timeout": 0,
538
+ "sendEmpty": false,
539
+ "requestDatatype": "JSON",
540
+ "responseDatatype": "JSON",
541
+ "headers": {},
542
+ "responseObjects": [
543
+ {
544
+ "type": "default",
545
+ "key": "",
546
+ "mockFile": ""
547
+ }
548
+ ]
549
+ },
550
+ {
551
+ "name": "deleteCircuitsCircuitsId",
552
+ "protocol": "REST",
553
+ "method": "DELETE",
554
+ "entitypath": "{base_path}/{version}/circuits/circuits/{pathv1}/?{query}",
555
+ "requestSchema": "schema.json",
556
+ "responseSchema": "schema.json",
557
+ "timeout": 0,
558
+ "sendEmpty": false,
559
+ "requestDatatype": "JSON",
560
+ "responseDatatype": "JSON",
561
+ "headers": {},
562
+ "responseObjects": [
563
+ {
564
+ "type": "default",
565
+ "key": "",
566
+ "mockFile": ""
567
+ }
568
+ ]
569
+ },
570
+ {
571
+ "name": "getCircuitsProviderNetworks",
572
+ "protocol": "REST",
573
+ "method": "GET",
574
+ "entitypath": "{base_path}/{version}/circuits/provider-networks/?{query}",
575
+ "requestSchema": "schema.json",
576
+ "responseSchema": "schema.json",
577
+ "timeout": 0,
578
+ "sendEmpty": false,
579
+ "sendGetBody": false,
580
+ "requestDatatype": "JSON",
581
+ "responseDatatype": "JSON",
582
+ "headers": {},
583
+ "responseObjects": [
584
+ {
585
+ "type": "default",
586
+ "key": "",
587
+ "mockFile": "mockdatafiles/getCircuitsProviderNetworks-default.json"
588
+ }
589
+ ]
590
+ },
591
+ {
592
+ "name": "postCircuitsProviderNetworks",
593
+ "protocol": "REST",
594
+ "method": "POST",
595
+ "entitypath": "{base_path}/{version}/circuits/provider-networks/?{query}",
596
+ "requestSchema": "schema.json",
597
+ "responseSchema": "schema.json",
598
+ "timeout": 0,
599
+ "sendEmpty": false,
600
+ "requestDatatype": "JSON",
601
+ "responseDatatype": "JSON",
602
+ "headers": {},
603
+ "responseObjects": [
604
+ {
605
+ "type": "default",
606
+ "key": "",
607
+ "mockFile": ""
608
+ }
609
+ ]
610
+ },
611
+ {
612
+ "name": "putCircuitsProviderNetworks",
613
+ "protocol": "REST",
614
+ "method": "PUT",
615
+ "entitypath": "{base_path}/{version}/circuits/provider-networks/?{query}",
616
+ "requestSchema": "schema.json",
617
+ "responseSchema": "schema.json",
618
+ "timeout": 0,
619
+ "sendEmpty": false,
620
+ "requestDatatype": "JSON",
621
+ "responseDatatype": "JSON",
622
+ "headers": {},
623
+ "responseObjects": [
624
+ {
625
+ "type": "default",
626
+ "key": "",
627
+ "mockFile": ""
628
+ }
629
+ ]
630
+ },
631
+ {
632
+ "name": "patchCircuitsProviderNetworks",
633
+ "protocol": "REST",
634
+ "method": "PATCH",
635
+ "entitypath": "{base_path}/{version}/circuits/provider-networks/?{query}",
636
+ "requestSchema": "schema.json",
637
+ "responseSchema": "schema.json",
638
+ "timeout": 0,
639
+ "sendEmpty": false,
640
+ "requestDatatype": "JSON",
641
+ "responseDatatype": "JSON",
642
+ "headers": {},
643
+ "responseObjects": [
644
+ {
645
+ "type": "default",
646
+ "key": "",
647
+ "mockFile": ""
648
+ }
649
+ ]
650
+ },
651
+ {
652
+ "name": "deleteCircuitsProviderNetworks",
653
+ "protocol": "REST",
654
+ "method": "DELETE",
655
+ "entitypath": "{base_path}/{version}/circuits/provider-networks/?{query}",
656
+ "requestSchema": "schema.json",
657
+ "responseSchema": "schema.json",
658
+ "timeout": 0,
659
+ "sendEmpty": 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": "getCircuitsProviderNetworksId",
673
+ "protocol": "REST",
674
+ "method": "GET",
675
+ "entitypath": "{base_path}/{version}/circuits/provider-networks/{pathv1}/?{query}",
676
+ "requestSchema": "schema.json",
677
+ "responseSchema": "schema.json",
678
+ "timeout": 0,
679
+ "sendEmpty": false,
680
+ "sendGetBody": false,
681
+ "requestDatatype": "JSON",
682
+ "responseDatatype": "JSON",
683
+ "headers": {},
684
+ "responseObjects": [
685
+ {
686
+ "type": "default",
687
+ "key": "",
688
+ "mockFile": ""
689
+ }
690
+ ]
691
+ },
692
+ {
693
+ "name": "putCircuitsProviderNetworksId",
694
+ "protocol": "REST",
695
+ "method": "PUT",
696
+ "entitypath": "{base_path}/{version}/circuits/provider-networks/{pathv1}/?{query}",
697
+ "requestSchema": "schema.json",
698
+ "responseSchema": "schema.json",
699
+ "timeout": 0,
700
+ "sendEmpty": false,
701
+ "requestDatatype": "JSON",
702
+ "responseDatatype": "JSON",
703
+ "headers": {},
704
+ "responseObjects": [
705
+ {
706
+ "type": "default",
707
+ "key": "",
708
+ "mockFile": ""
709
+ }
710
+ ]
711
+ },
712
+ {
713
+ "name": "patchCircuitsProviderNetworksId",
714
+ "protocol": "REST",
715
+ "method": "PATCH",
716
+ "entitypath": "{base_path}/{version}/circuits/provider-networks/{pathv1}/?{query}",
717
+ "requestSchema": "schema.json",
718
+ "responseSchema": "schema.json",
719
+ "timeout": 0,
720
+ "sendEmpty": false,
721
+ "requestDatatype": "JSON",
722
+ "responseDatatype": "JSON",
723
+ "headers": {},
724
+ "responseObjects": [
725
+ {
726
+ "type": "default",
727
+ "key": "",
728
+ "mockFile": ""
729
+ }
730
+ ]
731
+ },
732
+ {
733
+ "name": "deleteCircuitsProviderNetworksId",
734
+ "protocol": "REST",
735
+ "method": "DELETE",
736
+ "entitypath": "{base_path}/{version}/circuits/provider-networks/{pathv1}/?{query}",
737
+ "requestSchema": "schema.json",
738
+ "responseSchema": "schema.json",
739
+ "timeout": 0,
740
+ "sendEmpty": false,
741
+ "requestDatatype": "JSON",
742
+ "responseDatatype": "JSON",
743
+ "headers": {},
744
+ "responseObjects": [
745
+ {
746
+ "type": "default",
747
+ "key": "",
748
+ "mockFile": ""
749
+ }
750
+ ]
751
+ },
752
+ {
753
+ "name": "getCircuitsProviders",
754
+ "protocol": "REST",
755
+ "method": "GET",
756
+ "entitypath": "{base_path}/{version}/circuits/providers/?{query}",
757
+ "requestSchema": "schema.json",
758
+ "responseSchema": "schema.json",
759
+ "timeout": 0,
760
+ "sendEmpty": false,
761
+ "sendGetBody": false,
762
+ "requestDatatype": "JSON",
763
+ "responseDatatype": "JSON",
764
+ "headers": {},
765
+ "responseObjects": [
766
+ {
767
+ "type": "default",
768
+ "key": "",
769
+ "mockFile": "mockdatafiles/getCircuitsProviders-default.json"
770
+ }
771
+ ]
772
+ },
773
+ {
774
+ "name": "postCircuitsProviders",
775
+ "protocol": "REST",
776
+ "method": "POST",
777
+ "entitypath": "{base_path}/{version}/circuits/providers/?{query}",
778
+ "requestSchema": "schema.json",
779
+ "responseSchema": "schema.json",
780
+ "timeout": 0,
781
+ "sendEmpty": false,
782
+ "requestDatatype": "JSON",
783
+ "responseDatatype": "JSON",
784
+ "headers": {},
785
+ "responseObjects": [
786
+ {
787
+ "type": "default",
788
+ "key": "",
789
+ "mockFile": ""
790
+ }
791
+ ]
792
+ },
793
+ {
794
+ "name": "putCircuitsProviders",
795
+ "protocol": "REST",
796
+ "method": "PUT",
797
+ "entitypath": "{base_path}/{version}/circuits/providers/?{query}",
798
+ "requestSchema": "schema.json",
799
+ "responseSchema": "schema.json",
800
+ "timeout": 0,
801
+ "sendEmpty": false,
802
+ "requestDatatype": "JSON",
803
+ "responseDatatype": "JSON",
804
+ "headers": {},
805
+ "responseObjects": [
806
+ {
807
+ "type": "default",
808
+ "key": "",
809
+ "mockFile": ""
810
+ }
811
+ ]
812
+ },
813
+ {
814
+ "name": "patchCircuitsProviders",
815
+ "protocol": "REST",
816
+ "method": "PATCH",
817
+ "entitypath": "{base_path}/{version}/circuits/providers/?{query}",
818
+ "requestSchema": "schema.json",
819
+ "responseSchema": "schema.json",
820
+ "timeout": 0,
821
+ "sendEmpty": false,
822
+ "requestDatatype": "JSON",
823
+ "responseDatatype": "JSON",
824
+ "headers": {},
825
+ "responseObjects": [
826
+ {
827
+ "type": "default",
828
+ "key": "",
829
+ "mockFile": ""
830
+ }
831
+ ]
832
+ },
833
+ {
834
+ "name": "deleteCircuitsProviders",
835
+ "protocol": "REST",
836
+ "method": "DELETE",
837
+ "entitypath": "{base_path}/{version}/circuits/providers/?{query}",
838
+ "requestSchema": "schema.json",
839
+ "responseSchema": "schema.json",
840
+ "timeout": 0,
841
+ "sendEmpty": 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": "getCircuitsProvidersId",
855
+ "protocol": "REST",
856
+ "method": "GET",
857
+ "entitypath": "{base_path}/{version}/circuits/providers/{pathv1}/?{query}",
858
+ "requestSchema": "schema.json",
859
+ "responseSchema": "schema.json",
860
+ "timeout": 0,
861
+ "sendEmpty": false,
862
+ "sendGetBody": false,
863
+ "requestDatatype": "JSON",
864
+ "responseDatatype": "JSON",
865
+ "headers": {},
866
+ "responseObjects": [
867
+ {
868
+ "type": "default",
869
+ "key": "",
870
+ "mockFile": ""
871
+ }
872
+ ]
873
+ },
874
+ {
875
+ "name": "putCircuitsProvidersId",
876
+ "protocol": "REST",
877
+ "method": "PUT",
878
+ "entitypath": "{base_path}/{version}/circuits/providers/{pathv1}/?{query}",
879
+ "requestSchema": "schema.json",
880
+ "responseSchema": "schema.json",
881
+ "timeout": 0,
882
+ "sendEmpty": false,
883
+ "requestDatatype": "JSON",
884
+ "responseDatatype": "JSON",
885
+ "headers": {},
886
+ "responseObjects": [
887
+ {
888
+ "type": "default",
889
+ "key": "",
890
+ "mockFile": ""
891
+ }
892
+ ]
893
+ },
894
+ {
895
+ "name": "patchCircuitsProvidersId",
896
+ "protocol": "REST",
897
+ "method": "PATCH",
898
+ "entitypath": "{base_path}/{version}/circuits/providers/{pathv1}/?{query}",
899
+ "requestSchema": "schema.json",
900
+ "responseSchema": "schema.json",
901
+ "timeout": 0,
902
+ "sendEmpty": false,
903
+ "requestDatatype": "JSON",
904
+ "responseDatatype": "JSON",
905
+ "headers": {},
906
+ "responseObjects": [
907
+ {
908
+ "type": "default",
909
+ "key": "",
910
+ "mockFile": ""
911
+ }
912
+ ]
913
+ },
914
+ {
915
+ "name": "deleteCircuitsProvidersId",
916
+ "protocol": "REST",
917
+ "method": "DELETE",
918
+ "entitypath": "{base_path}/{version}/circuits/providers/{pathv1}/?{query}",
919
+ "requestSchema": "schema.json",
920
+ "responseSchema": "schema.json",
921
+ "timeout": 0,
922
+ "sendEmpty": false,
923
+ "requestDatatype": "JSON",
924
+ "responseDatatype": "JSON",
925
+ "headers": {},
926
+ "responseObjects": [
927
+ {
928
+ "type": "default",
929
+ "key": "",
930
+ "mockFile": ""
931
+ }
932
+ ]
933
+ }
934
+ ]
935
+ }