@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.
- package/AUTH.md +11 -6
- package/CHANGELOG.md +18 -0
- package/entities/APIVersions/action.json +8 -2
- package/entities/AddressGroups/action.json +28 -7
- package/entities/AddressScopes/action.json +20 -5
- package/entities/Agents/action.json +16 -4
- package/entities/AutoAllocatedTopologies/action.json +8 -2
- package/entities/AvailabilityZones/action.json +4 -1
- package/entities/BGPPeer/action.json +20 -5
- package/entities/BGPSpeaker/action.json +44 -11
- package/entities/BGPVPNs/action.json +20 -5
- package/entities/DHCPAgentScheduler/action.json +16 -4
- package/entities/Extensions/action.json +8 -2
- package/entities/FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules/action.json +68 -17
- package/entities/FirewallLogs/action.json +20 -5
- package/entities/FloatingIPPoolsFloatingipPools/action.json +4 -1
- package/entities/FloatingIPsFloatingips/action.json +20 -5
- package/entities/FloatingIPsPortForwarding/action.json +20 -5
- package/entities/L3AgentScheduler/action.json +16 -4
- package/entities/LocalIPAssociationsPortAssociations/action.json +12 -3
- package/entities/LocalIPsLocalIps/action.json +20 -5
- package/entities/LogResource/action.json +20 -5
- package/entities/LoggableResource/action.json +4 -1
- package/entities/LoggingResources/action.json +20 -5
- package/entities/MeteringLabelsAndRulesMeteringLabelsMeteringLabelRules/action.json +32 -8
- package/entities/NetworkAssociations/action.json +16 -4
- package/entities/NetworkIPAvailabilityAndUsageStats/action.json +8 -2
- package/entities/NetworkSegmentRanges/action.json +20 -5
- package/entities/NetworkingFlavorsFrameworkV20CURRENTFlavorServiceProfile/action.json +48 -12
- package/entities/Networks/action.json +20 -5
- package/entities/PortAssociations/action.json +20 -5
- package/entities/Ports/action.json +20 -5
- package/entities/QoSBandwidthLimitRules/action.json +20 -5
- package/entities/QoSDSCPMarkingRules/action.json +20 -5
- package/entities/QoSMinimumBandwidthRules/action.json +20 -5
- package/entities/QoSMinimumPacketRateRules/action.json +20 -5
- package/entities/QoSPacketRateLimitRules/action.json +20 -5
- package/entities/QoSPoliciesQos/action.json +20 -5
- package/entities/QoSRuleTypes/action.json +8 -2
- package/entities/QualityOfServiceMinimumPacketRateRuleAliasAPI/action.json +12 -3
- package/entities/QualityOfServiceRulesAliasAPI/action.json +36 -9
- package/entities/QuotasDetailsExtensionQuotaDetails/action.json +4 -1
- package/entities/QuotasExtensionQuotas/action.json +20 -5
- package/entities/RBACPolicies/action.json +20 -5
- package/entities/RouterAssociations/action.json +20 -5
- package/entities/RouterNDPProxyNdpProxies/action.json +20 -5
- package/entities/RoutersConntrackHelperCTTargetRules/action.json +20 -5
- package/entities/RoutersRouters/action.json +36 -9
- package/entities/SecurityGroupRulesSecurityGroupRules/action.json +16 -4
- package/entities/SecurityGroupsSecurityGroups/action.json +20 -5
- package/entities/Segments/action.json +20 -5
- package/entities/ServiceProviders/action.json +4 -1
- package/entities/SubnetPoolPrefixOperationsSubnetpoolPrefixOps/action.json +8 -2
- package/entities/SubnetPoolsExtensionSubnetpools/action.json +20 -5
- package/entities/Subnets/action.json +20 -5
- package/entities/TagExtensionTags/action.json +24 -6
- package/entities/TapAsAService/action.json +40 -10
- package/entities/TrunkNetworking/action.json +32 -8
- package/entities/VPNaaS20VpnVpnservicesIkepoliciesIpsecpoliciesEndpointGroupsIpsecSiteConnections/action.json +100 -25
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
package/entities/FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules/action.json
CHANGED
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listFirewallGroups",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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,
|