@itentialopensource/adapter-openstack_neutron 1.0.0 → 2.0.0

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 (62) hide show
  1. package/CALLS.md +305 -305
  2. package/CHANGELOG.md +8 -0
  3. package/entities/APIVersions/action.json +2 -4
  4. package/entities/AddressGroups/action.json +7 -28
  5. package/entities/AddressScopes/action.json +5 -10
  6. package/entities/Agents/action.json +4 -8
  7. package/entities/AutoAllocatedTopologies/action.json +2 -4
  8. package/entities/AvailabilityZones/action.json +1 -2
  9. package/entities/BGPPeer/action.json +5 -10
  10. package/entities/BGPSpeaker/action.json +11 -22
  11. package/entities/BGPVPNs/action.json +5 -10
  12. package/entities/DHCPAgentScheduler/action.json +4 -8
  13. package/entities/Extensions/action.json +2 -4
  14. package/entities/FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules/action.json +17 -34
  15. package/entities/FirewallLogs/action.json +5 -10
  16. package/entities/FloatingIPPoolsFloatingipPools/action.json +1 -2
  17. package/entities/FloatingIPsFloatingips/action.json +5 -10
  18. package/entities/FloatingIPsPortForwarding/action.json +5 -10
  19. package/entities/L3AgentScheduler/action.json +4 -8
  20. package/entities/LocalIPAssociationsPortAssociations/action.json +3 -6
  21. package/entities/LocalIPsLocalIps/action.json +5 -10
  22. package/entities/LogResource/action.json +5 -10
  23. package/entities/LoggableResource/action.json +1 -2
  24. package/entities/LoggingResources/action.json +5 -10
  25. package/entities/MeteringLabelsAndRulesMeteringLabelsMeteringLabelRules/action.json +8 -16
  26. package/entities/NetworkAssociations/action.json +4 -8
  27. package/entities/NetworkIPAvailabilityAndUsageStats/action.json +2 -4
  28. package/entities/NetworkSegmentRanges/action.json +5 -10
  29. package/entities/NetworkingFlavorsFrameworkV20CURRENTFlavorServiceProfile/action.json +12 -24
  30. package/entities/Networks/action.json +5 -10
  31. package/entities/PortAssociations/action.json +5 -10
  32. package/entities/Ports/action.json +5 -10
  33. package/entities/QoSBandwidthLimitRules/action.json +5 -10
  34. package/entities/QoSDSCPMarkingRules/action.json +5 -10
  35. package/entities/QoSMinimumBandwidthRules/action.json +5 -10
  36. package/entities/QoSMinimumPacketRateRules/action.json +5 -10
  37. package/entities/QoSPacketRateLimitRules/action.json +5 -10
  38. package/entities/QoSPoliciesQos/action.json +5 -10
  39. package/entities/QoSRuleTypes/action.json +2 -4
  40. package/entities/QualityOfServiceMinimumPacketRateRuleAliasAPI/action.json +3 -6
  41. package/entities/QualityOfServiceRulesAliasAPI/action.json +9 -18
  42. package/entities/QuotasDetailsExtensionQuotaDetails/action.json +1 -2
  43. package/entities/QuotasExtensionQuotas/action.json +5 -10
  44. package/entities/RBACPolicies/action.json +5 -10
  45. package/entities/RouterAssociations/action.json +5 -10
  46. package/entities/RouterNDPProxyNdpProxies/action.json +5 -10
  47. package/entities/RoutersConntrackHelperCTTargetRules/action.json +5 -10
  48. package/entities/RoutersRouters/action.json +9 -18
  49. package/entities/SecurityGroupRulesSecurityGroupRules/action.json +4 -8
  50. package/entities/SecurityGroupsSecurityGroups/action.json +5 -10
  51. package/entities/Segments/action.json +5 -10
  52. package/entities/ServiceProviders/action.json +1 -2
  53. package/entities/SubnetPoolPrefixOperationsSubnetpoolPrefixOps/action.json +2 -4
  54. package/entities/SubnetPoolsExtensionSubnetpools/action.json +5 -10
  55. package/entities/Subnets/action.json +5 -10
  56. package/entities/TagExtensionTags/action.json +6 -12
  57. package/entities/TapAsAService/action.json +10 -20
  58. package/entities/TrunkNetworking/action.json +8 -16
  59. package/entities/VPNaaS20VpnVpnservicesIkepoliciesIpsecpoliciesEndpointGroupsIpsecSiteConnections/action.json +25 -50
  60. package/package.json +1 -1
  61. package/refs?service=git-upload-pack +0 -0
  62. package/report/adapterInfo.json +1 -1
@@ -4,8 +4,7 @@
4
4
  "name": "listIKEPolicies",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
8
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
7
+ "entitypath": "{base_path}/{version}/v2.0/vpn/ikepolicies?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "createIKEPolicy",
27
26
  "protocol": "REST",
28
27
  "method": "POST",
29
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
30
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
28
+ "entitypath": "{base_path}/{version}/v2.0/vpn/ikepolicies?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "showIKEPolicyDetails",
48
46
  "protocol": "REST",
49
47
  "method": "GET",
50
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
51
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
48
+ "entitypath": "{base_path}/{version}/v2.0/vpn/ikepolicies/{pathv1}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -69,8 +66,7 @@
69
66
  "name": "updateIKEPolicy",
70
67
  "protocol": "REST",
71
68
  "method": "PUT",
72
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
73
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
69
+ "entitypath": "{base_path}/{version}/v2.0/vpn/ikepolicies/{pathv1}?{query}",
74
70
  "requestSchema": "schema.json",
75
71
  "responseSchema": "schema.json",
76
72
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "removeIKEPolicy",
91
87
  "protocol": "REST",
92
88
  "method": "DELETE",
93
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
94
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
89
+ "entitypath": "{base_path}/{version}/v2.0/vpn/ikepolicies/{pathv1}?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,
@@ -111,8 +106,7 @@
111
106
  "name": "listIPsecPolicies",
112
107
  "protocol": "REST",
113
108
  "method": "GET",
114
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
115
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
109
+ "entitypath": "{base_path}/{version}/v2.0/vpn/ipsecpolicies?{query}",
116
110
  "requestSchema": "schema.json",
117
111
  "responseSchema": "schema.json",
118
112
  "timeout": 0,
@@ -133,8 +127,7 @@
133
127
  "name": "createIPsecPolicy",
134
128
  "protocol": "REST",
135
129
  "method": "POST",
136
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
137
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
130
+ "entitypath": "{base_path}/{version}/v2.0/vpn/ipsecpolicies?{query}",
138
131
  "requestSchema": "schema.json",
139
132
  "responseSchema": "schema.json",
140
133
  "timeout": 0,
@@ -154,8 +147,7 @@
154
147
  "name": "showIPsecPolicy",
155
148
  "protocol": "REST",
156
149
  "method": "GET",
157
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
158
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
150
+ "entitypath": "{base_path}/{version}/v2.0/vpn/ipsecpolicies/{pathv1}?{query}",
159
151
  "requestSchema": "schema.json",
160
152
  "responseSchema": "schema.json",
161
153
  "timeout": 0,
@@ -176,8 +168,7 @@
176
168
  "name": "updateIPsecPolicy",
177
169
  "protocol": "REST",
178
170
  "method": "PUT",
179
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
180
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
171
+ "entitypath": "{base_path}/{version}/v2.0/vpn/ipsecpolicies/{pathv1}?{query}",
181
172
  "requestSchema": "schema.json",
182
173
  "responseSchema": "schema.json",
183
174
  "timeout": 0,
@@ -197,8 +188,7 @@
197
188
  "name": "removeIPsecPolicy",
198
189
  "protocol": "REST",
199
190
  "method": "DELETE",
200
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
201
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
191
+ "entitypath": "{base_path}/{version}/v2.0/vpn/ipsecpolicies/{pathv1}?{query}",
202
192
  "requestSchema": "schema.json",
203
193
  "responseSchema": "schema.json",
204
194
  "timeout": 0,
@@ -218,8 +208,7 @@
218
208
  "name": "listIPsecConnections",
219
209
  "protocol": "REST",
220
210
  "method": "GET",
221
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
222
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
211
+ "entitypath": "{base_path}/{version}/v2.0/vpn/ipsec-site-connections?{query}",
223
212
  "requestSchema": "schema.json",
224
213
  "responseSchema": "schema.json",
225
214
  "timeout": 0,
@@ -240,8 +229,7 @@
240
229
  "name": "createIPsecConnection",
241
230
  "protocol": "REST",
242
231
  "method": "POST",
243
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
244
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
232
+ "entitypath": "{base_path}/{version}/v2.0/vpn/ipsec-site-connections?{query}",
245
233
  "requestSchema": "schema.json",
246
234
  "responseSchema": "schema.json",
247
235
  "timeout": 0,
@@ -261,8 +249,7 @@
261
249
  "name": "showIPsecConnection",
262
250
  "protocol": "REST",
263
251
  "method": "GET",
264
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
265
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
252
+ "entitypath": "{base_path}/{version}/v2.0/vpn/ipsec-site-connections/{pathv1}?{query}",
266
253
  "requestSchema": "schema.json",
267
254
  "responseSchema": "schema.json",
268
255
  "timeout": 0,
@@ -283,8 +270,7 @@
283
270
  "name": "updateIPsecConnection",
284
271
  "protocol": "REST",
285
272
  "method": "PUT",
286
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
287
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
273
+ "entitypath": "{base_path}/{version}/v2.0/vpn/ipsec-site-connections/{pathv1}?{query}",
288
274
  "requestSchema": "schema.json",
289
275
  "responseSchema": "schema.json",
290
276
  "timeout": 0,
@@ -304,8 +290,7 @@
304
290
  "name": "removeIPsecConnection",
305
291
  "protocol": "REST",
306
292
  "method": "DELETE",
307
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
308
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
293
+ "entitypath": "{base_path}/{version}/v2.0/vpn/ipsec-site-connections/{pathv1}?{query}",
309
294
  "requestSchema": "schema.json",
310
295
  "responseSchema": "schema.json",
311
296
  "timeout": 0,
@@ -325,8 +310,7 @@
325
310
  "name": "listVPNEndpointGroups",
326
311
  "protocol": "REST",
327
312
  "method": "GET",
328
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
329
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
313
+ "entitypath": "{base_path}/{version}/v2.0/vpn/endpoint-groups?{query}",
330
314
  "requestSchema": "schema.json",
331
315
  "responseSchema": "schema.json",
332
316
  "timeout": 0,
@@ -347,8 +331,7 @@
347
331
  "name": "createVPNEndpointGroup",
348
332
  "protocol": "REST",
349
333
  "method": "POST",
350
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
351
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
334
+ "entitypath": "{base_path}/{version}/v2.0/vpn/endpoint-groups?{query}",
352
335
  "requestSchema": "schema.json",
353
336
  "responseSchema": "schema.json",
354
337
  "timeout": 0,
@@ -368,8 +351,7 @@
368
351
  "name": "showVPNEndpointGroup",
369
352
  "protocol": "REST",
370
353
  "method": "GET",
371
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
372
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
354
+ "entitypath": "{base_path}/{version}/v2.0/vpn/endpoint-groups/{pathv1}?{query}",
373
355
  "requestSchema": "schema.json",
374
356
  "responseSchema": "schema.json",
375
357
  "timeout": 0,
@@ -390,8 +372,7 @@
390
372
  "name": "updateVPNEndpointGroup",
391
373
  "protocol": "REST",
392
374
  "method": "PUT",
393
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
394
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
375
+ "entitypath": "{base_path}/{version}/v2.0/vpn/endpoint-groups/{pathv1}?{query}",
395
376
  "requestSchema": "schema.json",
396
377
  "responseSchema": "schema.json",
397
378
  "timeout": 0,
@@ -411,8 +392,7 @@
411
392
  "name": "removeVPNEndpointGroup",
412
393
  "protocol": "REST",
413
394
  "method": "DELETE",
414
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
415
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
395
+ "entitypath": "{base_path}/{version}/v2.0/vpn/endpoint-groups/{pathv1}?{query}",
416
396
  "requestSchema": "schema.json",
417
397
  "responseSchema": "schema.json",
418
398
  "timeout": 0,
@@ -432,8 +412,7 @@
432
412
  "name": "listVPNServices",
433
413
  "protocol": "REST",
434
414
  "method": "GET",
435
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
436
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
415
+ "entitypath": "{base_path}/{version}/v2.0/vpn/vpnservices?{query}",
437
416
  "requestSchema": "schema.json",
438
417
  "responseSchema": "schema.json",
439
418
  "timeout": 0,
@@ -454,8 +433,7 @@
454
433
  "name": "createVPNService",
455
434
  "protocol": "REST",
456
435
  "method": "POST",
457
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
458
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
436
+ "entitypath": "{base_path}/{version}/v2.0/vpn/vpnservices?{query}",
459
437
  "requestSchema": "schema.json",
460
438
  "responseSchema": "schema.json",
461
439
  "timeout": 0,
@@ -475,8 +453,7 @@
475
453
  "name": "showVPNServiceDetails",
476
454
  "protocol": "REST",
477
455
  "method": "GET",
478
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
479
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
456
+ "entitypath": "{base_path}/{version}/v2.0/vpn/vpnservices/{pathv1}?{query}",
480
457
  "requestSchema": "schema.json",
481
458
  "responseSchema": "schema.json",
482
459
  "timeout": 0,
@@ -497,8 +474,7 @@
497
474
  "name": "updateVPNService",
498
475
  "protocol": "REST",
499
476
  "method": "PUT",
500
- "entitypath":{"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
501
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
477
+ "entitypath": "{base_path}/{version}/v2.0/vpn/vpnservices/{pathv1}?{query}",
502
478
  "requestSchema": "schema.json",
503
479
  "responseSchema": "schema.json",
504
480
  "timeout": 0,
@@ -518,8 +494,7 @@
518
494
  "name": "removeVPNService",
519
495
  "protocol": "REST",
520
496
  "method": "DELETE",
521
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
522
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
497
+ "entitypath": "{base_path}/{version}/v2.0/vpn/vpnservices/{pathv1}?{query}",
523
498
  "requestSchema": "schema.json",
524
499
  "responseSchema": "schema.json",
525
500
  "timeout": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-openstack_neutron",
3
- "version": "1.0.0",
3
+ "version": "2.0.0",
4
4
  "description": "This adapter integrates with system described as: Openstack Networking (Neutron) Service",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Openstack Neutron",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.1",
2
+ "version": "1.0.0",
3
3
  "configLines": 19405,
4
4
  "scriptLines": 1707,
5
5
  "codeLines": 38946,