@itentialopensource/adapter-openstack_neutron 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 (175) hide show
  1. package/.eslintignore +5 -0
  2. package/.eslintrc.js +18 -0
  3. package/.jshintrc +3 -0
  4. package/AUTH.md +44 -0
  5. package/BROKER.md +199 -0
  6. package/CALLS.md +2000 -0
  7. package/CHANGELOG.md +9 -0
  8. package/CODE_OF_CONDUCT.md +43 -0
  9. package/CONTRIBUTING.md +172 -0
  10. package/ENHANCE.md +69 -0
  11. package/LICENSE +201 -0
  12. package/PROPERTIES.md +641 -0
  13. package/README.md +337 -0
  14. package/SUMMARY.md +9 -0
  15. package/SYSTEMINFO.md +11 -0
  16. package/TROUBLESHOOT.md +47 -0
  17. package/adapter.js +37134 -0
  18. package/adapterBase.js +1788 -0
  19. package/entities/.generic/action.json +214 -0
  20. package/entities/.generic/schema.json +28 -0
  21. package/entities/.system/action.json +50 -0
  22. package/entities/.system/mockdatafiles/getToken-default.json +242 -0
  23. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  24. package/entities/.system/schema.json +19 -0
  25. package/entities/.system/schemaTokenReq.json +53 -0
  26. package/entities/.system/schemaTokenResp.json +49 -0
  27. package/entities/APIVersions/action.json +46 -0
  28. package/entities/APIVersions/schema.json +20 -0
  29. package/entities/AddressGroups/action.json +146 -0
  30. package/entities/AddressGroups/schema.json +69 -0
  31. package/entities/AddressScopes/action.json +106 -0
  32. package/entities/AddressScopes/schema.json +78 -0
  33. package/entities/Agents/action.json +86 -0
  34. package/entities/Agents/schema.json +88 -0
  35. package/entities/AutoAllocatedTopologies/action.json +45 -0
  36. package/entities/AutoAllocatedTopologies/schema.json +31 -0
  37. package/entities/AvailabilityZones/action.json +25 -0
  38. package/entities/AvailabilityZones/schema.json +19 -0
  39. package/entities/BGPPeer/action.json +106 -0
  40. package/entities/BGPPeer/schema.json +34 -0
  41. package/entities/BGPSpeaker/action.json +228 -0
  42. package/entities/BGPSpeaker/schema.json +40 -0
  43. package/entities/BGPVPNs/action.json +106 -0
  44. package/entities/BGPVPNs/schema.json +34 -0
  45. package/entities/DHCPAgentScheduler/action.json +86 -0
  46. package/entities/DHCPAgentScheduler/schema.json +44 -0
  47. package/entities/Extensions/action.json +46 -0
  48. package/entities/Extensions/schema.json +20 -0
  49. package/entities/FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules/action.json +350 -0
  50. package/entities/FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules/schema.json +68 -0
  51. package/entities/FirewallLogs/action.json +106 -0
  52. package/entities/FirewallLogs/schema.json +45 -0
  53. package/entities/FloatingIPPoolsFloatingipPools/action.json +25 -0
  54. package/entities/FloatingIPPoolsFloatingipPools/schema.json +19 -0
  55. package/entities/FloatingIPsFloatingips/action.json +106 -0
  56. package/entities/FloatingIPsFloatingips/schema.json +177 -0
  57. package/entities/FloatingIPsPortForwarding/action.json +106 -0
  58. package/entities/FloatingIPsPortForwarding/schema.json +100 -0
  59. package/entities/L3AgentScheduler/action.json +86 -0
  60. package/entities/L3AgentScheduler/schema.json +44 -0
  61. package/entities/LocalIPAssociationsPortAssociations/action.json +65 -0
  62. package/entities/LocalIPAssociationsPortAssociations/schema.json +76 -0
  63. package/entities/LocalIPsLocalIps/action.json +106 -0
  64. package/entities/LocalIPsLocalIps/schema.json +122 -0
  65. package/entities/LogResource/action.json +106 -0
  66. package/entities/LogResource/schema.json +122 -0
  67. package/entities/LoggableResource/action.json +25 -0
  68. package/entities/LoggableResource/schema.json +19 -0
  69. package/entities/LoggingResources/action.json +106 -0
  70. package/entities/LoggingResources/schema.json +34 -0
  71. package/entities/MeteringLabelsAndRulesMeteringLabelsMeteringLabelRules/action.json +168 -0
  72. package/entities/MeteringLabelsAndRulesMeteringLabelsMeteringLabelRules/schema.json +125 -0
  73. package/entities/NetworkAssociations/action.json +86 -0
  74. package/entities/NetworkAssociations/schema.json +44 -0
  75. package/entities/NetworkIPAvailabilityAndUsageStats/action.json +46 -0
  76. package/entities/NetworkIPAvailabilityAndUsageStats/schema.json +75 -0
  77. package/entities/NetworkSegmentRanges/action.json +106 -0
  78. package/entities/NetworkSegmentRanges/schema.json +133 -0
  79. package/entities/NetworkingFlavorsFrameworkV20CURRENTFlavorServiceProfile/action.json +248 -0
  80. package/entities/NetworkingFlavorsFrameworkV20CURRENTFlavorServiceProfile/schema.json +85 -0
  81. package/entities/Networks/action.json +106 -0
  82. package/entities/Networks/schema.json +199 -0
  83. package/entities/PortAssociations/action.json +106 -0
  84. package/entities/PortAssociations/schema.json +45 -0
  85. package/entities/Ports/action.json +106 -0
  86. package/entities/Ports/schema.json +221 -0
  87. package/entities/QoSBandwidthLimitRules/action.json +106 -0
  88. package/entities/QoSBandwidthLimitRules/schema.json +89 -0
  89. package/entities/QoSDSCPMarkingRules/action.json +106 -0
  90. package/entities/QoSDSCPMarkingRules/schema.json +78 -0
  91. package/entities/QoSMinimumBandwidthRules/action.json +106 -0
  92. package/entities/QoSMinimumBandwidthRules/schema.json +78 -0
  93. package/entities/QoSMinimumPacketRateRules/action.json +106 -0
  94. package/entities/QoSMinimumPacketRateRules/schema.json +78 -0
  95. package/entities/QoSPacketRateLimitRules/action.json +106 -0
  96. package/entities/QoSPacketRateLimitRules/schema.json +89 -0
  97. package/entities/QoSPoliciesQos/action.json +106 -0
  98. package/entities/QoSPoliciesQos/schema.json +133 -0
  99. package/entities/QoSRuleTypes/action.json +46 -0
  100. package/entities/QoSRuleTypes/schema.json +53 -0
  101. package/entities/QualityOfServiceMinimumPacketRateRuleAliasAPI/action.json +65 -0
  102. package/entities/QualityOfServiceMinimumPacketRateRuleAliasAPI/schema.json +32 -0
  103. package/entities/QualityOfServiceRulesAliasAPI/action.json +187 -0
  104. package/entities/QualityOfServiceRulesAliasAPI/schema.json +49 -0
  105. package/entities/QuotasDetailsExtensionQuotaDetails/action.json +25 -0
  106. package/entities/QuotasDetailsExtensionQuotaDetails/schema.json +30 -0
  107. package/entities/QuotasExtensionQuotas/action.json +107 -0
  108. package/entities/QuotasExtensionQuotas/schema.json +34 -0
  109. package/entities/RBACPolicies/action.json +106 -0
  110. package/entities/RBACPolicies/schema.json +111 -0
  111. package/entities/RouterAssociations/action.json +106 -0
  112. package/entities/RouterAssociations/schema.json +45 -0
  113. package/entities/RouterNDPProxyNdpProxies/action.json +106 -0
  114. package/entities/RouterNDPProxyNdpProxies/schema.json +122 -0
  115. package/entities/RoutersConntrackHelperCTTargetRules/action.json +106 -0
  116. package/entities/RoutersConntrackHelperCTTargetRules/schema.json +67 -0
  117. package/entities/RoutersRouters/action.json +186 -0
  118. package/entities/RoutersRouters/schema.json +137 -0
  119. package/entities/SecurityGroupRulesSecurityGroupRules/action.json +86 -0
  120. package/entities/SecurityGroupRulesSecurityGroupRules/schema.json +143 -0
  121. package/entities/SecurityGroupsSecurityGroups/action.json +106 -0
  122. package/entities/SecurityGroupsSecurityGroups/schema.json +122 -0
  123. package/entities/Segments/action.json +106 -0
  124. package/entities/Segments/schema.json +111 -0
  125. package/entities/ServiceProviders/action.json +25 -0
  126. package/entities/ServiceProviders/schema.json +19 -0
  127. package/entities/SubnetPoolPrefixOperationsSubnetpoolPrefixOps/action.json +44 -0
  128. package/entities/SubnetPoolPrefixOperationsSubnetpoolPrefixOps/schema.json +31 -0
  129. package/entities/SubnetPoolsExtensionSubnetpools/action.json +106 -0
  130. package/entities/SubnetPoolsExtensionSubnetpools/schema.json +199 -0
  131. package/entities/Subnets/action.json +106 -0
  132. package/entities/Subnets/schema.json +221 -0
  133. package/entities/TagExtensionTags/action.json +126 -0
  134. package/entities/TagExtensionTags/schema.json +46 -0
  135. package/entities/TapAsAService/action.json +208 -0
  136. package/entities/TapAsAService/schema.json +72 -0
  137. package/entities/TrunkNetworking/action.json +167 -0
  138. package/entities/TrunkNetworking/schema.json +147 -0
  139. package/entities/VPNaaS20VpnVpnservicesIkepoliciesIpsecpoliciesEndpointGroupsIpsecSiteConnections/action.json +514 -0
  140. package/entities/VPNaaS20VpnVpnservicesIkepoliciesIpsecpoliciesEndpointGroupsIpsecSiteConnections/schema.json +98 -0
  141. package/error.json +190 -0
  142. package/package.json +87 -0
  143. package/pronghorn.json +17931 -0
  144. package/propertiesDecorators.json +14 -0
  145. package/propertiesSchema.json +1284 -0
  146. package/refs?service=git-upload-pack +0 -0
  147. package/report/adapterInfo.json +10 -0
  148. package/report/creationReport.json +2575 -0
  149. package/report/neutron-openapi.json +14594 -0
  150. package/report/updateReport1662381141928.json +120 -0
  151. package/sampleProperties.json +198 -0
  152. package/test/integration/adapterTestBasicGet.js +85 -0
  153. package/test/integration/adapterTestConnectivity.js +93 -0
  154. package/test/integration/adapterTestIntegration.js +8868 -0
  155. package/test/unit/adapterBaseTestUnit.js +952 -0
  156. package/test/unit/adapterTestUnit.js +9550 -0
  157. package/utils/adapterInfo.js +206 -0
  158. package/utils/addAuth.js +94 -0
  159. package/utils/artifactize.js +146 -0
  160. package/utils/basicGet.js +50 -0
  161. package/utils/checkMigrate.js +63 -0
  162. package/utils/entitiesToDB.js +179 -0
  163. package/utils/findPath.js +74 -0
  164. package/utils/methodDocumentor.js +225 -0
  165. package/utils/modify.js +154 -0
  166. package/utils/packModificationScript.js +35 -0
  167. package/utils/patches2bundledDeps.js +90 -0
  168. package/utils/pre-commit.sh +32 -0
  169. package/utils/removeHooks.js +20 -0
  170. package/utils/setup.js +33 -0
  171. package/utils/tbScript.js +184 -0
  172. package/utils/tbUtils.js +469 -0
  173. package/utils/testRunner.js +298 -0
  174. package/utils/troubleshootingAdapter.js +190 -0
  175. package/workflows/README.md +3 -0
@@ -0,0 +1,2575 @@
1
+ {
2
+ "errors": [],
3
+ "statistics": [
4
+ {
5
+ "owner": "errorJson",
6
+ "description": "Standard adapter errors available for use",
7
+ "value": 31
8
+ },
9
+ {
10
+ "owner": "packageJson",
11
+ "description": "Number of production dependencies",
12
+ "value": 14
13
+ },
14
+ {
15
+ "owner": "packageJson",
16
+ "description": "Number of development dependencies",
17
+ "value": 7
18
+ },
19
+ {
20
+ "owner": "packageJson",
21
+ "description": "Number of npm scripts",
22
+ "value": 22
23
+ },
24
+ {
25
+ "owner": "packageJson",
26
+ "description": "Runtime Library dependency",
27
+ "value": "^4.45.6"
28
+ },
29
+ {
30
+ "owner": "propertiesSchemaJson",
31
+ "description": "Adapter properties defined in the propertiesSchema file",
32
+ "value": 70
33
+ },
34
+ {
35
+ "owner": "adapterJS",
36
+ "description": "Lines of code generated in adapter.js",
37
+ "value": 26662
38
+ },
39
+ {
40
+ "owner": "adapterJS",
41
+ "description": "Number of Functions added to adapter.js",
42
+ "value": 305
43
+ },
44
+ {
45
+ "owner": "pronghornJson",
46
+ "description": "Number of Methods added to pronghorn.json",
47
+ "value": 305
48
+ },
49
+ {
50
+ "owner": "markdown",
51
+ "description": "Number of lines in the README.md",
52
+ "value": 338
53
+ },
54
+ {
55
+ "owner": "markdown",
56
+ "description": "Number of lines in the SUMMARY.md",
57
+ "value": 9
58
+ },
59
+ {
60
+ "owner": "markdown",
61
+ "description": "Number of lines in the PROPERTIES.md",
62
+ "value": 642
63
+ },
64
+ {
65
+ "owner": "markdown",
66
+ "description": "Number of lines in the TROUBLESHOOT.md",
67
+ "value": 48
68
+ },
69
+ {
70
+ "owner": "markdown",
71
+ "description": "Number of lines in the ENHANCE.md",
72
+ "value": 70
73
+ },
74
+ {
75
+ "owner": "markdown",
76
+ "description": "Number of lines in the BROKER.md",
77
+ "value": 200
78
+ },
79
+ {
80
+ "owner": "markdown",
81
+ "description": "Number of lines in the CALLS.md",
82
+ "value": 171
83
+ },
84
+ {
85
+ "owner": "markdown",
86
+ "description": "Number of lines in the AUTH.md",
87
+ "value": 40
88
+ },
89
+ {
90
+ "owner": "markdown",
91
+ "description": "Number of lines in the SYSTEMINFO.md",
92
+ "value": 11
93
+ },
94
+ {
95
+ "owner": "unitTestJS",
96
+ "description": "Number of lines of code in unit tests",
97
+ "value": 9545
98
+ },
99
+ {
100
+ "owner": "unitTestJS",
101
+ "description": "Number of unit tests",
102
+ "value": 629
103
+ },
104
+ {
105
+ "owner": "integrationTestJS",
106
+ "description": "Number of lines of code in integration tests",
107
+ "value": 8869
108
+ },
109
+ {
110
+ "owner": "integrationTestJS",
111
+ "description": "Number of integration tests",
112
+ "value": 310
113
+ },
114
+ {
115
+ "owner": "actionJson",
116
+ "description": "Number of actions for APIVersions entity",
117
+ "value": 2
118
+ },
119
+ {
120
+ "owner": "actionJson",
121
+ "description": "Number of actions for Extensions entity",
122
+ "value": 2
123
+ },
124
+ {
125
+ "owner": "actionJson",
126
+ "description": "Number of actions for Networks entity",
127
+ "value": 5
128
+ },
129
+ {
130
+ "owner": "actionJson",
131
+ "description": "Number of actions for NetworkSegmentRanges entity",
132
+ "value": 5
133
+ },
134
+ {
135
+ "owner": "actionJson",
136
+ "description": "Number of actions for Ports entity",
137
+ "value": 5
138
+ },
139
+ {
140
+ "owner": "actionJson",
141
+ "description": "Number of actions for Segments entity",
142
+ "value": 5
143
+ },
144
+ {
145
+ "owner": "actionJson",
146
+ "description": "Number of actions for TrunkNetworking entity",
147
+ "value": 8
148
+ },
149
+ {
150
+ "owner": "actionJson",
151
+ "description": "Number of actions for AddressScopes entity",
152
+ "value": 5
153
+ },
154
+ {
155
+ "owner": "actionJson",
156
+ "description": "Number of actions for RoutersConntrackHelperCTTargetRules entity",
157
+ "value": 5
158
+ },
159
+ {
160
+ "owner": "actionJson",
161
+ "description": "Number of actions for FloatingIPsFloatingips entity",
162
+ "value": 5
163
+ },
164
+ {
165
+ "owner": "actionJson",
166
+ "description": "Number of actions for FloatingIPPoolsFloatingipPools entity",
167
+ "value": 1
168
+ },
169
+ {
170
+ "owner": "actionJson",
171
+ "description": "Number of actions for FloatingIPsPortForwarding entity",
172
+ "value": 5
173
+ },
174
+ {
175
+ "owner": "actionJson",
176
+ "description": "Number of actions for RoutersRouters entity",
177
+ "value": 9
178
+ },
179
+ {
180
+ "owner": "actionJson",
181
+ "description": "Number of actions for RouterNDPProxyNdpProxies entity",
182
+ "value": 5
183
+ },
184
+ {
185
+ "owner": "actionJson",
186
+ "description": "Number of actions for SubnetPoolsExtensionSubnetpools entity",
187
+ "value": 5
188
+ },
189
+ {
190
+ "owner": "actionJson",
191
+ "description": "Number of actions for SubnetPoolPrefixOperationsSubnetpoolPrefixOps entity",
192
+ "value": 2
193
+ },
194
+ {
195
+ "owner": "actionJson",
196
+ "description": "Number of actions for Subnets entity",
197
+ "value": 5
198
+ },
199
+ {
200
+ "owner": "actionJson",
201
+ "description": "Number of actions for LocalIPsLocalIps entity",
202
+ "value": 5
203
+ },
204
+ {
205
+ "owner": "actionJson",
206
+ "description": "Number of actions for LocalIPAssociationsPortAssociations entity",
207
+ "value": 3
208
+ },
209
+ {
210
+ "owner": "actionJson",
211
+ "description": "Number of actions for AddressGroups entity",
212
+ "value": 7
213
+ },
214
+ {
215
+ "owner": "actionJson",
216
+ "description": "Number of actions for FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules entity",
217
+ "value": 17
218
+ },
219
+ {
220
+ "owner": "actionJson",
221
+ "description": "Number of actions for RBACPolicies entity",
222
+ "value": 5
223
+ },
224
+ {
225
+ "owner": "actionJson",
226
+ "description": "Number of actions for SecurityGroupRulesSecurityGroupRules entity",
227
+ "value": 4
228
+ },
229
+ {
230
+ "owner": "actionJson",
231
+ "description": "Number of actions for SecurityGroupsSecurityGroups entity",
232
+ "value": 5
233
+ },
234
+ {
235
+ "owner": "actionJson",
236
+ "description": "Number of actions for VPNaaS20VpnVpnservicesIkepoliciesIpsecpoliciesEndpointGroupsIpsecSiteConnections entity",
237
+ "value": 25
238
+ },
239
+ {
240
+ "owner": "actionJson",
241
+ "description": "Number of actions for NetworkingFlavorsFrameworkV20CURRENTFlavorServiceProfile entity",
242
+ "value": 12
243
+ },
244
+ {
245
+ "owner": "actionJson",
246
+ "description": "Number of actions for MeteringLabelsAndRulesMeteringLabelsMeteringLabelRules entity",
247
+ "value": 8
248
+ },
249
+ {
250
+ "owner": "actionJson",
251
+ "description": "Number of actions for NetworkIPAvailabilityAndUsageStats entity",
252
+ "value": 2
253
+ },
254
+ {
255
+ "owner": "actionJson",
256
+ "description": "Number of actions for QuotasExtensionQuotas entity",
257
+ "value": 5
258
+ },
259
+ {
260
+ "owner": "actionJson",
261
+ "description": "Number of actions for QuotasDetailsExtensionQuotaDetails entity",
262
+ "value": 1
263
+ },
264
+ {
265
+ "owner": "actionJson",
266
+ "description": "Number of actions for ServiceProviders entity",
267
+ "value": 1
268
+ },
269
+ {
270
+ "owner": "actionJson",
271
+ "description": "Number of actions for TagExtensionTags entity",
272
+ "value": 6
273
+ },
274
+ {
275
+ "owner": "actionJson",
276
+ "description": "Number of actions for QoSRuleTypes entity",
277
+ "value": 2
278
+ },
279
+ {
280
+ "owner": "actionJson",
281
+ "description": "Number of actions for QoSPoliciesQos entity",
282
+ "value": 5
283
+ },
284
+ {
285
+ "owner": "actionJson",
286
+ "description": "Number of actions for QoSBandwidthLimitRules entity",
287
+ "value": 5
288
+ },
289
+ {
290
+ "owner": "actionJson",
291
+ "description": "Number of actions for QoSDSCPMarkingRules entity",
292
+ "value": 5
293
+ },
294
+ {
295
+ "owner": "actionJson",
296
+ "description": "Number of actions for QoSMinimumBandwidthRules entity",
297
+ "value": 5
298
+ },
299
+ {
300
+ "owner": "actionJson",
301
+ "description": "Number of actions for QoSMinimumPacketRateRules entity",
302
+ "value": 5
303
+ },
304
+ {
305
+ "owner": "actionJson",
306
+ "description": "Number of actions for QoSPacketRateLimitRules entity",
307
+ "value": 5
308
+ },
309
+ {
310
+ "owner": "actionJson",
311
+ "description": "Number of actions for QualityOfServiceRulesAliasAPI entity",
312
+ "value": 9
313
+ },
314
+ {
315
+ "owner": "actionJson",
316
+ "description": "Number of actions for QualityOfServiceMinimumPacketRateRuleAliasAPI entity",
317
+ "value": 3
318
+ },
319
+ {
320
+ "owner": "actionJson",
321
+ "description": "Number of actions for LoggingResources entity",
322
+ "value": 5
323
+ },
324
+ {
325
+ "owner": "actionJson",
326
+ "description": "Number of actions for FirewallLogs entity",
327
+ "value": 5
328
+ },
329
+ {
330
+ "owner": "actionJson",
331
+ "description": "Number of actions for BGPVPNs entity",
332
+ "value": 5
333
+ },
334
+ {
335
+ "owner": "actionJson",
336
+ "description": "Number of actions for NetworkAssociations entity",
337
+ "value": 4
338
+ },
339
+ {
340
+ "owner": "actionJson",
341
+ "description": "Number of actions for RouterAssociations entity",
342
+ "value": 5
343
+ },
344
+ {
345
+ "owner": "actionJson",
346
+ "description": "Number of actions for PortAssociations entity",
347
+ "value": 5
348
+ },
349
+ {
350
+ "owner": "actionJson",
351
+ "description": "Number of actions for BGPSpeaker entity",
352
+ "value": 11
353
+ },
354
+ {
355
+ "owner": "actionJson",
356
+ "description": "Number of actions for BGPPeer entity",
357
+ "value": 5
358
+ },
359
+ {
360
+ "owner": "actionJson",
361
+ "description": "Number of actions for LogResource entity",
362
+ "value": 5
363
+ },
364
+ {
365
+ "owner": "actionJson",
366
+ "description": "Number of actions for LoggableResource entity",
367
+ "value": 1
368
+ },
369
+ {
370
+ "owner": "actionJson",
371
+ "description": "Number of actions for Agents entity",
372
+ "value": 4
373
+ },
374
+ {
375
+ "owner": "actionJson",
376
+ "description": "Number of actions for AvailabilityZones entity",
377
+ "value": 1
378
+ },
379
+ {
380
+ "owner": "actionJson",
381
+ "description": "Number of actions for L3AgentScheduler entity",
382
+ "value": 4
383
+ },
384
+ {
385
+ "owner": "actionJson",
386
+ "description": "Number of actions for DHCPAgentScheduler entity",
387
+ "value": 4
388
+ },
389
+ {
390
+ "owner": "actionJson",
391
+ "description": "Number of actions for AutoAllocatedTopologies entity",
392
+ "value": 2
393
+ },
394
+ {
395
+ "owner": "actionJson",
396
+ "description": "Number of actions for TapAsAService entity",
397
+ "value": 10
398
+ },
399
+ {
400
+ "owner": "actionJson",
401
+ "description": "Total number of actions",
402
+ "value": 305
403
+ },
404
+ {
405
+ "owner": "actionJson",
406
+ "description": "Total number of entities",
407
+ "value": 57
408
+ },
409
+ {
410
+ "owner": "schemaJson",
411
+ "description": "Number of schemas for APIVersions entity",
412
+ "value": 1
413
+ },
414
+ {
415
+ "owner": "schemaJson",
416
+ "description": "Number of schemas for Extensions entity",
417
+ "value": 1
418
+ },
419
+ {
420
+ "owner": "schemaJson",
421
+ "description": "Number of schemas for Networks entity",
422
+ "value": 1
423
+ },
424
+ {
425
+ "owner": "schemaJson",
426
+ "description": "Number of schemas for NetworkSegmentRanges entity",
427
+ "value": 1
428
+ },
429
+ {
430
+ "owner": "schemaJson",
431
+ "description": "Number of schemas for Ports entity",
432
+ "value": 1
433
+ },
434
+ {
435
+ "owner": "schemaJson",
436
+ "description": "Number of schemas for Segments entity",
437
+ "value": 1
438
+ },
439
+ {
440
+ "owner": "schemaJson",
441
+ "description": "Number of schemas for TrunkNetworking entity",
442
+ "value": 1
443
+ },
444
+ {
445
+ "owner": "schemaJson",
446
+ "description": "Number of schemas for AddressScopes entity",
447
+ "value": 1
448
+ },
449
+ {
450
+ "owner": "schemaJson",
451
+ "description": "Number of schemas for RoutersConntrackHelperCTTargetRules entity",
452
+ "value": 1
453
+ },
454
+ {
455
+ "owner": "schemaJson",
456
+ "description": "Number of schemas for FloatingIPsFloatingips entity",
457
+ "value": 1
458
+ },
459
+ {
460
+ "owner": "schemaJson",
461
+ "description": "Number of schemas for FloatingIPPoolsFloatingipPools entity",
462
+ "value": 1
463
+ },
464
+ {
465
+ "owner": "schemaJson",
466
+ "description": "Number of schemas for FloatingIPsPortForwarding entity",
467
+ "value": 1
468
+ },
469
+ {
470
+ "owner": "schemaJson",
471
+ "description": "Number of schemas for RoutersRouters entity",
472
+ "value": 1
473
+ },
474
+ {
475
+ "owner": "schemaJson",
476
+ "description": "Number of schemas for RouterNDPProxyNdpProxies entity",
477
+ "value": 1
478
+ },
479
+ {
480
+ "owner": "schemaJson",
481
+ "description": "Number of schemas for SubnetPoolsExtensionSubnetpools entity",
482
+ "value": 1
483
+ },
484
+ {
485
+ "owner": "schemaJson",
486
+ "description": "Number of schemas for SubnetPoolPrefixOperationsSubnetpoolPrefixOps entity",
487
+ "value": 1
488
+ },
489
+ {
490
+ "owner": "schemaJson",
491
+ "description": "Number of schemas for Subnets entity",
492
+ "value": 1
493
+ },
494
+ {
495
+ "owner": "schemaJson",
496
+ "description": "Number of schemas for LocalIPsLocalIps entity",
497
+ "value": 1
498
+ },
499
+ {
500
+ "owner": "schemaJson",
501
+ "description": "Number of schemas for LocalIPAssociationsPortAssociations entity",
502
+ "value": 1
503
+ },
504
+ {
505
+ "owner": "schemaJson",
506
+ "description": "Number of schemas for AddressGroups entity",
507
+ "value": 1
508
+ },
509
+ {
510
+ "owner": "schemaJson",
511
+ "description": "Number of schemas for FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules entity",
512
+ "value": 1
513
+ },
514
+ {
515
+ "owner": "schemaJson",
516
+ "description": "Number of schemas for RBACPolicies entity",
517
+ "value": 1
518
+ },
519
+ {
520
+ "owner": "schemaJson",
521
+ "description": "Number of schemas for SecurityGroupRulesSecurityGroupRules entity",
522
+ "value": 1
523
+ },
524
+ {
525
+ "owner": "schemaJson",
526
+ "description": "Number of schemas for SecurityGroupsSecurityGroups entity",
527
+ "value": 1
528
+ },
529
+ {
530
+ "owner": "schemaJson",
531
+ "description": "Number of schemas for VPNaaS20VpnVpnservicesIkepoliciesIpsecpoliciesEndpointGroupsIpsecSiteConnections entity",
532
+ "value": 1
533
+ },
534
+ {
535
+ "owner": "schemaJson",
536
+ "description": "Number of schemas for NetworkingFlavorsFrameworkV20CURRENTFlavorServiceProfile entity",
537
+ "value": 1
538
+ },
539
+ {
540
+ "owner": "schemaJson",
541
+ "description": "Number of schemas for MeteringLabelsAndRulesMeteringLabelsMeteringLabelRules entity",
542
+ "value": 1
543
+ },
544
+ {
545
+ "owner": "schemaJson",
546
+ "description": "Number of schemas for NetworkIPAvailabilityAndUsageStats entity",
547
+ "value": 1
548
+ },
549
+ {
550
+ "owner": "schemaJson",
551
+ "description": "Number of schemas for QuotasExtensionQuotas entity",
552
+ "value": 1
553
+ },
554
+ {
555
+ "owner": "schemaJson",
556
+ "description": "Number of schemas for QuotasDetailsExtensionQuotaDetails entity",
557
+ "value": 1
558
+ },
559
+ {
560
+ "owner": "schemaJson",
561
+ "description": "Number of schemas for ServiceProviders entity",
562
+ "value": 1
563
+ },
564
+ {
565
+ "owner": "schemaJson",
566
+ "description": "Number of schemas for TagExtensionTags entity",
567
+ "value": 1
568
+ },
569
+ {
570
+ "owner": "schemaJson",
571
+ "description": "Number of schemas for QoSRuleTypes entity",
572
+ "value": 1
573
+ },
574
+ {
575
+ "owner": "schemaJson",
576
+ "description": "Number of schemas for QoSPoliciesQos entity",
577
+ "value": 1
578
+ },
579
+ {
580
+ "owner": "schemaJson",
581
+ "description": "Number of schemas for QoSBandwidthLimitRules entity",
582
+ "value": 1
583
+ },
584
+ {
585
+ "owner": "schemaJson",
586
+ "description": "Number of schemas for QoSDSCPMarkingRules entity",
587
+ "value": 1
588
+ },
589
+ {
590
+ "owner": "schemaJson",
591
+ "description": "Number of schemas for QoSMinimumBandwidthRules entity",
592
+ "value": 1
593
+ },
594
+ {
595
+ "owner": "schemaJson",
596
+ "description": "Number of schemas for QoSMinimumPacketRateRules entity",
597
+ "value": 1
598
+ },
599
+ {
600
+ "owner": "schemaJson",
601
+ "description": "Number of schemas for QoSPacketRateLimitRules entity",
602
+ "value": 1
603
+ },
604
+ {
605
+ "owner": "schemaJson",
606
+ "description": "Number of schemas for QualityOfServiceRulesAliasAPI entity",
607
+ "value": 1
608
+ },
609
+ {
610
+ "owner": "schemaJson",
611
+ "description": "Number of schemas for QualityOfServiceMinimumPacketRateRuleAliasAPI entity",
612
+ "value": 1
613
+ },
614
+ {
615
+ "owner": "schemaJson",
616
+ "description": "Number of schemas for LoggingResources entity",
617
+ "value": 1
618
+ },
619
+ {
620
+ "owner": "schemaJson",
621
+ "description": "Number of schemas for FirewallLogs entity",
622
+ "value": 1
623
+ },
624
+ {
625
+ "owner": "schemaJson",
626
+ "description": "Number of schemas for BGPVPNs entity",
627
+ "value": 1
628
+ },
629
+ {
630
+ "owner": "schemaJson",
631
+ "description": "Number of schemas for NetworkAssociations entity",
632
+ "value": 1
633
+ },
634
+ {
635
+ "owner": "schemaJson",
636
+ "description": "Number of schemas for RouterAssociations entity",
637
+ "value": 1
638
+ },
639
+ {
640
+ "owner": "schemaJson",
641
+ "description": "Number of schemas for PortAssociations entity",
642
+ "value": 1
643
+ },
644
+ {
645
+ "owner": "schemaJson",
646
+ "description": "Number of schemas for BGPSpeaker entity",
647
+ "value": 1
648
+ },
649
+ {
650
+ "owner": "schemaJson",
651
+ "description": "Number of schemas for BGPPeer entity",
652
+ "value": 1
653
+ },
654
+ {
655
+ "owner": "schemaJson",
656
+ "description": "Number of schemas for LogResource entity",
657
+ "value": 1
658
+ },
659
+ {
660
+ "owner": "schemaJson",
661
+ "description": "Number of schemas for LoggableResource entity",
662
+ "value": 1
663
+ },
664
+ {
665
+ "owner": "schemaJson",
666
+ "description": "Number of schemas for Agents entity",
667
+ "value": 1
668
+ },
669
+ {
670
+ "owner": "schemaJson",
671
+ "description": "Number of schemas for AvailabilityZones entity",
672
+ "value": 1
673
+ },
674
+ {
675
+ "owner": "schemaJson",
676
+ "description": "Number of schemas for L3AgentScheduler entity",
677
+ "value": 1
678
+ },
679
+ {
680
+ "owner": "schemaJson",
681
+ "description": "Number of schemas for DHCPAgentScheduler entity",
682
+ "value": 1
683
+ },
684
+ {
685
+ "owner": "schemaJson",
686
+ "description": "Number of schemas for AutoAllocatedTopologies entity",
687
+ "value": 1
688
+ },
689
+ {
690
+ "owner": "schemaJson",
691
+ "description": "Number of schemas for TapAsAService entity",
692
+ "value": 1
693
+ },
694
+ {
695
+ "owner": "schemaJson",
696
+ "description": "Total number of schemas",
697
+ "value": 57
698
+ },
699
+ {
700
+ "owner": "mockdata",
701
+ "description": "Number of mock data files for APIVersions entity",
702
+ "value": 0
703
+ },
704
+ {
705
+ "owner": "mockdata",
706
+ "description": "Number of mock data files for Extensions entity",
707
+ "value": 0
708
+ },
709
+ {
710
+ "owner": "mockdata",
711
+ "description": "Number of mock data files for Networks entity",
712
+ "value": 0
713
+ },
714
+ {
715
+ "owner": "mockdata",
716
+ "description": "Number of mock data files for NetworkSegmentRanges entity",
717
+ "value": 0
718
+ },
719
+ {
720
+ "owner": "mockdata",
721
+ "description": "Number of mock data files for Ports entity",
722
+ "value": 0
723
+ },
724
+ {
725
+ "owner": "mockdata",
726
+ "description": "Number of mock data files for Segments entity",
727
+ "value": 0
728
+ },
729
+ {
730
+ "owner": "mockdata",
731
+ "description": "Number of mock data files for TrunkNetworking entity",
732
+ "value": 0
733
+ },
734
+ {
735
+ "owner": "mockdata",
736
+ "description": "Number of mock data files for AddressScopes entity",
737
+ "value": 0
738
+ },
739
+ {
740
+ "owner": "mockdata",
741
+ "description": "Number of mock data files for RoutersConntrackHelperCTTargetRules entity",
742
+ "value": 0
743
+ },
744
+ {
745
+ "owner": "mockdata",
746
+ "description": "Number of mock data files for FloatingIPsFloatingips entity",
747
+ "value": 0
748
+ },
749
+ {
750
+ "owner": "mockdata",
751
+ "description": "Number of mock data files for FloatingIPPoolsFloatingipPools entity",
752
+ "value": 0
753
+ },
754
+ {
755
+ "owner": "mockdata",
756
+ "description": "Number of mock data files for FloatingIPsPortForwarding entity",
757
+ "value": 0
758
+ },
759
+ {
760
+ "owner": "mockdata",
761
+ "description": "Number of mock data files for RoutersRouters entity",
762
+ "value": 0
763
+ },
764
+ {
765
+ "owner": "mockdata",
766
+ "description": "Number of mock data files for RouterNDPProxyNdpProxies entity",
767
+ "value": 0
768
+ },
769
+ {
770
+ "owner": "mockdata",
771
+ "description": "Number of mock data files for SubnetPoolsExtensionSubnetpools entity",
772
+ "value": 0
773
+ },
774
+ {
775
+ "owner": "mockdata",
776
+ "description": "Number of mock data files for SubnetPoolPrefixOperationsSubnetpoolPrefixOps entity",
777
+ "value": 0
778
+ },
779
+ {
780
+ "owner": "mockdata",
781
+ "description": "Number of mock data files for Subnets entity",
782
+ "value": 0
783
+ },
784
+ {
785
+ "owner": "mockdata",
786
+ "description": "Number of mock data files for LocalIPsLocalIps entity",
787
+ "value": 0
788
+ },
789
+ {
790
+ "owner": "mockdata",
791
+ "description": "Number of mock data files for LocalIPAssociationsPortAssociations entity",
792
+ "value": 0
793
+ },
794
+ {
795
+ "owner": "mockdata",
796
+ "description": "Number of mock data files for AddressGroups entity",
797
+ "value": 0
798
+ },
799
+ {
800
+ "owner": "mockdata",
801
+ "description": "Number of mock data files for FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules entity",
802
+ "value": 0
803
+ },
804
+ {
805
+ "owner": "mockdata",
806
+ "description": "Number of mock data files for RBACPolicies entity",
807
+ "value": 0
808
+ },
809
+ {
810
+ "owner": "mockdata",
811
+ "description": "Number of mock data files for SecurityGroupRulesSecurityGroupRules entity",
812
+ "value": 0
813
+ },
814
+ {
815
+ "owner": "mockdata",
816
+ "description": "Number of mock data files for SecurityGroupsSecurityGroups entity",
817
+ "value": 0
818
+ },
819
+ {
820
+ "owner": "mockdata",
821
+ "description": "Number of mock data files for VPNaaS20VpnVpnservicesIkepoliciesIpsecpoliciesEndpointGroupsIpsecSiteConnections entity",
822
+ "value": 0
823
+ },
824
+ {
825
+ "owner": "mockdata",
826
+ "description": "Number of mock data files for NetworkingFlavorsFrameworkV20CURRENTFlavorServiceProfile entity",
827
+ "value": 0
828
+ },
829
+ {
830
+ "owner": "mockdata",
831
+ "description": "Number of mock data files for MeteringLabelsAndRulesMeteringLabelsMeteringLabelRules entity",
832
+ "value": 0
833
+ },
834
+ {
835
+ "owner": "mockdata",
836
+ "description": "Number of mock data files for NetworkIPAvailabilityAndUsageStats entity",
837
+ "value": 0
838
+ },
839
+ {
840
+ "owner": "mockdata",
841
+ "description": "Number of mock data files for QuotasExtensionQuotas entity",
842
+ "value": 0
843
+ },
844
+ {
845
+ "owner": "mockdata",
846
+ "description": "Number of mock data files for QuotasDetailsExtensionQuotaDetails entity",
847
+ "value": 0
848
+ },
849
+ {
850
+ "owner": "mockdata",
851
+ "description": "Number of mock data files for ServiceProviders entity",
852
+ "value": 0
853
+ },
854
+ {
855
+ "owner": "mockdata",
856
+ "description": "Number of mock data files for TagExtensionTags entity",
857
+ "value": 0
858
+ },
859
+ {
860
+ "owner": "mockdata",
861
+ "description": "Number of mock data files for QoSRuleTypes entity",
862
+ "value": 0
863
+ },
864
+ {
865
+ "owner": "mockdata",
866
+ "description": "Number of mock data files for QoSPoliciesQos entity",
867
+ "value": 0
868
+ },
869
+ {
870
+ "owner": "mockdata",
871
+ "description": "Number of mock data files for QoSBandwidthLimitRules entity",
872
+ "value": 0
873
+ },
874
+ {
875
+ "owner": "mockdata",
876
+ "description": "Number of mock data files for QoSDSCPMarkingRules entity",
877
+ "value": 0
878
+ },
879
+ {
880
+ "owner": "mockdata",
881
+ "description": "Number of mock data files for QoSMinimumBandwidthRules entity",
882
+ "value": 0
883
+ },
884
+ {
885
+ "owner": "mockdata",
886
+ "description": "Number of mock data files for QoSMinimumPacketRateRules entity",
887
+ "value": 0
888
+ },
889
+ {
890
+ "owner": "mockdata",
891
+ "description": "Number of mock data files for QoSPacketRateLimitRules entity",
892
+ "value": 0
893
+ },
894
+ {
895
+ "owner": "mockdata",
896
+ "description": "Number of mock data files for QualityOfServiceRulesAliasAPI entity",
897
+ "value": 0
898
+ },
899
+ {
900
+ "owner": "mockdata",
901
+ "description": "Number of mock data files for QualityOfServiceMinimumPacketRateRuleAliasAPI entity",
902
+ "value": 0
903
+ },
904
+ {
905
+ "owner": "mockdata",
906
+ "description": "Number of mock data files for LoggingResources entity",
907
+ "value": 0
908
+ },
909
+ {
910
+ "owner": "mockdata",
911
+ "description": "Number of mock data files for FirewallLogs entity",
912
+ "value": 0
913
+ },
914
+ {
915
+ "owner": "mockdata",
916
+ "description": "Number of mock data files for BGPVPNs entity",
917
+ "value": 0
918
+ },
919
+ {
920
+ "owner": "mockdata",
921
+ "description": "Number of mock data files for NetworkAssociations entity",
922
+ "value": 0
923
+ },
924
+ {
925
+ "owner": "mockdata",
926
+ "description": "Number of mock data files for RouterAssociations entity",
927
+ "value": 0
928
+ },
929
+ {
930
+ "owner": "mockdata",
931
+ "description": "Number of mock data files for PortAssociations entity",
932
+ "value": 0
933
+ },
934
+ {
935
+ "owner": "mockdata",
936
+ "description": "Number of mock data files for BGPSpeaker entity",
937
+ "value": 0
938
+ },
939
+ {
940
+ "owner": "mockdata",
941
+ "description": "Number of mock data files for BGPPeer entity",
942
+ "value": 0
943
+ },
944
+ {
945
+ "owner": "mockdata",
946
+ "description": "Number of mock data files for LogResource entity",
947
+ "value": 0
948
+ },
949
+ {
950
+ "owner": "mockdata",
951
+ "description": "Number of mock data files for LoggableResource entity",
952
+ "value": 0
953
+ },
954
+ {
955
+ "owner": "mockdata",
956
+ "description": "Number of mock data files for Agents entity",
957
+ "value": 0
958
+ },
959
+ {
960
+ "owner": "mockdata",
961
+ "description": "Number of mock data files for AvailabilityZones entity",
962
+ "value": 0
963
+ },
964
+ {
965
+ "owner": "mockdata",
966
+ "description": "Number of mock data files for L3AgentScheduler entity",
967
+ "value": 0
968
+ },
969
+ {
970
+ "owner": "mockdata",
971
+ "description": "Number of mock data files for DHCPAgentScheduler entity",
972
+ "value": 0
973
+ },
974
+ {
975
+ "owner": "mockdata",
976
+ "description": "Number of mock data files for AutoAllocatedTopologies entity",
977
+ "value": 0
978
+ },
979
+ {
980
+ "owner": "mockdata",
981
+ "description": "Number of mock data files for TapAsAService entity",
982
+ "value": 0
983
+ },
984
+ {
985
+ "owner": "mockdata",
986
+ "description": "Total number of mock data files",
987
+ "value": 0
988
+ },
989
+ {
990
+ "owner": "actionJson",
991
+ "description": "Number of actions for .system entity",
992
+ "value": 2
993
+ },
994
+ {
995
+ "owner": "schemaJson",
996
+ "description": "Number of schemas for .system entity",
997
+ "value": 3
998
+ },
999
+ {
1000
+ "owner": "mockdata",
1001
+ "description": "Number of mock data files for .system entity",
1002
+ "value": 2
1003
+ },
1004
+ {
1005
+ "owner": "System",
1006
+ "description": "System entity files",
1007
+ "value": 6
1008
+ },
1009
+ {
1010
+ "owner": "usecases",
1011
+ "description": "Number of workflows",
1012
+ "value": 0
1013
+ },
1014
+ {
1015
+ "owner": "staticFile",
1016
+ "description": "Number of lines of code in adapterBase.js",
1017
+ "value": 1791
1018
+ },
1019
+ {
1020
+ "owner": "staticFile",
1021
+ "description": "Number of static files added",
1022
+ "value": 37
1023
+ },
1024
+ {
1025
+ "owner": "Overall",
1026
+ "description": "Total lines of Code",
1027
+ "value": 46867
1028
+ },
1029
+ {
1030
+ "owner": "Overall",
1031
+ "description": "Total Tests",
1032
+ "value": 939
1033
+ },
1034
+ {
1035
+ "owner": "Overall",
1036
+ "description": "Total Files",
1037
+ "value": 165
1038
+ }
1039
+ ],
1040
+ "warnings": [],
1041
+ "apiParsingReport": {
1042
+ "no_mockdata": [
1043
+ {
1044
+ "fnName": "listAPIVersions",
1045
+ "method": "get",
1046
+ "path": "/"
1047
+ },
1048
+ {
1049
+ "fnName": "showAPIV2Details",
1050
+ "method": "get",
1051
+ "path": "/v2.0/"
1052
+ },
1053
+ {
1054
+ "fnName": "listExtensions",
1055
+ "method": "get",
1056
+ "path": "/v2.0/extensions"
1057
+ },
1058
+ {
1059
+ "fnName": "showExtensionDetails",
1060
+ "method": "get",
1061
+ "path": "/v2.0/extensions/{alias}"
1062
+ },
1063
+ {
1064
+ "fnName": "showNetworkDetails",
1065
+ "method": "get",
1066
+ "path": "/v2.0/networks/{network_id}"
1067
+ },
1068
+ {
1069
+ "fnName": "updateNetwork",
1070
+ "method": "put",
1071
+ "path": "/v2.0/networks/{network_id}"
1072
+ },
1073
+ {
1074
+ "fnName": "deleteNetwork",
1075
+ "method": "delete",
1076
+ "path": "/v2.0/networks/{network_id}"
1077
+ },
1078
+ {
1079
+ "fnName": "listNetworks",
1080
+ "method": "get",
1081
+ "path": "/v2.0/networks"
1082
+ },
1083
+ {
1084
+ "fnName": "createNetwork",
1085
+ "method": "post",
1086
+ "path": "/v2.0/networks"
1087
+ },
1088
+ {
1089
+ "fnName": "showNetworkSegmentRangeDetails",
1090
+ "method": "get",
1091
+ "path": "/v2.0/network_segment_ranges/{network_segment_range_id}"
1092
+ },
1093
+ {
1094
+ "fnName": "updateNetworkSegmentRange",
1095
+ "method": "put",
1096
+ "path": "/v2.0/network_segment_ranges/{network_segment_range_id}"
1097
+ },
1098
+ {
1099
+ "fnName": "deleteNetworkSegmentRange",
1100
+ "method": "delete",
1101
+ "path": "/v2.0/network_segment_ranges/{network_segment_range_id}"
1102
+ },
1103
+ {
1104
+ "fnName": "listNetworkSegmentRanges",
1105
+ "method": "get",
1106
+ "path": "/v2.0/network_segment_ranges"
1107
+ },
1108
+ {
1109
+ "fnName": "createNetworkSegmentRange",
1110
+ "method": "post",
1111
+ "path": "/v2.0/network_segment_ranges"
1112
+ },
1113
+ {
1114
+ "fnName": "showPortDetails",
1115
+ "method": "get",
1116
+ "path": "/v2.0/ports/{port_id}"
1117
+ },
1118
+ {
1119
+ "fnName": "updatePort",
1120
+ "method": "put",
1121
+ "path": "/v2.0/ports/{port_id}"
1122
+ },
1123
+ {
1124
+ "fnName": "deletePort",
1125
+ "method": "delete",
1126
+ "path": "/v2.0/ports/{port_id}"
1127
+ },
1128
+ {
1129
+ "fnName": "listPorts",
1130
+ "method": "get",
1131
+ "path": "/v2.0/ports"
1132
+ },
1133
+ {
1134
+ "fnName": "createPort",
1135
+ "method": "post",
1136
+ "path": "/v2.0/ports"
1137
+ },
1138
+ {
1139
+ "fnName": "showSegmentDetails",
1140
+ "method": "get",
1141
+ "path": "/v2.0/segments/{segment_id}"
1142
+ },
1143
+ {
1144
+ "fnName": "updateSegment",
1145
+ "method": "put",
1146
+ "path": "/v2.0/segments/{segment_id}"
1147
+ },
1148
+ {
1149
+ "fnName": "deleteSegment",
1150
+ "method": "delete",
1151
+ "path": "/v2.0/segments/{segment_id}"
1152
+ },
1153
+ {
1154
+ "fnName": "listSegments",
1155
+ "method": "get",
1156
+ "path": "/v2.0/segments"
1157
+ },
1158
+ {
1159
+ "fnName": "createSegment",
1160
+ "method": "post",
1161
+ "path": "/v2.0/segments"
1162
+ },
1163
+ {
1164
+ "fnName": "listTrunks",
1165
+ "method": "get",
1166
+ "path": "/v2.0/trunks"
1167
+ },
1168
+ {
1169
+ "fnName": "createTrunk",
1170
+ "method": "post",
1171
+ "path": "/v2.0/trunks"
1172
+ },
1173
+ {
1174
+ "fnName": "addSubportsToTrunk",
1175
+ "method": "put",
1176
+ "path": "/v2.0/trunks/{trunk_id}/add_subports"
1177
+ },
1178
+ {
1179
+ "fnName": "deleteSubportsFromTrunk",
1180
+ "method": "put",
1181
+ "path": "/v2.0/trunks/{trunk_id}/remove_subports"
1182
+ },
1183
+ {
1184
+ "fnName": "listSubportsForTrunk",
1185
+ "method": "get",
1186
+ "path": "/v2.0/trunks/{trunk_id}/get_subports"
1187
+ },
1188
+ {
1189
+ "fnName": "updateTrunk",
1190
+ "method": "put",
1191
+ "path": "/v2.0/trunks/{trunk_id}"
1192
+ },
1193
+ {
1194
+ "fnName": "showTrunk",
1195
+ "method": "get",
1196
+ "path": "/v2.0/trunks/{trunk_id}"
1197
+ },
1198
+ {
1199
+ "fnName": "deleteTrunk",
1200
+ "method": "delete",
1201
+ "path": "/v2.0/trunks/{trunk_id}"
1202
+ },
1203
+ {
1204
+ "fnName": "showAddressScope",
1205
+ "method": "get",
1206
+ "path": "/v2.0/address-scopes/{address_scope_id}"
1207
+ },
1208
+ {
1209
+ "fnName": "updateAnAddressScope",
1210
+ "method": "put",
1211
+ "path": "/v2.0/address-scopes/{address_scope_id}"
1212
+ },
1213
+ {
1214
+ "fnName": "deleteAnAddressScope",
1215
+ "method": "delete",
1216
+ "path": "/v2.0/address-scopes/{address_scope_id}"
1217
+ },
1218
+ {
1219
+ "fnName": "listAddressScopes",
1220
+ "method": "get",
1221
+ "path": "/v2.0/address-scopes"
1222
+ },
1223
+ {
1224
+ "fnName": "createAddressScope",
1225
+ "method": "post",
1226
+ "path": "/v2.0/address-scopes"
1227
+ },
1228
+ {
1229
+ "fnName": "showConntrackHelper",
1230
+ "method": "get",
1231
+ "path": "/v2.0/routers/{router_id}/conntrack_helpers/{conntrack_helper_id}"
1232
+ },
1233
+ {
1234
+ "fnName": "updateAConntrackHelper",
1235
+ "method": "put",
1236
+ "path": "/v2.0/routers/{router_id}/conntrack_helpers/{conntrack_helper_id}"
1237
+ },
1238
+ {
1239
+ "fnName": "deleteAConntrackHelper",
1240
+ "method": "delete",
1241
+ "path": "/v2.0/routers/{router_id}/conntrack_helpers/{conntrack_helper_id}"
1242
+ },
1243
+ {
1244
+ "fnName": "listRouterConntrackHelpers",
1245
+ "method": "get",
1246
+ "path": "/v2.0/routers/{router_id}/conntrack_helpers"
1247
+ },
1248
+ {
1249
+ "fnName": "createConntrackHelper",
1250
+ "method": "post",
1251
+ "path": "/v2.0/routers/{router_id}/conntrack_helpers"
1252
+ },
1253
+ {
1254
+ "fnName": "listFloatingIPs",
1255
+ "method": "get",
1256
+ "path": "/v2.0/floatingips"
1257
+ },
1258
+ {
1259
+ "fnName": "createFloatingIP",
1260
+ "method": "post",
1261
+ "path": "/v2.0/floatingips"
1262
+ },
1263
+ {
1264
+ "fnName": "showFloatingIPDetails",
1265
+ "method": "get",
1266
+ "path": "/v2.0/floatingips/{floatingip_id}"
1267
+ },
1268
+ {
1269
+ "fnName": "updateFloatingIP",
1270
+ "method": "put",
1271
+ "path": "/v2.0/floatingips/{floatingip_id}"
1272
+ },
1273
+ {
1274
+ "fnName": "deleteFloatingIP",
1275
+ "method": "delete",
1276
+ "path": "/v2.0/floatingips/{floatingip_id}"
1277
+ },
1278
+ {
1279
+ "fnName": "listFloatingIPPools",
1280
+ "method": "get",
1281
+ "path": "/v2.0/floatingip_pools"
1282
+ },
1283
+ {
1284
+ "fnName": "showPortForwarding",
1285
+ "method": "get",
1286
+ "path": "/v2.0/floatingips/{floatingip_id}/port_forwardings/{port_forwarding_id}"
1287
+ },
1288
+ {
1289
+ "fnName": "updateAPortForwarding",
1290
+ "method": "put",
1291
+ "path": "/v2.0/floatingips/{floatingip_id}/port_forwardings/{port_forwarding_id}"
1292
+ },
1293
+ {
1294
+ "fnName": "deleteAFloatingIPPortForwarding",
1295
+ "method": "delete",
1296
+ "path": "/v2.0/floatingips/{floatingip_id}/port_forwardings/{port_forwarding_id}"
1297
+ },
1298
+ {
1299
+ "fnName": "listFloatingIPPortForwardings",
1300
+ "method": "get",
1301
+ "path": "/v2.0/floatingips/{floatingip_id}/port_forwardings"
1302
+ },
1303
+ {
1304
+ "fnName": "createPortForwarding",
1305
+ "method": "post",
1306
+ "path": "/v2.0/floatingips/{floatingip_id}/port_forwardings"
1307
+ },
1308
+ {
1309
+ "fnName": "listRouters",
1310
+ "method": "get",
1311
+ "path": "/v2.0/routers"
1312
+ },
1313
+ {
1314
+ "fnName": "createRouter",
1315
+ "method": "post",
1316
+ "path": "/v2.0/routers"
1317
+ },
1318
+ {
1319
+ "fnName": "showRouterDetails",
1320
+ "method": "get",
1321
+ "path": "/v2.0/routers/{router_id}"
1322
+ },
1323
+ {
1324
+ "fnName": "updateRouter",
1325
+ "method": "put",
1326
+ "path": "/v2.0/routers/{router_id}"
1327
+ },
1328
+ {
1329
+ "fnName": "deleteRouter",
1330
+ "method": "delete",
1331
+ "path": "/v2.0/routers/{router_id}"
1332
+ },
1333
+ {
1334
+ "fnName": "addInterfaceToRouter",
1335
+ "method": "put",
1336
+ "path": "/v2.0/routers/{router_id}/add_router_interface"
1337
+ },
1338
+ {
1339
+ "fnName": "removeInterfaceFromRouter",
1340
+ "method": "put",
1341
+ "path": "/v2.0/routers/{router_id}/remove_router_interface"
1342
+ },
1343
+ {
1344
+ "fnName": "addExtraRoutesToRouter",
1345
+ "method": "put",
1346
+ "path": "/v2.0/routers/{router_id}/add_extraroutes"
1347
+ },
1348
+ {
1349
+ "fnName": "removeExtraRoutesFromRouter",
1350
+ "method": "put",
1351
+ "path": "/v2.0/routers/{router_id}/remove_extraroutes"
1352
+ },
1353
+ {
1354
+ "fnName": "listNdpProxies",
1355
+ "method": "get",
1356
+ "path": "/v2.0/ndp_proxies"
1357
+ },
1358
+ {
1359
+ "fnName": "createNdpProxy",
1360
+ "method": "post",
1361
+ "path": "/v2.0/ndp_proxies"
1362
+ },
1363
+ {
1364
+ "fnName": "showNdpProxyDetails",
1365
+ "method": "get",
1366
+ "path": "/v2.0/ndp_proxies/{ndp_proxy_id}"
1367
+ },
1368
+ {
1369
+ "fnName": "updateANdpProxy",
1370
+ "method": "put",
1371
+ "path": "/v2.0/ndp_proxies/{ndp_proxy_id}"
1372
+ },
1373
+ {
1374
+ "fnName": "deleteANdpProxy",
1375
+ "method": "delete",
1376
+ "path": "/v2.0/ndp_proxies/{ndp_proxy_id}"
1377
+ },
1378
+ {
1379
+ "fnName": "showSubnetPool",
1380
+ "method": "get",
1381
+ "path": "/v2.0/subnetpools/{subnetpool_id}"
1382
+ },
1383
+ {
1384
+ "fnName": "updateSubnetPool",
1385
+ "method": "put",
1386
+ "path": "/v2.0/subnetpools/{subnetpool_id}"
1387
+ },
1388
+ {
1389
+ "fnName": "deleteSubnetPool",
1390
+ "method": "delete",
1391
+ "path": "/v2.0/subnetpools/{subnetpool_id}"
1392
+ },
1393
+ {
1394
+ "fnName": "listSubnetPools",
1395
+ "method": "get",
1396
+ "path": "/v2.0/subnetpools"
1397
+ },
1398
+ {
1399
+ "fnName": "createSubnetPool",
1400
+ "method": "post",
1401
+ "path": "/v2.0/subnetpools"
1402
+ },
1403
+ {
1404
+ "fnName": "addPrefixes",
1405
+ "method": "put",
1406
+ "path": "/v2.0/subnetpools/{subnetpool_id}/add_prefixes"
1407
+ },
1408
+ {
1409
+ "fnName": "removePrefixes",
1410
+ "method": "put",
1411
+ "path": "/v2.0/subnetpools/{subnetpool_id}/remove_prefixes"
1412
+ },
1413
+ {
1414
+ "fnName": "listSubnets",
1415
+ "method": "get",
1416
+ "path": "/v2.0/subnets"
1417
+ },
1418
+ {
1419
+ "fnName": "createSubnet",
1420
+ "method": "post",
1421
+ "path": "/v2.0/subnets"
1422
+ },
1423
+ {
1424
+ "fnName": "showSubnetDetails",
1425
+ "method": "get",
1426
+ "path": "/v2.0/subnets/{subnet_id}"
1427
+ },
1428
+ {
1429
+ "fnName": "updateSubnet",
1430
+ "method": "put",
1431
+ "path": "/v2.0/subnets/{subnet_id}"
1432
+ },
1433
+ {
1434
+ "fnName": "deleteSubnet",
1435
+ "method": "delete",
1436
+ "path": "/v2.0/subnets/{subnet_id}"
1437
+ },
1438
+ {
1439
+ "fnName": "listLocalIPs",
1440
+ "method": "get",
1441
+ "path": "/v2.0/local_ips"
1442
+ },
1443
+ {
1444
+ "fnName": "createLocalIP",
1445
+ "method": "post",
1446
+ "path": "/v2.0/local_ips"
1447
+ },
1448
+ {
1449
+ "fnName": "showLocalIPDetails",
1450
+ "method": "get",
1451
+ "path": "/v2.0/local_ips/{local_ip_id}"
1452
+ },
1453
+ {
1454
+ "fnName": "updateLocalIP",
1455
+ "method": "put",
1456
+ "path": "/v2.0/local_ips/{local_ip_id}"
1457
+ },
1458
+ {
1459
+ "fnName": "deleteLocalIP",
1460
+ "method": "delete",
1461
+ "path": "/v2.0/local_ips/{local_ip_id}"
1462
+ },
1463
+ {
1464
+ "fnName": "listLocalIPAssociations",
1465
+ "method": "get",
1466
+ "path": "/v2.0/local_ips/{local_ip_id}/port_associations"
1467
+ },
1468
+ {
1469
+ "fnName": "createLocalIPAssociation",
1470
+ "method": "post",
1471
+ "path": "/v2.0/local_ips/{local_ip_id}/port_associations"
1472
+ },
1473
+ {
1474
+ "fnName": "deleteLocalIPAssociation",
1475
+ "method": "delete",
1476
+ "path": "/v2.0/local_ips/{local_ip_id}/port_associations/{fixed_port_id}"
1477
+ },
1478
+ {
1479
+ "fnName": "showAddressGroup",
1480
+ "method": "get",
1481
+ "path": "/v2.0/address-groups/{address_group_id}"
1482
+ },
1483
+ {
1484
+ "fnName": "createAddressGroup",
1485
+ "method": "post",
1486
+ "path": "/v2.0/address-groups/{address_group_id}"
1487
+ },
1488
+ {
1489
+ "fnName": "updateAnAddressGroup",
1490
+ "method": "put",
1491
+ "path": "/v2.0/address-groups/{address_group_id}"
1492
+ },
1493
+ {
1494
+ "fnName": "deleteAnAddressGroup",
1495
+ "method": "delete",
1496
+ "path": "/v2.0/address-groups/{address_group_id}"
1497
+ },
1498
+ {
1499
+ "fnName": "listAddressGroups",
1500
+ "method": "get",
1501
+ "path": "/v2.0/address-groups"
1502
+ },
1503
+ {
1504
+ "fnName": "addIPAddressesToAddressGroup",
1505
+ "method": "put",
1506
+ "path": "/v2.0/address-group/{address_group_id}/add_addresses"
1507
+ },
1508
+ {
1509
+ "fnName": "removeIPAddressesToAddressGroup",
1510
+ "method": "put",
1511
+ "path": "/v2.0/address-group/{address_group_id}/remove_addresses"
1512
+ },
1513
+ {
1514
+ "fnName": "listFirewallGroups",
1515
+ "method": "get",
1516
+ "path": "/v2.0/fwaas/firewall_groups"
1517
+ },
1518
+ {
1519
+ "fnName": "createFirewallGroup",
1520
+ "method": "post",
1521
+ "path": "/v2.0/fwaas/firewall_groups"
1522
+ },
1523
+ {
1524
+ "fnName": "showFirewallGroupDetails",
1525
+ "method": "get",
1526
+ "path": "/v2.0/fwaas/firewall_groups/{firewall_group_id}"
1527
+ },
1528
+ {
1529
+ "fnName": "updateFirewallGroup",
1530
+ "method": "put",
1531
+ "path": "/v2.0/fwaas/firewall_groups/{firewall_group_id}"
1532
+ },
1533
+ {
1534
+ "fnName": "deleteFirewallGroup",
1535
+ "method": "delete",
1536
+ "path": "/v2.0/fwaas/firewall_groups/{firewall_group_id}"
1537
+ },
1538
+ {
1539
+ "fnName": "listFirewallPolicies",
1540
+ "method": "get",
1541
+ "path": "/v2.0/fwaas/firewall_policies"
1542
+ },
1543
+ {
1544
+ "fnName": "createFirewallPolicy",
1545
+ "method": "post",
1546
+ "path": "/v2.0/fwaas/firewall_policies"
1547
+ },
1548
+ {
1549
+ "fnName": "showFirewallPolicyDetails",
1550
+ "method": "get",
1551
+ "path": "/v2.0/fwaas/firewall_policies/{firewall_policy_id}"
1552
+ },
1553
+ {
1554
+ "fnName": "updateFirewallPolicy",
1555
+ "method": "put",
1556
+ "path": "/v2.0/fwaas/firewall_policies/{firewall_policy_id}"
1557
+ },
1558
+ {
1559
+ "fnName": "deleteFirewallPolicy",
1560
+ "method": "delete",
1561
+ "path": "/v2.0/fwaas/firewall_policies/{firewall_policy_id}"
1562
+ },
1563
+ {
1564
+ "fnName": "listFirewallRules",
1565
+ "method": "get",
1566
+ "path": "/v2.0/fwaas/firewall_rules"
1567
+ },
1568
+ {
1569
+ "fnName": "createFirewallRule",
1570
+ "method": "post",
1571
+ "path": "/v2.0/fwaas/firewall_rules"
1572
+ },
1573
+ {
1574
+ "fnName": "showFirewallRuleDetails",
1575
+ "method": "get",
1576
+ "path": "/v2.0/fwaas/firewall_rules/{firewall_rule_id}"
1577
+ },
1578
+ {
1579
+ "fnName": "updateFirewallRule",
1580
+ "method": "put",
1581
+ "path": "/v2.0/fwaas/firewall_rules/{firewall_rule_id}"
1582
+ },
1583
+ {
1584
+ "fnName": "deleteFirewallRule",
1585
+ "method": "delete",
1586
+ "path": "/v2.0/fwaas/firewall_rules/{firewall_rule_id}"
1587
+ },
1588
+ {
1589
+ "fnName": "insertRuleIntoAFirewallPolicy",
1590
+ "method": "put",
1591
+ "path": "/v2.0/fwaas/firewall_policies/{firewall_policy_id}/insert_rule"
1592
+ },
1593
+ {
1594
+ "fnName": "removeRuleFromFirewallPolicy",
1595
+ "method": "put",
1596
+ "path": "/v2.0/fwaas/firewall_policies/{firewall_policy_id}/remove_rule"
1597
+ },
1598
+ {
1599
+ "fnName": "showRBACPolicyDetails",
1600
+ "method": "get",
1601
+ "path": "/v2.0/rbac-policies/{rbac_policy_id}"
1602
+ },
1603
+ {
1604
+ "fnName": "updateRBACPolicy",
1605
+ "method": "put",
1606
+ "path": "/v2.0/rbac-policies/{rbac_policy_id}"
1607
+ },
1608
+ {
1609
+ "fnName": "deleteRBACPolicy",
1610
+ "method": "delete",
1611
+ "path": "/v2.0/rbac-policies/{rbac_policy_id}"
1612
+ },
1613
+ {
1614
+ "fnName": "listRBACPolicies",
1615
+ "method": "get",
1616
+ "path": "/v2.0/rbac-policies"
1617
+ },
1618
+ {
1619
+ "fnName": "createRBACPolicy",
1620
+ "method": "post",
1621
+ "path": "/v2.0/rbac-policies"
1622
+ },
1623
+ {
1624
+ "fnName": "listSecurityGroupRules",
1625
+ "method": "get",
1626
+ "path": "/v2.0/security-group-rules"
1627
+ },
1628
+ {
1629
+ "fnName": "createSecurityGroupRule",
1630
+ "method": "post",
1631
+ "path": "/v2.0/security-group-rules"
1632
+ },
1633
+ {
1634
+ "fnName": "showSecurityGroupRule",
1635
+ "method": "get",
1636
+ "path": "/v2.0/security-group-rules/{security_group_rule_id}"
1637
+ },
1638
+ {
1639
+ "fnName": "deleteSecurityGroupRule",
1640
+ "method": "delete",
1641
+ "path": "/v2.0/security-group-rules/{security_group_rule_id}"
1642
+ },
1643
+ {
1644
+ "fnName": "listSecurityGroups",
1645
+ "method": "get",
1646
+ "path": "/v2.0/security-groups"
1647
+ },
1648
+ {
1649
+ "fnName": "createSecurityGroup",
1650
+ "method": "post",
1651
+ "path": "/v2.0/security-groups"
1652
+ },
1653
+ {
1654
+ "fnName": "showSecurityGroup",
1655
+ "method": "get",
1656
+ "path": "/v2.0/security-groups/{security_group_id}"
1657
+ },
1658
+ {
1659
+ "fnName": "updateSecurityGroup",
1660
+ "method": "put",
1661
+ "path": "/v2.0/security-groups/{security_group_id}"
1662
+ },
1663
+ {
1664
+ "fnName": "deleteSecurityGroup",
1665
+ "method": "delete",
1666
+ "path": "/v2.0/security-groups/{security_group_id}"
1667
+ },
1668
+ {
1669
+ "fnName": "listIKEPolicies",
1670
+ "method": "get",
1671
+ "path": "/v2.0/vpn/ikepolicies"
1672
+ },
1673
+ {
1674
+ "fnName": "createIKEPolicy",
1675
+ "method": "post",
1676
+ "path": "/v2.0/vpn/ikepolicies"
1677
+ },
1678
+ {
1679
+ "fnName": "showIKEPolicyDetails",
1680
+ "method": "get",
1681
+ "path": "/v2.0/vpn/ikepolicies/{ikepolicy_id}"
1682
+ },
1683
+ {
1684
+ "fnName": "updateIKEPolicy",
1685
+ "method": "put",
1686
+ "path": "/v2.0/vpn/ikepolicies/{ikepolicy_id}"
1687
+ },
1688
+ {
1689
+ "fnName": "removeIKEPolicy",
1690
+ "method": "delete",
1691
+ "path": "/v2.0/vpn/ikepolicies/{ikepolicy_id}"
1692
+ },
1693
+ {
1694
+ "fnName": "listIPsecPolicies",
1695
+ "method": "get",
1696
+ "path": "/v2.0/vpn/ipsecpolicies"
1697
+ },
1698
+ {
1699
+ "fnName": "createIPsecPolicy",
1700
+ "method": "post",
1701
+ "path": "/v2.0/vpn/ipsecpolicies"
1702
+ },
1703
+ {
1704
+ "fnName": "showIPsecPolicy",
1705
+ "method": "get",
1706
+ "path": "/v2.0/vpn/ipsecpolicies/{ipsecpolicy_id}"
1707
+ },
1708
+ {
1709
+ "fnName": "updateIPsecPolicy",
1710
+ "method": "put",
1711
+ "path": "/v2.0/vpn/ipsecpolicies/{ipsecpolicy_id}"
1712
+ },
1713
+ {
1714
+ "fnName": "removeIPsecPolicy",
1715
+ "method": "delete",
1716
+ "path": "/v2.0/vpn/ipsecpolicies/{ipsecpolicy_id}"
1717
+ },
1718
+ {
1719
+ "fnName": "listIPsecConnections",
1720
+ "method": "get",
1721
+ "path": "/v2.0/vpn/ipsec-site-connections"
1722
+ },
1723
+ {
1724
+ "fnName": "createIPsecConnection",
1725
+ "method": "post",
1726
+ "path": "/v2.0/vpn/ipsec-site-connections"
1727
+ },
1728
+ {
1729
+ "fnName": "showIPsecConnection",
1730
+ "method": "get",
1731
+ "path": "/v2.0/vpn/ipsec-site-connections/{connection_id}"
1732
+ },
1733
+ {
1734
+ "fnName": "updateIPsecConnection",
1735
+ "method": "put",
1736
+ "path": "/v2.0/vpn/ipsec-site-connections/{connection_id}"
1737
+ },
1738
+ {
1739
+ "fnName": "removeIPsecConnection",
1740
+ "method": "delete",
1741
+ "path": "/v2.0/vpn/ipsec-site-connections/{connection_id}"
1742
+ },
1743
+ {
1744
+ "fnName": "listVPNEndpointGroups",
1745
+ "method": "get",
1746
+ "path": "/v2.0/vpn/endpoint-groups"
1747
+ },
1748
+ {
1749
+ "fnName": "createVPNEndpointGroup",
1750
+ "method": "post",
1751
+ "path": "/v2.0/vpn/endpoint-groups"
1752
+ },
1753
+ {
1754
+ "fnName": "showVPNEndpointGroup",
1755
+ "method": "get",
1756
+ "path": "/v2.0/vpn/endpoint-groups/{endpoint_group_id}"
1757
+ },
1758
+ {
1759
+ "fnName": "updateVPNEndpointGroup",
1760
+ "method": "put",
1761
+ "path": "/v2.0/vpn/endpoint-groups/{endpoint_group_id}"
1762
+ },
1763
+ {
1764
+ "fnName": "removeVPNEndpointGroup",
1765
+ "method": "delete",
1766
+ "path": "/v2.0/vpn/endpoint-groups/{endpoint_group_id}"
1767
+ },
1768
+ {
1769
+ "fnName": "listVPNServices",
1770
+ "method": "get",
1771
+ "path": "/v2.0/vpn/vpnservices"
1772
+ },
1773
+ {
1774
+ "fnName": "createVPNService",
1775
+ "method": "post",
1776
+ "path": "/v2.0/vpn/vpnservices"
1777
+ },
1778
+ {
1779
+ "fnName": "showVPNServiceDetails",
1780
+ "method": "get",
1781
+ "path": "/v2.0/vpn/vpnservices/{service_id}"
1782
+ },
1783
+ {
1784
+ "fnName": "updateVPNService",
1785
+ "method": "put",
1786
+ "path": "/v2.0/vpn/vpnservices/{service_id}"
1787
+ },
1788
+ {
1789
+ "fnName": "removeVPNService",
1790
+ "method": "delete",
1791
+ "path": "/v2.0/vpn/vpnservices/{service_id}"
1792
+ },
1793
+ {
1794
+ "fnName": "listFlavors",
1795
+ "method": "get",
1796
+ "path": "/v2.0/flavors"
1797
+ },
1798
+ {
1799
+ "fnName": "createFlavor",
1800
+ "method": "post",
1801
+ "path": "/v2.0/flavors"
1802
+ },
1803
+ {
1804
+ "fnName": "showFlavorDetails",
1805
+ "method": "get",
1806
+ "path": "/v2.0/flavors/{flavor_id}"
1807
+ },
1808
+ {
1809
+ "fnName": "updateFlavor",
1810
+ "method": "put",
1811
+ "path": "/v2.0/flavors/{flavor_id}"
1812
+ },
1813
+ {
1814
+ "fnName": "deleteFlavor",
1815
+ "method": "delete",
1816
+ "path": "/v2.0/flavors/{flavor_id}"
1817
+ },
1818
+ {
1819
+ "fnName": "associateFlavorWithAServiceProfile",
1820
+ "method": "post",
1821
+ "path": "/v2.0/flavors/{flavor_id}/service_profiles"
1822
+ },
1823
+ {
1824
+ "fnName": "disassociateAFlavor",
1825
+ "method": "delete",
1826
+ "path": "/v2.0/flavors/{flavor_id}/service_profiles/{profile_id}"
1827
+ },
1828
+ {
1829
+ "fnName": "listServiceProfiles",
1830
+ "method": "get",
1831
+ "path": "/v2.0/service_profiles"
1832
+ },
1833
+ {
1834
+ "fnName": "createServiceProfile",
1835
+ "method": "post",
1836
+ "path": "/v2.0/service_profiles"
1837
+ },
1838
+ {
1839
+ "fnName": "showServiceProfileDetails",
1840
+ "method": "get",
1841
+ "path": "/v2.0/service_profiles/{profile_id}"
1842
+ },
1843
+ {
1844
+ "fnName": "updateServiceProfile",
1845
+ "method": "put",
1846
+ "path": "/v2.0/service_profiles/{profile_id}"
1847
+ },
1848
+ {
1849
+ "fnName": "deleteServiceProfile",
1850
+ "method": "delete",
1851
+ "path": "/v2.0/service_profiles/{profile_id}"
1852
+ },
1853
+ {
1854
+ "fnName": "listMeteringLabels",
1855
+ "method": "get",
1856
+ "path": "/v2.0/metering/metering-labels"
1857
+ },
1858
+ {
1859
+ "fnName": "createMeteringLabel",
1860
+ "method": "post",
1861
+ "path": "/v2.0/metering/metering-labels"
1862
+ },
1863
+ {
1864
+ "fnName": "showMeteringLabelDetails",
1865
+ "method": "get",
1866
+ "path": "/v2.0/metering/metering-labels/{metering_label_id}"
1867
+ },
1868
+ {
1869
+ "fnName": "deleteMeteringLabel",
1870
+ "method": "delete",
1871
+ "path": "/v2.0/metering/metering-labels/{metering_label_id}"
1872
+ },
1873
+ {
1874
+ "fnName": "listMeteringLabelRules",
1875
+ "method": "get",
1876
+ "path": "/v2.0/metering/metering-label-rules"
1877
+ },
1878
+ {
1879
+ "fnName": "createMeteringLabelRule",
1880
+ "method": "post",
1881
+ "path": "/v2.0/metering/metering-label-rules"
1882
+ },
1883
+ {
1884
+ "fnName": "showMeteringLabelRuleDetails",
1885
+ "method": "get",
1886
+ "path": "/v2.0/metering/metering-label-rules/{metering_label_rule_id}"
1887
+ },
1888
+ {
1889
+ "fnName": "deleteMeteringLabelRule",
1890
+ "method": "delete",
1891
+ "path": "/v2.0/metering/metering-label-rules/{metering_label_rule_id}"
1892
+ },
1893
+ {
1894
+ "fnName": "showNetworkIPAvailability",
1895
+ "method": "get",
1896
+ "path": "/v2.0/network-ip-availabilities/{network_id}"
1897
+ },
1898
+ {
1899
+ "fnName": "listNetworkIPAvailability",
1900
+ "method": "get",
1901
+ "path": "/v2.0/network-ip-availabilities"
1902
+ },
1903
+ {
1904
+ "fnName": "listQuotasForProjectsWithNonDefaultQuotaValues",
1905
+ "method": "get",
1906
+ "path": "/v2.0/quotas"
1907
+ },
1908
+ {
1909
+ "fnName": "listQuotasForAProject",
1910
+ "method": "get",
1911
+ "path": "/v2.0/quotas/{project_id}"
1912
+ },
1913
+ {
1914
+ "fnName": "updateQuotaForAProject",
1915
+ "method": "put",
1916
+ "path": "/v2.0/quotas/{project_id}"
1917
+ },
1918
+ {
1919
+ "fnName": "resetQuotaForAProject",
1920
+ "method": "delete",
1921
+ "path": "/v2.0/quotas/{project_id}"
1922
+ },
1923
+ {
1924
+ "fnName": "listDefaultQuotasForAProject",
1925
+ "method": "get",
1926
+ "path": "/v2.0/quotas/{project_id}/default"
1927
+ },
1928
+ {
1929
+ "fnName": "showQuotaDetailsForATenant",
1930
+ "method": "get",
1931
+ "path": "/v2.0/quotas/{project_id}/details.json"
1932
+ },
1933
+ {
1934
+ "fnName": "listServiceProviders",
1935
+ "method": "get",
1936
+ "path": "/v2.0/service-providers"
1937
+ },
1938
+ {
1939
+ "fnName": "replaceAllTags",
1940
+ "method": "put",
1941
+ "path": "/v2.0/{resource_type}/{resource_id}/tags"
1942
+ },
1943
+ {
1944
+ "fnName": "removeAllTags",
1945
+ "method": "delete",
1946
+ "path": "/v2.0/{resource_type}/{resource_id}/tags"
1947
+ },
1948
+ {
1949
+ "fnName": "obtainTagList",
1950
+ "method": "get",
1951
+ "path": "/v2.0/{resource_type}/{resource_id}/tags"
1952
+ },
1953
+ {
1954
+ "fnName": "confirmATag",
1955
+ "method": "get",
1956
+ "path": "/v2.0/{resource_type}/{resource_id}/tags/{tag}"
1957
+ },
1958
+ {
1959
+ "fnName": "addATag",
1960
+ "method": "put",
1961
+ "path": "/v2.0/{resource_type}/{resource_id}/tags/{tag}"
1962
+ },
1963
+ {
1964
+ "fnName": "removeATag",
1965
+ "method": "delete",
1966
+ "path": "/v2.0/{resource_type}/{resource_id}/tags/{tag}"
1967
+ },
1968
+ {
1969
+ "fnName": "listQoSRuleTypes",
1970
+ "method": "get",
1971
+ "path": "/v2.0/qos/rule-types"
1972
+ },
1973
+ {
1974
+ "fnName": "showQoSRuleTypeDetails",
1975
+ "method": "get",
1976
+ "path": "/v2.0/qos/rule-types/{rule_type}"
1977
+ },
1978
+ {
1979
+ "fnName": "listQoSPolicies",
1980
+ "method": "get",
1981
+ "path": "/v2.0/qos/policies"
1982
+ },
1983
+ {
1984
+ "fnName": "createQoSPolicy",
1985
+ "method": "post",
1986
+ "path": "/v2.0/qos/policies"
1987
+ },
1988
+ {
1989
+ "fnName": "showQoSPolicyDetails",
1990
+ "method": "get",
1991
+ "path": "/v2.0/qos/policies/{policy_id}"
1992
+ },
1993
+ {
1994
+ "fnName": "updateQoSPolicy",
1995
+ "method": "put",
1996
+ "path": "/v2.0/qos/policies/{policy_id}"
1997
+ },
1998
+ {
1999
+ "fnName": "deleteQoSPolicy",
2000
+ "method": "delete",
2001
+ "path": "/v2.0/qos/policies/{policy_id}"
2002
+ },
2003
+ {
2004
+ "fnName": "listBandwidthLimitRulesForQoSPolicy",
2005
+ "method": "get",
2006
+ "path": "/v2.0/qos/policies/{policy_id}/bandwidth_limit_rules"
2007
+ },
2008
+ {
2009
+ "fnName": "createBandwidthLimitRule",
2010
+ "method": "post",
2011
+ "path": "/v2.0/qos/policies/{policy_id}/bandwidth_limit_rules"
2012
+ },
2013
+ {
2014
+ "fnName": "showBandwidthLimitRuleDetails",
2015
+ "method": "get",
2016
+ "path": "/v2.0/qos/policies/{policy_id}/bandwidth_limit_rules/{rule_id}"
2017
+ },
2018
+ {
2019
+ "fnName": "updateBandwidthLimitRule",
2020
+ "method": "put",
2021
+ "path": "/v2.0/qos/policies/{policy_id}/bandwidth_limit_rules/{rule_id}"
2022
+ },
2023
+ {
2024
+ "fnName": "deleteBandwidthLimitRule",
2025
+ "method": "delete",
2026
+ "path": "/v2.0/qos/policies/{policy_id}/bandwidth_limit_rules/{rule_id}"
2027
+ },
2028
+ {
2029
+ "fnName": "listDSCPMarkingRulesForQoSPolicy",
2030
+ "method": "get",
2031
+ "path": "/v2.0/qos/policies/{policy_id}/dscp_marking_rules"
2032
+ },
2033
+ {
2034
+ "fnName": "createDSCPMarkingRule",
2035
+ "method": "post",
2036
+ "path": "/v2.0/qos/policies/{policy_id}/dscp_marking_rules"
2037
+ },
2038
+ {
2039
+ "fnName": "showDSCPMarkingRuleDetails",
2040
+ "method": "get",
2041
+ "path": "/v2.0/qos/policies/{policy_id}/dscp_marking_rules/{dscp_rule_id}"
2042
+ },
2043
+ {
2044
+ "fnName": "updateDSCPMarkingRule",
2045
+ "method": "put",
2046
+ "path": "/v2.0/qos/policies/{policy_id}/dscp_marking_rules/{dscp_rule_id}"
2047
+ },
2048
+ {
2049
+ "fnName": "deleteDSCPMarkingRule",
2050
+ "method": "delete",
2051
+ "path": "/v2.0/qos/policies/{policy_id}/dscp_marking_rules/{dscp_rule_id}"
2052
+ },
2053
+ {
2054
+ "fnName": "listMinimumBandwidthRulesForQoSPolicy",
2055
+ "method": "get",
2056
+ "path": "/v2.0/qos/policies/{policy_id}/minimum_bandwidth_rules"
2057
+ },
2058
+ {
2059
+ "fnName": "createMinimumBandwidthRule",
2060
+ "method": "post",
2061
+ "path": "/v2.0/qos/policies/{policy_id}/minimum_bandwidth_rules"
2062
+ },
2063
+ {
2064
+ "fnName": "showMinimumBandwidthRuleDetails",
2065
+ "method": "get",
2066
+ "path": "/v2.0/qos/policies/{policy_id}/minimum_bandwidth_rules/{rule_id}"
2067
+ },
2068
+ {
2069
+ "fnName": "updateMinimumBandwidthRule",
2070
+ "method": "put",
2071
+ "path": "/v2.0/qos/policies/{policy_id}/minimum_bandwidth_rules/{rule_id}"
2072
+ },
2073
+ {
2074
+ "fnName": "deleteMinimumBandwidthRule",
2075
+ "method": "delete",
2076
+ "path": "/v2.0/qos/policies/{policy_id}/minimum_bandwidth_rules/{rule_id}"
2077
+ },
2078
+ {
2079
+ "fnName": "listMinimumPacketRateRulesForQoSPolicy",
2080
+ "method": "get",
2081
+ "path": "/v2.0/qos/policies/{policy_id}/minimum_packet_rate_rules"
2082
+ },
2083
+ {
2084
+ "fnName": "createMinimumPacketRateRule",
2085
+ "method": "post",
2086
+ "path": "/v2.0/qos/policies/{policy_id}/minimum_packet_rate_rules"
2087
+ },
2088
+ {
2089
+ "fnName": "showMinimumPacketRateRuleDetails",
2090
+ "method": "get",
2091
+ "path": "/v2.0/qos/policies/{policy_id}/minimum_packet_rate_rules/{rule_id}"
2092
+ },
2093
+ {
2094
+ "fnName": "updateMinimumPacketRateRule",
2095
+ "method": "put",
2096
+ "path": "/v2.0/qos/policies/{policy_id}/minimum_packet_rate_rules/{rule_id}"
2097
+ },
2098
+ {
2099
+ "fnName": "deleteMinimumPacketRateRule",
2100
+ "method": "delete",
2101
+ "path": "/v2.0/qos/policies/{policy_id}/minimum_packet_rate_rules/{rule_id}"
2102
+ },
2103
+ {
2104
+ "fnName": "listPacketRateLimitRulesForQoSPolicy",
2105
+ "method": "get",
2106
+ "path": "/v2.0/qos/policies/{policy_id}/packet_rate_limit_rules"
2107
+ },
2108
+ {
2109
+ "fnName": "createPacketRateLimitRule",
2110
+ "method": "post",
2111
+ "path": "/v2.0/qos/policies/{policy_id}/packet_rate_limit_rules"
2112
+ },
2113
+ {
2114
+ "fnName": "showPacketRateLimitRuleDetails",
2115
+ "method": "get",
2116
+ "path": "/v2.0/qos/policies/{policy_id}/packet_rate_limit_rules/{rule_id}"
2117
+ },
2118
+ {
2119
+ "fnName": "updatePacketRateLimitRule",
2120
+ "method": "put",
2121
+ "path": "/v2.0/qos/policies/{policy_id}/packet_rate_limit_rules/{rule_id}"
2122
+ },
2123
+ {
2124
+ "fnName": "deletePacketRateLimitRule",
2125
+ "method": "delete",
2126
+ "path": "/v2.0/qos/policies/{policy_id}/packet_rate_limit_rules/{rule_id}"
2127
+ },
2128
+ {
2129
+ "fnName": "showBandwidthLimitRuleDetailsAlias",
2130
+ "method": "get",
2131
+ "path": "/v2.0/qos/alias_bandwidth_limit_rules/{rule_id}"
2132
+ },
2133
+ {
2134
+ "fnName": "updateBandwidthLimitRuleAlias",
2135
+ "method": "put",
2136
+ "path": "/v2.0/qos/alias_bandwidth_limit_rules/{rule_id}"
2137
+ },
2138
+ {
2139
+ "fnName": "deleteBandwidthLimitRuleAlias",
2140
+ "method": "delete",
2141
+ "path": "/v2.0/qos/alias_bandwidth_limit_rules/{rule_id}"
2142
+ },
2143
+ {
2144
+ "fnName": "showDSCPMarkingRuleDetailsAlias",
2145
+ "method": "get",
2146
+ "path": "/v2.0/qos/alias_dscp_marking_rules/{dscp_rule_id}"
2147
+ },
2148
+ {
2149
+ "fnName": "updateDSCPMarkingRuleAlias",
2150
+ "method": "put",
2151
+ "path": "/v2.0/qos/alias_dscp_marking_rules/{dscp_rule_id}"
2152
+ },
2153
+ {
2154
+ "fnName": "deleteDSCPMarkingRuleAlias",
2155
+ "method": "delete",
2156
+ "path": "/v2.0/qos/alias_dscp_marking_rules/{dscp_rule_id}"
2157
+ },
2158
+ {
2159
+ "fnName": "showMinimumBandwidthRuleDetailsAlias",
2160
+ "method": "get",
2161
+ "path": "/v2.0/qos/alias_minimum_bandwidth_rules/{rule_id}"
2162
+ },
2163
+ {
2164
+ "fnName": "updateMinimumBandwidthRuleAlias",
2165
+ "method": "put",
2166
+ "path": "/v2.0/qos/alias_minimum_bandwidth_rules/{rule_id}"
2167
+ },
2168
+ {
2169
+ "fnName": "deleteMinimumBandwidthRuleAlias",
2170
+ "method": "delete",
2171
+ "path": "/v2.0/qos/alias_minimum_bandwidth_rules/{rule_id}"
2172
+ },
2173
+ {
2174
+ "fnName": "showMinimumPacketRateRuleDetailsAlias",
2175
+ "method": "get",
2176
+ "path": "/v2.0/qos/alias_minimum_packet_rate_rules/{rule_id}"
2177
+ },
2178
+ {
2179
+ "fnName": "updateMinimumPacketRateRuleAlias",
2180
+ "method": "put",
2181
+ "path": "/v2.0/qos/alias_minimum_packet_rate_rules/{rule_id}"
2182
+ },
2183
+ {
2184
+ "fnName": "deleteMinimumPacketRateRuleAlias",
2185
+ "method": "delete",
2186
+ "path": "/v2.0/qos/alias_minimum_packet_rate_rules/{rule_id}"
2187
+ },
2188
+ {
2189
+ "fnName": "listLoggingResources",
2190
+ "method": "get",
2191
+ "path": "/v2.0/logging/logging_resources"
2192
+ },
2193
+ {
2194
+ "fnName": "createLoggingResource",
2195
+ "method": "post",
2196
+ "path": "/v2.0/logging/logging_resources"
2197
+ },
2198
+ {
2199
+ "fnName": "showLoggingResourceDetails",
2200
+ "method": "get",
2201
+ "path": "/v2.0/logging/logging_resources/{logging_resource_id}"
2202
+ },
2203
+ {
2204
+ "fnName": "updateLoggingResource",
2205
+ "method": "put",
2206
+ "path": "/v2.0/logging/logging_resources/{logging_resource_id}"
2207
+ },
2208
+ {
2209
+ "fnName": "deleteLoggingResource",
2210
+ "method": "delete",
2211
+ "path": "/v2.0/logging/logging_resources/{logging_resource_id}"
2212
+ },
2213
+ {
2214
+ "fnName": "listFirewallLogs",
2215
+ "method": "get",
2216
+ "path": "/v2.0/logging/logging_resources/{logging_resource_id}/firewall_logs"
2217
+ },
2218
+ {
2219
+ "fnName": "createFirewallLog",
2220
+ "method": "post",
2221
+ "path": "/v2.0/logging/logging_resources/{logging_resource_id}/firewall_logs"
2222
+ },
2223
+ {
2224
+ "fnName": "showFirewallLogDetails",
2225
+ "method": "get",
2226
+ "path": "/v2.0/logging/logging_resources/{logging_resource_id}/firewall_logs/{firewall_log_id}"
2227
+ },
2228
+ {
2229
+ "fnName": "updateFirewallLog",
2230
+ "method": "put",
2231
+ "path": "/v2.0/logging/logging_resources/{logging_resource_id}/firewall_logs/{firewall_log_id}"
2232
+ },
2233
+ {
2234
+ "fnName": "deleteFirewallLog",
2235
+ "method": "delete",
2236
+ "path": "/v2.0/logging/logging_resources/{logging_resource_id}/firewall_logs/{firewall_log_id}"
2237
+ },
2238
+ {
2239
+ "fnName": "listBGPVPNs",
2240
+ "method": "get",
2241
+ "path": "/v2.0/bgpvpn/bgpvpns"
2242
+ },
2243
+ {
2244
+ "fnName": "createBGPVPNS",
2245
+ "method": "post",
2246
+ "path": "/v2.0/bgpvpn/bgpvpns"
2247
+ },
2248
+ {
2249
+ "fnName": "showBGPVPNDetails",
2250
+ "method": "get",
2251
+ "path": "/v2.0/bgpvpn/bgpvpns/{bgpvpn_id}"
2252
+ },
2253
+ {
2254
+ "fnName": "updateABGPVPN",
2255
+ "method": "put",
2256
+ "path": "/v2.0/bgpvpn/bgpvpns/{bgpvpn_id}"
2257
+ },
2258
+ {
2259
+ "fnName": "deleteBGPVPN",
2260
+ "method": "delete",
2261
+ "path": "/v2.0/bgpvpn/bgpvpns/{bgpvpn_id}"
2262
+ },
2263
+ {
2264
+ "fnName": "listNetworkAssociations",
2265
+ "method": "get",
2266
+ "path": "/v2.0/bgpvpn/bgpvpns/{bgpvpn_id}/network_associations"
2267
+ },
2268
+ {
2269
+ "fnName": "createNetworkAssociation",
2270
+ "method": "post",
2271
+ "path": "/v2.0/bgpvpn/bgpvpns/{bgpvpn_id}/network_associations"
2272
+ },
2273
+ {
2274
+ "fnName": "showNetworkAssociationDetails",
2275
+ "method": "get",
2276
+ "path": "/v2.0/bgpvpn/bgpvpns/{bgpvpn_id}/network_associations/{network_association_id}"
2277
+ },
2278
+ {
2279
+ "fnName": "deleteNetworkAssociation",
2280
+ "method": "delete",
2281
+ "path": "/v2.0/bgpvpn/bgpvpns/{bgpvpn_id}/network_associations/{network_association_id}"
2282
+ },
2283
+ {
2284
+ "fnName": "listRouterAssociations",
2285
+ "method": "get",
2286
+ "path": "/v2.0/bgpvpn/bgpvpns/{bgpvpn_id}/router_associations"
2287
+ },
2288
+ {
2289
+ "fnName": "createRouterAssociation",
2290
+ "method": "post",
2291
+ "path": "/v2.0/bgpvpn/bgpvpns/{bgpvpn_id}/router_associations"
2292
+ },
2293
+ {
2294
+ "fnName": "showRouterAssociationDetails",
2295
+ "method": "get",
2296
+ "path": "/v2.0/bgpvpn/bgpvpns/{bgpvpn_id}/router_associations/{router_association_id}"
2297
+ },
2298
+ {
2299
+ "fnName": "updateARouterAssociationBgpvpnRoutesControlExtension",
2300
+ "method": "put",
2301
+ "path": "/v2.0/bgpvpn/bgpvpns/{bgpvpn_id}/router_associations/{router_association_id}"
2302
+ },
2303
+ {
2304
+ "fnName": "deleteRouterAssociation",
2305
+ "method": "delete",
2306
+ "path": "/v2.0/bgpvpn/bgpvpns/{bgpvpn_id}/router_associations/{router_association_id}"
2307
+ },
2308
+ {
2309
+ "fnName": "listPortAssociations",
2310
+ "method": "get",
2311
+ "path": "/v2.0/bgpvpn/bgpvpns/{bgpvpn_id}/port_associations"
2312
+ },
2313
+ {
2314
+ "fnName": "createPortAssociation",
2315
+ "method": "post",
2316
+ "path": "/v2.0/bgpvpn/bgpvpns/{bgpvpn_id}/port_associations"
2317
+ },
2318
+ {
2319
+ "fnName": "showPortAssociationDetails",
2320
+ "method": "get",
2321
+ "path": "/v2.0/bgpvpn/bgpvpns/{bgpvpn_id}/port_associations/{port_association_id}"
2322
+ },
2323
+ {
2324
+ "fnName": "updateAPortAssociation",
2325
+ "method": "put",
2326
+ "path": "/v2.0/bgpvpn/bgpvpns/{bgpvpn_id}/port_associations/{port_association_id}"
2327
+ },
2328
+ {
2329
+ "fnName": "deletePortAssociation",
2330
+ "method": "delete",
2331
+ "path": "/v2.0/bgpvpn/bgpvpns/{bgpvpn_id}/port_associations/{port_association_id}"
2332
+ },
2333
+ {
2334
+ "fnName": "listBGPSpeakers",
2335
+ "method": "get",
2336
+ "path": "/v2.0/bgp-speakers"
2337
+ },
2338
+ {
2339
+ "fnName": "createBGPSpeaker",
2340
+ "method": "post",
2341
+ "path": "/v2.0/bgp-speakers"
2342
+ },
2343
+ {
2344
+ "fnName": "showBGPSpeakerDetails",
2345
+ "method": "get",
2346
+ "path": "/v2.0/bgp-speakers/{bgp-speaker-id}"
2347
+ },
2348
+ {
2349
+ "fnName": "updateABGPSpeaker",
2350
+ "method": "put",
2351
+ "path": "/v2.0/bgp-speakers/{bgp-speaker-id}"
2352
+ },
2353
+ {
2354
+ "fnName": "deleteABGPSpeaker",
2355
+ "method": "delete",
2356
+ "path": "/v2.0/bgp-speakers/{bgp-speaker-id}"
2357
+ },
2358
+ {
2359
+ "fnName": "addBGPPeerToABGPSpeaker",
2360
+ "method": "put",
2361
+ "path": "/v2.0/bgp-speakers/{bgp-speaker-id}/add-bgp-peer"
2362
+ },
2363
+ {
2364
+ "fnName": "removeBGPPeerFromABGPSpeaker",
2365
+ "method": "put",
2366
+ "path": "/v2.0/bgp-speakers/{bgp-speaker-id}/remove-bgp-peer"
2367
+ },
2368
+ {
2369
+ "fnName": "addNetworkToABGPSpeaker",
2370
+ "method": "put",
2371
+ "path": "/v2.0/bgp-speakers/{bgp-speaker-id}/add_gateway_network"
2372
+ },
2373
+ {
2374
+ "fnName": "deleteNetworkFromABGPSpeaker",
2375
+ "method": "put",
2376
+ "path": "/v2.0/bgp-speakers//remove_gateway_network"
2377
+ },
2378
+ {
2379
+ "fnName": "listRoutesAdvertisedByABGPSpeaker",
2380
+ "method": "get",
2381
+ "path": "/v2.0/bgp-speakers//get_advertised_routes"
2382
+ },
2383
+ {
2384
+ "fnName": "listDynamicRoutingAgentsHostingASpecificBGPSpeaker",
2385
+ "method": "get",
2386
+ "path": "/v2.0/bgp-speakers//bgp-dragents"
2387
+ },
2388
+ {
2389
+ "fnName": "listBGPPeers",
2390
+ "method": "get",
2391
+ "path": "/v2.0/bgp-peers"
2392
+ },
2393
+ {
2394
+ "fnName": "createABGPPeer",
2395
+ "method": "post",
2396
+ "path": "/v2.0/bgp-peers"
2397
+ },
2398
+ {
2399
+ "fnName": "showBGPPeerDetails",
2400
+ "method": "get",
2401
+ "path": "/v2.0/bgp-peers/{bgp-peer-id}"
2402
+ },
2403
+ {
2404
+ "fnName": "updateABGPPeer",
2405
+ "method": "put",
2406
+ "path": "/v2.0/bgp-peers/{bgp-peer-id}"
2407
+ },
2408
+ {
2409
+ "fnName": "deleteABGPPeer",
2410
+ "method": "delete",
2411
+ "path": "/v2.0/bgp-peers/{bgp-peer-id}"
2412
+ },
2413
+ {
2414
+ "fnName": "listLogs",
2415
+ "method": "get",
2416
+ "path": "/v2.0/log/logs"
2417
+ },
2418
+ {
2419
+ "fnName": "createLog",
2420
+ "method": "post",
2421
+ "path": "/v2.0/log/logs"
2422
+ },
2423
+ {
2424
+ "fnName": "showLog",
2425
+ "method": "get",
2426
+ "path": "/v2.0/log/logs/{log_id}"
2427
+ },
2428
+ {
2429
+ "fnName": "updateLog",
2430
+ "method": "put",
2431
+ "path": "/v2.0/log/logs/{log_id}"
2432
+ },
2433
+ {
2434
+ "fnName": "deleteLog",
2435
+ "method": "delete",
2436
+ "path": "/v2.0/log/logs/{log_id}"
2437
+ },
2438
+ {
2439
+ "fnName": "listLoggableResources",
2440
+ "method": "get",
2441
+ "path": "/v2.0/log/loggable-resources"
2442
+ },
2443
+ {
2444
+ "fnName": "listAllAgents",
2445
+ "method": "get",
2446
+ "path": "/v2.0/agents"
2447
+ },
2448
+ {
2449
+ "fnName": "showAgentDetails",
2450
+ "method": "get",
2451
+ "path": "/v2.0/agents/{agent_id}"
2452
+ },
2453
+ {
2454
+ "fnName": "updateAgent",
2455
+ "method": "put",
2456
+ "path": "/v2.0/agents/{agent_id}"
2457
+ },
2458
+ {
2459
+ "fnName": "deleteAgent",
2460
+ "method": "delete",
2461
+ "path": "/v2.0/agents/{agent_id}"
2462
+ },
2463
+ {
2464
+ "fnName": "listAllAvailabilityZones",
2465
+ "method": "get",
2466
+ "path": "/v2.0/availability_zones"
2467
+ },
2468
+ {
2469
+ "fnName": "listRoutersHostedByAnL3Agent",
2470
+ "method": "get",
2471
+ "path": "/v2.0/agents/{agent_id}/l3-routers"
2472
+ },
2473
+ {
2474
+ "fnName": "scheduleRouterToAnL3Agent",
2475
+ "method": "post",
2476
+ "path": "/v2.0/agents/{agent_id}/l3-routers"
2477
+ },
2478
+ {
2479
+ "fnName": "removeL3RouterFromAnL3Agent",
2480
+ "method": "delete",
2481
+ "path": "/v2.0/agents/{agent_id}/l3-routers/{router_id}"
2482
+ },
2483
+ {
2484
+ "fnName": "listL3AgentsHostingARouter",
2485
+ "method": "get",
2486
+ "path": "/v2.0/routers/{router_id}/l3-agents"
2487
+ },
2488
+ {
2489
+ "fnName": "listNetworksHostedByADHCPAgent",
2490
+ "method": "get",
2491
+ "path": "/v2.0/agents/{agent_id}/dhcp-networks"
2492
+ },
2493
+ {
2494
+ "fnName": "scheduleANetworkToADHCPAgent",
2495
+ "method": "post",
2496
+ "path": "/v2.0/agents/{agent_id}/dhcp-networks"
2497
+ },
2498
+ {
2499
+ "fnName": "removeNetworkFromADHCPAgent",
2500
+ "method": "delete",
2501
+ "path": "/v2.0/agents/{agent_id}/dhcp-networks/{network_id}"
2502
+ },
2503
+ {
2504
+ "fnName": "listDHCPAgentsHostingANetwork",
2505
+ "method": "get",
2506
+ "path": "/v2.0/networks/{network_id}/dhcp-agents"
2507
+ },
2508
+ {
2509
+ "fnName": "showAutoAllocatedTopologyDetails",
2510
+ "method": "get",
2511
+ "path": "/v2.0/auto-allocated-topology/{project_id}"
2512
+ },
2513
+ {
2514
+ "fnName": "deleteTheAutoAllocatedTopology",
2515
+ "method": "delete",
2516
+ "path": "/v2.0/auto-allocated-topology/{project_id}"
2517
+ },
2518
+ {
2519
+ "fnName": "listTapServices",
2520
+ "method": "get",
2521
+ "path": "/v2.0/taas/tap_services"
2522
+ },
2523
+ {
2524
+ "fnName": "createTapService",
2525
+ "method": "post",
2526
+ "path": "/v2.0/taas/tap_services"
2527
+ },
2528
+ {
2529
+ "fnName": "updateTapService",
2530
+ "method": "put",
2531
+ "path": "/v2.0/taas/tap_services/{name}"
2532
+ },
2533
+ {
2534
+ "fnName": "deleteTapService",
2535
+ "method": "delete",
2536
+ "path": "/v2.0/taas/tap_services/{name}"
2537
+ },
2538
+ {
2539
+ "fnName": "showTapService",
2540
+ "method": "get",
2541
+ "path": "/v2.0/taas/tap_services/{name}"
2542
+ },
2543
+ {
2544
+ "fnName": "listTapFlow",
2545
+ "method": "get",
2546
+ "path": "/v2.0/taas/tap_flows"
2547
+ },
2548
+ {
2549
+ "fnName": "createTapFlow",
2550
+ "method": "post",
2551
+ "path": "/v2.0/taas/tap_flows"
2552
+ },
2553
+ {
2554
+ "fnName": "updateTapFlow",
2555
+ "method": "put",
2556
+ "path": "/v2.0/taas/tap_flows/{name}"
2557
+ },
2558
+ {
2559
+ "fnName": "deleteTapFlow",
2560
+ "method": "delete",
2561
+ "path": "/v2.0/taas/tap_flows/{name}"
2562
+ },
2563
+ {
2564
+ "fnName": "showTapFlow",
2565
+ "method": "get",
2566
+ "path": "/v2.0/taas/tap_flows/{name}"
2567
+ }
2568
+ ],
2569
+ "errors": [],
2570
+ "warnings": [],
2571
+ "callsTotal": 305,
2572
+ "callsConverted": 305,
2573
+ "no_mockdata_num": 305
2574
+ }
2575
+ }