@itentialopensource/adapter-openstack_neutron 2.0.0 → 3.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 (61) hide show
  1. package/AUTH.md +11 -6
  2. package/CHANGELOG.md +18 -0
  3. package/entities/APIVersions/action.json +8 -2
  4. package/entities/AddressGroups/action.json +28 -7
  5. package/entities/AddressScopes/action.json +20 -5
  6. package/entities/Agents/action.json +16 -4
  7. package/entities/AutoAllocatedTopologies/action.json +8 -2
  8. package/entities/AvailabilityZones/action.json +4 -1
  9. package/entities/BGPPeer/action.json +20 -5
  10. package/entities/BGPSpeaker/action.json +44 -11
  11. package/entities/BGPVPNs/action.json +20 -5
  12. package/entities/DHCPAgentScheduler/action.json +16 -4
  13. package/entities/Extensions/action.json +8 -2
  14. package/entities/FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules/action.json +68 -17
  15. package/entities/FirewallLogs/action.json +20 -5
  16. package/entities/FloatingIPPoolsFloatingipPools/action.json +4 -1
  17. package/entities/FloatingIPsFloatingips/action.json +20 -5
  18. package/entities/FloatingIPsPortForwarding/action.json +20 -5
  19. package/entities/L3AgentScheduler/action.json +16 -4
  20. package/entities/LocalIPAssociationsPortAssociations/action.json +12 -3
  21. package/entities/LocalIPsLocalIps/action.json +20 -5
  22. package/entities/LogResource/action.json +20 -5
  23. package/entities/LoggableResource/action.json +4 -1
  24. package/entities/LoggingResources/action.json +20 -5
  25. package/entities/MeteringLabelsAndRulesMeteringLabelsMeteringLabelRules/action.json +32 -8
  26. package/entities/NetworkAssociations/action.json +16 -4
  27. package/entities/NetworkIPAvailabilityAndUsageStats/action.json +8 -2
  28. package/entities/NetworkSegmentRanges/action.json +20 -5
  29. package/entities/NetworkingFlavorsFrameworkV20CURRENTFlavorServiceProfile/action.json +48 -12
  30. package/entities/Networks/action.json +20 -5
  31. package/entities/PortAssociations/action.json +20 -5
  32. package/entities/Ports/action.json +20 -5
  33. package/entities/QoSBandwidthLimitRules/action.json +20 -5
  34. package/entities/QoSDSCPMarkingRules/action.json +20 -5
  35. package/entities/QoSMinimumBandwidthRules/action.json +20 -5
  36. package/entities/QoSMinimumPacketRateRules/action.json +20 -5
  37. package/entities/QoSPacketRateLimitRules/action.json +20 -5
  38. package/entities/QoSPoliciesQos/action.json +20 -5
  39. package/entities/QoSRuleTypes/action.json +8 -2
  40. package/entities/QualityOfServiceMinimumPacketRateRuleAliasAPI/action.json +12 -3
  41. package/entities/QualityOfServiceRulesAliasAPI/action.json +36 -9
  42. package/entities/QuotasDetailsExtensionQuotaDetails/action.json +4 -1
  43. package/entities/QuotasExtensionQuotas/action.json +20 -5
  44. package/entities/RBACPolicies/action.json +20 -5
  45. package/entities/RouterAssociations/action.json +20 -5
  46. package/entities/RouterNDPProxyNdpProxies/action.json +20 -5
  47. package/entities/RoutersConntrackHelperCTTargetRules/action.json +20 -5
  48. package/entities/RoutersRouters/action.json +36 -9
  49. package/entities/SecurityGroupRulesSecurityGroupRules/action.json +16 -4
  50. package/entities/SecurityGroupsSecurityGroups/action.json +20 -5
  51. package/entities/Segments/action.json +20 -5
  52. package/entities/ServiceProviders/action.json +4 -1
  53. package/entities/SubnetPoolPrefixOperationsSubnetpoolPrefixOps/action.json +8 -2
  54. package/entities/SubnetPoolsExtensionSubnetpools/action.json +20 -5
  55. package/entities/Subnets/action.json +20 -5
  56. package/entities/TagExtensionTags/action.json +24 -6
  57. package/entities/TapAsAService/action.json +40 -10
  58. package/entities/TrunkNetworking/action.json +32 -8
  59. package/entities/VPNaaS20VpnVpnservicesIkepoliciesIpsecpoliciesEndpointGroupsIpsecSiteConnections/action.json +100 -25
  60. package/package.json +1 -1
  61. package/refs?service=git-upload-pack +0 -0
@@ -4,7 +4,10 @@
4
4
  "name": "listFirewallGroups",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/fwaas/firewall_groups?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/fwaas/firewall_groups?{query}",
9
+ "v1": "{base_path}/{version}/fwaas/firewall_groups?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "createFirewallGroup",
26
29
  "protocol": "REST",
27
30
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/fwaas/firewall_groups?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/fwaas/firewall_groups?{query}",
33
+ "v1": "{base_path}/{version}/fwaas/firewall_groups?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "showFirewallGroupDetails",
46
52
  "protocol": "REST",
47
53
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/fwaas/firewall_groups/{pathv1}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/fwaas/firewall_groups/{pathv1}?{query}",
56
+ "v1": "{base_path}/{version}/fwaas/firewall_groups/{pathv1}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -66,7 +75,10 @@
66
75
  "name": "updateFirewallGroup",
67
76
  "protocol": "REST",
68
77
  "method": "PUT",
69
- "entitypath": "{base_path}/{version}/v2.0/fwaas/firewall_groups/{pathv1}?{query}",
78
+ "entitypath": {
79
+ "v0": "{base_path}/{version}/v2.0/fwaas/firewall_groups/{pathv1}?{query}",
80
+ "v1": "{base_path}/{version}/fwaas/firewall_groups/{pathv1}?{query}"
81
+ },
70
82
  "requestSchema": "schema.json",
71
83
  "responseSchema": "schema.json",
72
84
  "timeout": 0,
@@ -86,7 +98,10 @@
86
98
  "name": "deleteFirewallGroup",
87
99
  "protocol": "REST",
88
100
  "method": "DELETE",
89
- "entitypath": "{base_path}/{version}/v2.0/fwaas/firewall_groups/{pathv1}?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/fwaas/firewall_groups/{pathv1}?{query}",
103
+ "v1": "{base_path}/{version}/fwaas/firewall_groups/{pathv1}?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,
@@ -106,7 +121,10 @@
106
121
  "name": "listFirewallPolicies",
107
122
  "protocol": "REST",
108
123
  "method": "GET",
109
- "entitypath": "{base_path}/{version}/v2.0/fwaas/firewall_policies?{query}",
124
+ "entitypath": {
125
+ "v0": "{base_path}/{version}/v2.0/fwaas/firewall_policies?{query}",
126
+ "v1": "{base_path}/{version}/fwaas/firewall_policies?{query}"
127
+ },
110
128
  "requestSchema": "schema.json",
111
129
  "responseSchema": "schema.json",
112
130
  "timeout": 0,
@@ -127,7 +145,10 @@
127
145
  "name": "createFirewallPolicy",
128
146
  "protocol": "REST",
129
147
  "method": "POST",
130
- "entitypath": "{base_path}/{version}/v2.0/fwaas/firewall_policies?{query}",
148
+ "entitypath": {
149
+ "v0": "{base_path}/{version}/v2.0/fwaas/firewall_policies?{query}",
150
+ "v1": "{base_path}/{version}/fwaas/firewall_policies?{query}"
151
+ },
131
152
  "requestSchema": "schema.json",
132
153
  "responseSchema": "schema.json",
133
154
  "timeout": 0,
@@ -147,7 +168,10 @@
147
168
  "name": "showFirewallPolicyDetails",
148
169
  "protocol": "REST",
149
170
  "method": "GET",
150
- "entitypath": "{base_path}/{version}/v2.0/fwaas/firewall_policies/{pathv1}?{query}",
171
+ "entitypath": {
172
+ "v0": "{base_path}/{version}/v2.0/fwaas/firewall_policies/{pathv1}?{query}",
173
+ "v1": "{base_path}/{version}/fwaas/firewall_policies/{pathv1}?{query}"
174
+ },
151
175
  "requestSchema": "schema.json",
152
176
  "responseSchema": "schema.json",
153
177
  "timeout": 0,
@@ -168,7 +192,10 @@
168
192
  "name": "updateFirewallPolicy",
169
193
  "protocol": "REST",
170
194
  "method": "PUT",
171
- "entitypath": "{base_path}/{version}/v2.0/fwaas/firewall_policies/{pathv1}?{query}",
195
+ "entitypath": {
196
+ "v0": "{base_path}/{version}/v2.0/fwaas/firewall_policies/{pathv1}?{query}",
197
+ "v1": "{base_path}/{version}/fwaas/firewall_policies/{pathv1}?{query}"
198
+ },
172
199
  "requestSchema": "schema.json",
173
200
  "responseSchema": "schema.json",
174
201
  "timeout": 0,
@@ -188,7 +215,10 @@
188
215
  "name": "deleteFirewallPolicy",
189
216
  "protocol": "REST",
190
217
  "method": "DELETE",
191
- "entitypath": "{base_path}/{version}/v2.0/fwaas/firewall_policies/{pathv1}?{query}",
218
+ "entitypath": {
219
+ "v0": "{base_path}/{version}/v2.0/fwaas/firewall_policies/{pathv1}?{query}",
220
+ "v1": "{base_path}/{version}/fwaas/firewall_policies/{pathv1}?{query}"
221
+ },
192
222
  "requestSchema": "schema.json",
193
223
  "responseSchema": "schema.json",
194
224
  "timeout": 0,
@@ -208,7 +238,10 @@
208
238
  "name": "listFirewallRules",
209
239
  "protocol": "REST",
210
240
  "method": "GET",
211
- "entitypath": "{base_path}/{version}/v2.0/fwaas/firewall_rules?{query}",
241
+ "entitypath": {
242
+ "v0": "{base_path}/{version}/v2.0/fwaas/firewall_rules?{query}",
243
+ "v1": "{base_path}/{version}/fwaas/firewall_rules?{query}"
244
+ },
212
245
  "requestSchema": "schema.json",
213
246
  "responseSchema": "schema.json",
214
247
  "timeout": 0,
@@ -229,7 +262,10 @@
229
262
  "name": "createFirewallRule",
230
263
  "protocol": "REST",
231
264
  "method": "POST",
232
- "entitypath": "{base_path}/{version}/v2.0/fwaas/firewall_rules?{query}",
265
+ "entitypath": {
266
+ "v0": "{base_path}/{version}/v2.0/fwaas/firewall_rules?{query}",
267
+ "v1": "{base_path}/{version}/fwaas/firewall_rules?{query}"
268
+ },
233
269
  "requestSchema": "schema.json",
234
270
  "responseSchema": "schema.json",
235
271
  "timeout": 0,
@@ -249,7 +285,10 @@
249
285
  "name": "showFirewallRuleDetails",
250
286
  "protocol": "REST",
251
287
  "method": "GET",
252
- "entitypath": "{base_path}/{version}/v2.0/fwaas/firewall_rules/{pathv1}?{query}",
288
+ "entitypath": {
289
+ "v0": "{base_path}/{version}/v2.0/fwaas/firewall_rules/{pathv1}?{query}",
290
+ "v1": "{base_path}/{version}/fwaas/firewall_rules/{pathv1}?{query}"
291
+ },
253
292
  "requestSchema": "schema.json",
254
293
  "responseSchema": "schema.json",
255
294
  "timeout": 0,
@@ -270,7 +309,10 @@
270
309
  "name": "updateFirewallRule",
271
310
  "protocol": "REST",
272
311
  "method": "PUT",
273
- "entitypath": "{base_path}/{version}/v2.0/fwaas/firewall_rules/{pathv1}?{query}",
312
+ "entitypath": {
313
+ "v0": "{base_path}/{version}/v2.0/fwaas/firewall_rules/{pathv1}?{query}",
314
+ "v1": "{base_path}/{version}/fwaas/firewall_rules/{pathv1}?{query}"
315
+ },
274
316
  "requestSchema": "schema.json",
275
317
  "responseSchema": "schema.json",
276
318
  "timeout": 0,
@@ -290,7 +332,10 @@
290
332
  "name": "deleteFirewallRule",
291
333
  "protocol": "REST",
292
334
  "method": "DELETE",
293
- "entitypath": "{base_path}/{version}/v2.0/fwaas/firewall_rules/{pathv1}?{query}",
335
+ "entitypath": {
336
+ "v0": "{base_path}/{version}/v2.0/fwaas/firewall_rules/{pathv1}?{query}",
337
+ "v1": "{base_path}/{version}/fwaas/firewall_rules/{pathv1}?{query}"
338
+ },
294
339
  "requestSchema": "schema.json",
295
340
  "responseSchema": "schema.json",
296
341
  "timeout": 0,
@@ -310,7 +355,10 @@
310
355
  "name": "insertRuleIntoAFirewallPolicy",
311
356
  "protocol": "REST",
312
357
  "method": "PUT",
313
- "entitypath": "{base_path}/{version}/v2.0/fwaas/firewall_policies/{pathv1}/insert_rule?{query}",
358
+ "entitypath": {
359
+ "v0": "{base_path}/{version}/v2.0/fwaas/firewall_policies/{pathv1}/insert_rule?{query}",
360
+ "v1": "{base_path}/{version}/fwaas/firewall_policies/{pathv1}/insert_rule?{query}"
361
+ },
314
362
  "requestSchema": "schema.json",
315
363
  "responseSchema": "schema.json",
316
364
  "timeout": 0,
@@ -330,7 +378,10 @@
330
378
  "name": "removeRuleFromFirewallPolicy",
331
379
  "protocol": "REST",
332
380
  "method": "PUT",
333
- "entitypath": "{base_path}/{version}/v2.0/fwaas/firewall_policies/{pathv1}/remove_rule?{query}",
381
+ "entitypath": {
382
+ "v0": "{base_path}/{version}/v2.0/fwaas/firewall_policies/{pathv1}/remove_rule?{query}",
383
+ "v1": "{base_path}/{version}/fwaas/firewall_policies/{pathv1}/remove_rule?{query}"
384
+ },
334
385
  "requestSchema": "schema.json",
335
386
  "responseSchema": "schema.json",
336
387
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "listFirewallLogs",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
9
+ "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "createFirewallLog",
26
29
  "protocol": "REST",
27
30
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
33
+ "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "showFirewallLogDetails",
46
52
  "protocol": "REST",
47
53
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs/{pathv2}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs/{pathv2}?{query}",
56
+ "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs/{pathv2}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -66,7 +75,10 @@
66
75
  "name": "updateFirewallLog",
67
76
  "protocol": "REST",
68
77
  "method": "PUT",
69
- "entitypath": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs/{pathv2}?{query}",
78
+ "entitypath": {
79
+ "v0": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs/{pathv2}?{query}",
80
+ "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs/{pathv2}?{query}"
81
+ },
70
82
  "requestSchema": "schema.json",
71
83
  "responseSchema": "schema.json",
72
84
  "timeout": 0,
@@ -86,7 +98,10 @@
86
98
  "name": "deleteFirewallLog",
87
99
  "protocol": "REST",
88
100
  "method": "DELETE",
89
- "entitypath": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs/{pathv2}?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs/{pathv2}?{query}",
103
+ "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs/{pathv2}?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "listFloatingIPPools",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/floatingip_pools?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/floatingip_pools?{query}",
9
+ "v1": "{base_path}/{version}/floatingip_pools?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "listFloatingIPs",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/floatingips?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/floatingips?{query}",
9
+ "v1": "{base_path}/{version}/floatingips?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "createFloatingIP",
26
29
  "protocol": "REST",
27
30
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/floatingips?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/floatingips?{query}",
33
+ "v1": "{base_path}/{version}/floatingips?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "showFloatingIPDetails",
46
52
  "protocol": "REST",
47
53
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/floatingips/{pathv1}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/floatingips/{pathv1}?{query}",
56
+ "v1": "{base_path}/{version}/floatingips/{pathv1}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -66,7 +75,10 @@
66
75
  "name": "updateFloatingIP",
67
76
  "protocol": "REST",
68
77
  "method": "PUT",
69
- "entitypath": "{base_path}/{version}/v2.0/floatingips/{pathv1}?{query}",
78
+ "entitypath": {
79
+ "v0": "{base_path}/{version}/v2.0/floatingips/{pathv1}?{query}",
80
+ "v1": "{base_path}/{version}/floatingips/{pathv1}?{query}"
81
+ },
70
82
  "requestSchema": "schema.json",
71
83
  "responseSchema": "schema.json",
72
84
  "timeout": 0,
@@ -86,7 +98,10 @@
86
98
  "name": "deleteFloatingIP",
87
99
  "protocol": "REST",
88
100
  "method": "DELETE",
89
- "entitypath": "{base_path}/{version}/v2.0/floatingips/{pathv1}?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/floatingips/{pathv1}?{query}",
103
+ "v1": "{base_path}/{version}/floatingips/{pathv1}?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "showPortForwarding",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/floatingips/{pathv1}/port_forwardings/{pathv2}?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/floatingips/{pathv1}/port_forwardings/{pathv2}?{query}",
9
+ "v1": "{base_path}/{version}/floatingips/{pathv1}/port_forwardings/{pathv2}?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "updateAPortForwarding",
26
29
  "protocol": "REST",
27
30
  "method": "PUT",
28
- "entitypath": "{base_path}/{version}/v2.0/floatingips/{pathv1}/port_forwardings/{pathv2}?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/floatingips/{pathv1}/port_forwardings/{pathv2}?{query}",
33
+ "v1": "{base_path}/{version}/floatingips/{pathv1}/port_forwardings/{pathv2}?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "deleteAFloatingIPPortForwarding",
46
52
  "protocol": "REST",
47
53
  "method": "DELETE",
48
- "entitypath": "{base_path}/{version}/v2.0/floatingips/{pathv1}/port_forwardings/{pathv2}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/floatingips/{pathv1}/port_forwardings/{pathv2}?{query}",
56
+ "v1": "{base_path}/{version}/floatingips/{pathv1}/port_forwardings/{pathv2}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -65,7 +74,10 @@
65
74
  "name": "listFloatingIPPortForwardings",
66
75
  "protocol": "REST",
67
76
  "method": "GET",
68
- "entitypath": "{base_path}/{version}/v2.0/floatingips/{pathv1}/port_forwardings?{query}",
77
+ "entitypath": {
78
+ "v0": "{base_path}/{version}/v2.0/floatingips/{pathv1}/port_forwardings?{query}",
79
+ "v1": "{base_path}/{version}/floatingips/{pathv1}/port_forwardings?{query}"
80
+ },
69
81
  "requestSchema": "schema.json",
70
82
  "responseSchema": "schema.json",
71
83
  "timeout": 0,
@@ -86,7 +98,10 @@
86
98
  "name": "createPortForwarding",
87
99
  "protocol": "REST",
88
100
  "method": "POST",
89
- "entitypath": "{base_path}/{version}/v2.0/floatingips/{pathv1}/port_forwardings?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/floatingips/{pathv1}/port_forwardings?{query}",
103
+ "v1": "{base_path}/{version}/floatingips/{pathv1}/port_forwardings?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "listRoutersHostedByAnL3Agent",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/agents/{pathv1}/l3-routers?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/agents/{pathv1}/l3-routers?{query}",
9
+ "v1": "{base_path}/{version}/agents/{pathv1}/l3-routers?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "scheduleRouterToAnL3Agent",
26
29
  "protocol": "REST",
27
30
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/agents/{pathv1}/l3-routers?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/agents/{pathv1}/l3-routers?{query}",
33
+ "v1": "{base_path}/{version}/agents/{pathv1}/l3-routers?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "removeL3RouterFromAnL3Agent",
46
52
  "protocol": "REST",
47
53
  "method": "DELETE",
48
- "entitypath": "{base_path}/{version}/v2.0/agents/{pathv1}/l3-routers/{pathv2}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/agents/{pathv1}/l3-routers/{pathv2}?{query}",
56
+ "v1": "{base_path}/{version}/agents/{pathv1}/l3-routers/{pathv2}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -65,7 +74,10 @@
65
74
  "name": "listL3AgentsHostingARouter",
66
75
  "protocol": "REST",
67
76
  "method": "GET",
68
- "entitypath": "{base_path}/{version}/v2.0/routers/{pathv1}/l3-agents?{query}",
77
+ "entitypath": {
78
+ "v0": "{base_path}/{version}/v2.0/routers/{pathv1}/l3-agents?{query}",
79
+ "v1": "{base_path}/{version}/routers/{pathv1}/l3-agents?{query}"
80
+ },
69
81
  "requestSchema": "schema.json",
70
82
  "responseSchema": "schema.json",
71
83
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "listLocalIPAssociations",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/local_ips/{pathv1}/port_associations?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/local_ips/{pathv1}/port_associations?{query}",
9
+ "v1": "{base_path}/{version}/local_ips/{pathv1}/port_associations?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "createLocalIPAssociation",
26
29
  "protocol": "REST",
27
30
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/local_ips/{pathv1}/port_associations?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/local_ips/{pathv1}/port_associations?{query}",
33
+ "v1": "{base_path}/{version}/local_ips/{pathv1}/port_associations?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "deleteLocalIPAssociation",
46
52
  "protocol": "REST",
47
53
  "method": "DELETE",
48
- "entitypath": "{base_path}/{version}/v2.0/local_ips/{pathv1}/port_associations/{pathv2}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/local_ips/{pathv1}/port_associations/{pathv2}?{query}",
56
+ "v1": "{base_path}/{version}/local_ips/{pathv1}/port_associations/{pathv2}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "listLocalIPs",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/local_ips?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/local_ips?{query}",
9
+ "v1": "{base_path}/{version}/local_ips?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "createLocalIP",
26
29
  "protocol": "REST",
27
30
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/local_ips?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/local_ips?{query}",
33
+ "v1": "{base_path}/{version}/local_ips?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "showLocalIPDetails",
46
52
  "protocol": "REST",
47
53
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/local_ips/{pathv1}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/local_ips/{pathv1}?{query}",
56
+ "v1": "{base_path}/{version}/local_ips/{pathv1}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -66,7 +75,10 @@
66
75
  "name": "updateLocalIP",
67
76
  "protocol": "REST",
68
77
  "method": "PUT",
69
- "entitypath": "{base_path}/{version}/v2.0/local_ips/{pathv1}?{query}",
78
+ "entitypath": {
79
+ "v0": "{base_path}/{version}/v2.0/local_ips/{pathv1}?{query}",
80
+ "v1": "{base_path}/{version}/local_ips/{pathv1}?{query}"
81
+ },
70
82
  "requestSchema": "schema.json",
71
83
  "responseSchema": "schema.json",
72
84
  "timeout": 0,
@@ -86,7 +98,10 @@
86
98
  "name": "deleteLocalIP",
87
99
  "protocol": "REST",
88
100
  "method": "DELETE",
89
- "entitypath": "{base_path}/{version}/v2.0/local_ips/{pathv1}?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/local_ips/{pathv1}?{query}",
103
+ "v1": "{base_path}/{version}/local_ips/{pathv1}?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "listLogs",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/log/logs?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/log/logs?{query}",
9
+ "v1": "{base_path}/{version}/log/logs?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "createLog",
26
29
  "protocol": "REST",
27
30
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/log/logs?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/log/logs?{query}",
33
+ "v1": "{base_path}/{version}/log/logs?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "showLog",
46
52
  "protocol": "REST",
47
53
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/log/logs/{pathv1}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/log/logs/{pathv1}?{query}",
56
+ "v1": "{base_path}/{version}/log/logs/{pathv1}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -66,7 +75,10 @@
66
75
  "name": "updateLog",
67
76
  "protocol": "REST",
68
77
  "method": "PUT",
69
- "entitypath": "{base_path}/{version}/v2.0/log/logs/{pathv1}?{query}",
78
+ "entitypath": {
79
+ "v0": "{base_path}/{version}/v2.0/log/logs/{pathv1}?{query}",
80
+ "v1": "{base_path}/{version}/log/logs/{pathv1}?{query}"
81
+ },
70
82
  "requestSchema": "schema.json",
71
83
  "responseSchema": "schema.json",
72
84
  "timeout": 0,
@@ -86,7 +98,10 @@
86
98
  "name": "deleteLog",
87
99
  "protocol": "REST",
88
100
  "method": "DELETE",
89
- "entitypath": "{base_path}/{version}/v2.0/log/logs/{pathv1}?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/log/logs/{pathv1}?{query}",
103
+ "v1": "{base_path}/{version}/log/logs/{pathv1}?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "listLoggableResources",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/log/loggable-resources?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/log/loggable-resources?{query}",
9
+ "v1": "{base_path}/{version}/log/loggable-resources?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,