@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": "showRBACPolicyDetails",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/rbac-policies/{pathv1}?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/rbac-policies/{pathv1}?{query}",
9
+ "v1": "{base_path}/{version}/rbac-policies/{pathv1}?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "updateRBACPolicy",
26
29
  "protocol": "REST",
27
30
  "method": "PUT",
28
- "entitypath": "{base_path}/{version}/v2.0/rbac-policies/{pathv1}?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/rbac-policies/{pathv1}?{query}",
33
+ "v1": "{base_path}/{version}/rbac-policies/{pathv1}?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "deleteRBACPolicy",
46
52
  "protocol": "REST",
47
53
  "method": "DELETE",
48
- "entitypath": "{base_path}/{version}/v2.0/rbac-policies/{pathv1}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/rbac-policies/{pathv1}?{query}",
56
+ "v1": "{base_path}/{version}/rbac-policies/{pathv1}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -65,7 +74,10 @@
65
74
  "name": "listRBACPolicies",
66
75
  "protocol": "REST",
67
76
  "method": "GET",
68
- "entitypath": "{base_path}/{version}/v2.0/rbac-policies?{query}",
77
+ "entitypath": {
78
+ "v0": "{base_path}/{version}/v2.0/rbac-policies?{query}",
79
+ "v1": "{base_path}/{version}/rbac-policies?{query}"
80
+ },
69
81
  "requestSchema": "schema.json",
70
82
  "responseSchema": "schema.json",
71
83
  "timeout": 0,
@@ -86,7 +98,10 @@
86
98
  "name": "createRBACPolicy",
87
99
  "protocol": "REST",
88
100
  "method": "POST",
89
- "entitypath": "{base_path}/{version}/v2.0/rbac-policies?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/rbac-policies?{query}",
103
+ "v1": "{base_path}/{version}/rbac-policies?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "listRouterAssociations",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/router_associations?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/router_associations?{query}",
9
+ "v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/router_associations?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "createRouterAssociation",
26
29
  "protocol": "REST",
27
30
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/router_associations?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/router_associations?{query}",
33
+ "v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/router_associations?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "showRouterAssociationDetails",
46
52
  "protocol": "REST",
47
53
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/router_associations/{pathv2}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/router_associations/{pathv2}?{query}",
56
+ "v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/router_associations/{pathv2}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -66,7 +75,10 @@
66
75
  "name": "updateARouterAssociationBgpvpnRoutesControlExtension",
67
76
  "protocol": "REST",
68
77
  "method": "PUT",
69
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/router_associations/{pathv2}?{query}",
78
+ "entitypath": {
79
+ "v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/router_associations/{pathv2}?{query}",
80
+ "v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/router_associations/{pathv2}?{query}"
81
+ },
70
82
  "requestSchema": "schema.json",
71
83
  "responseSchema": "schema.json",
72
84
  "timeout": 0,
@@ -86,7 +98,10 @@
86
98
  "name": "deleteRouterAssociation",
87
99
  "protocol": "REST",
88
100
  "method": "DELETE",
89
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/router_associations/{pathv2}?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/router_associations/{pathv2}?{query}",
103
+ "v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/router_associations/{pathv2}?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "listNdpProxies",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/ndp_proxies?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/ndp_proxies?{query}",
9
+ "v1": "{base_path}/{version}/ndp_proxies?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "createNdpProxy",
26
29
  "protocol": "REST",
27
30
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/ndp_proxies?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/ndp_proxies?{query}",
33
+ "v1": "{base_path}/{version}/ndp_proxies?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "showNdpProxyDetails",
46
52
  "protocol": "REST",
47
53
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/ndp_proxies/{pathv1}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/ndp_proxies/{pathv1}?{query}",
56
+ "v1": "{base_path}/{version}/ndp_proxies/{pathv1}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -66,7 +75,10 @@
66
75
  "name": "updateANdpProxy",
67
76
  "protocol": "REST",
68
77
  "method": "PUT",
69
- "entitypath": "{base_path}/{version}/v2.0/ndp_proxies/{pathv1}?{query}",
78
+ "entitypath": {
79
+ "v0": "{base_path}/{version}/v2.0/ndp_proxies/{pathv1}?{query}",
80
+ "v1": "{base_path}/{version}/ndp_proxies/{pathv1}?{query}"
81
+ },
70
82
  "requestSchema": "schema.json",
71
83
  "responseSchema": "schema.json",
72
84
  "timeout": 0,
@@ -86,7 +98,10 @@
86
98
  "name": "deleteANdpProxy",
87
99
  "protocol": "REST",
88
100
  "method": "DELETE",
89
- "entitypath": "{base_path}/{version}/v2.0/ndp_proxies/{pathv1}?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/ndp_proxies/{pathv1}?{query}",
103
+ "v1": "{base_path}/{version}/ndp_proxies/{pathv1}?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "showConntrackHelper",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}",
9
+ "v1": "{base_path}/{version}/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "updateAConntrackHelper",
26
29
  "protocol": "REST",
27
30
  "method": "PUT",
28
- "entitypath": "{base_path}/{version}/v2.0/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}",
33
+ "v1": "{base_path}/{version}/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "deleteAConntrackHelper",
46
52
  "protocol": "REST",
47
53
  "method": "DELETE",
48
- "entitypath": "{base_path}/{version}/v2.0/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}",
56
+ "v1": "{base_path}/{version}/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -65,7 +74,10 @@
65
74
  "name": "listRouterConntrackHelpers",
66
75
  "protocol": "REST",
67
76
  "method": "GET",
68
- "entitypath": "{base_path}/{version}/v2.0/routers/{pathv1}/conntrack_helpers?{query}",
77
+ "entitypath": {
78
+ "v0": "{base_path}/{version}/v2.0/routers/{pathv1}/conntrack_helpers?{query}",
79
+ "v1": "{base_path}/{version}/routers/{pathv1}/conntrack_helpers?{query}"
80
+ },
69
81
  "requestSchema": "schema.json",
70
82
  "responseSchema": "schema.json",
71
83
  "timeout": 0,
@@ -86,7 +98,10 @@
86
98
  "name": "createConntrackHelper",
87
99
  "protocol": "REST",
88
100
  "method": "POST",
89
- "entitypath": "{base_path}/{version}/v2.0/routers/{pathv1}/conntrack_helpers?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/routers/{pathv1}/conntrack_helpers?{query}",
103
+ "v1": "{base_path}/{version}/routers/{pathv1}/conntrack_helpers?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "listRouters",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/routers?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/routers?{query}",
9
+ "v1": "{base_path}/{version}/routers?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "createRouter",
26
29
  "protocol": "REST",
27
30
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/routers?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/routers?{query}",
33
+ "v1": "{base_path}/{version}/routers?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "showRouterDetails",
46
52
  "protocol": "REST",
47
53
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/routers/{pathv1}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/routers/{pathv1}?{query}",
56
+ "v1": "{base_path}/{version}/routers/{pathv1}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -66,7 +75,10 @@
66
75
  "name": "updateRouter",
67
76
  "protocol": "REST",
68
77
  "method": "PUT",
69
- "entitypath": "{base_path}/{version}/v2.0/routers/{pathv1}?{query}",
78
+ "entitypath": {
79
+ "v0": "{base_path}/{version}/v2.0/routers/{pathv1}?{query}",
80
+ "v1": "{base_path}/{version}/routers/{pathv1}?{query}"
81
+ },
70
82
  "requestSchema": "schema.json",
71
83
  "responseSchema": "schema.json",
72
84
  "timeout": 0,
@@ -86,7 +98,10 @@
86
98
  "name": "deleteRouter",
87
99
  "protocol": "REST",
88
100
  "method": "DELETE",
89
- "entitypath": "{base_path}/{version}/v2.0/routers/{pathv1}?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/routers/{pathv1}?{query}",
103
+ "v1": "{base_path}/{version}/routers/{pathv1}?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,
@@ -106,7 +121,10 @@
106
121
  "name": "addInterfaceToRouter",
107
122
  "protocol": "REST",
108
123
  "method": "PUT",
109
- "entitypath": "{base_path}/{version}/v2.0/routers/{pathv1}/add_router_interface?{query}",
124
+ "entitypath": {
125
+ "v0": "{base_path}/{version}/v2.0/routers/{pathv1}/add_router_interface?{query}",
126
+ "v1": "{base_path}/{version}/routers/{pathv1}/add_router_interface?{query}"
127
+ },
110
128
  "requestSchema": "schema.json",
111
129
  "responseSchema": "schema.json",
112
130
  "timeout": 0,
@@ -126,7 +144,10 @@
126
144
  "name": "removeInterfaceFromRouter",
127
145
  "protocol": "REST",
128
146
  "method": "PUT",
129
- "entitypath": "{base_path}/{version}/v2.0/routers/{pathv1}/remove_router_interface?{query}",
147
+ "entitypath": {
148
+ "v0": "{base_path}/{version}/v2.0/routers/{pathv1}/remove_router_interface?{query}",
149
+ "v1": "{base_path}/{version}/routers/{pathv1}/remove_router_interface?{query}"
150
+ },
130
151
  "requestSchema": "schema.json",
131
152
  "responseSchema": "schema.json",
132
153
  "timeout": 0,
@@ -146,7 +167,10 @@
146
167
  "name": "addExtraRoutesToRouter",
147
168
  "protocol": "REST",
148
169
  "method": "PUT",
149
- "entitypath": "{base_path}/{version}/v2.0/routers/{pathv1}/add_extraroutes?{query}",
170
+ "entitypath": {
171
+ "v0": "{base_path}/{version}/v2.0/routers/{pathv1}/add_extraroutes?{query}",
172
+ "v1": "{base_path}/{version}/routers/{pathv1}/add_extraroutes?{query}"
173
+ },
150
174
  "requestSchema": "schema.json",
151
175
  "responseSchema": "schema.json",
152
176
  "timeout": 0,
@@ -166,7 +190,10 @@
166
190
  "name": "removeExtraRoutesFromRouter",
167
191
  "protocol": "REST",
168
192
  "method": "PUT",
169
- "entitypath": "{base_path}/{version}/v2.0/routers/{pathv1}/remove_extraroutes?{query}",
193
+ "entitypath": {
194
+ "v0": "{base_path}/{version}/v2.0/routers/{pathv1}/remove_extraroutes?{query}",
195
+ "v1": "{base_path}/{version}/routers/{pathv1}/remove_extraroutes?{query}"
196
+ },
170
197
  "requestSchema": "schema.json",
171
198
  "responseSchema": "schema.json",
172
199
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "listSecurityGroupRules",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/security-group-rules?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/security-group-rules?{query}",
9
+ "v1": "{base_path}/{version}/security-group-rules?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "createSecurityGroupRule",
26
29
  "protocol": "REST",
27
30
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/security-group-rules?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/security-group-rules?{query}",
33
+ "v1": "{base_path}/{version}/security-group-rules?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "showSecurityGroupRule",
46
52
  "protocol": "REST",
47
53
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/security-group-rules/{pathv1}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/security-group-rules/{pathv1}?{query}",
56
+ "v1": "{base_path}/{version}/security-group-rules/{pathv1}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -66,7 +75,10 @@
66
75
  "name": "deleteSecurityGroupRule",
67
76
  "protocol": "REST",
68
77
  "method": "DELETE",
69
- "entitypath": "{base_path}/{version}/v2.0/security-group-rules/{pathv1}?{query}",
78
+ "entitypath": {
79
+ "v0": "{base_path}/{version}/v2.0/security-group-rules/{pathv1}?{query}",
80
+ "v1": "{base_path}/{version}/security-group-rules/{pathv1}?{query}"
81
+ },
70
82
  "requestSchema": "schema.json",
71
83
  "responseSchema": "schema.json",
72
84
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "listSecurityGroups",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/security-groups?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/security-groups?{query}",
9
+ "v1": "{base_path}/{version}/security-groups?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "createSecurityGroup",
26
29
  "protocol": "REST",
27
30
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/security-groups?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/security-groups?{query}",
33
+ "v1": "{base_path}/{version}/security-groups?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "showSecurityGroup",
46
52
  "protocol": "REST",
47
53
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/security-groups/{pathv1}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/security-groups/{pathv1}?{query}",
56
+ "v1": "{base_path}/{version}/security-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": "updateSecurityGroup",
67
76
  "protocol": "REST",
68
77
  "method": "PUT",
69
- "entitypath": "{base_path}/{version}/v2.0/security-groups/{pathv1}?{query}",
78
+ "entitypath": {
79
+ "v0": "{base_path}/{version}/v2.0/security-groups/{pathv1}?{query}",
80
+ "v1": "{base_path}/{version}/security-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": "deleteSecurityGroup",
87
99
  "protocol": "REST",
88
100
  "method": "DELETE",
89
- "entitypath": "{base_path}/{version}/v2.0/security-groups/{pathv1}?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/security-groups/{pathv1}?{query}",
103
+ "v1": "{base_path}/{version}/security-groups/{pathv1}?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "showSegmentDetails",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/segments/{pathv1}?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/segments/{pathv1}?{query}",
9
+ "v1": "{base_path}/{version}/segments/{pathv1}?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "updateSegment",
26
29
  "protocol": "REST",
27
30
  "method": "PUT",
28
- "entitypath": "{base_path}/{version}/v2.0/segments/{pathv1}?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/segments/{pathv1}?{query}",
33
+ "v1": "{base_path}/{version}/segments/{pathv1}?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "deleteSegment",
46
52
  "protocol": "REST",
47
53
  "method": "DELETE",
48
- "entitypath": "{base_path}/{version}/v2.0/segments/{pathv1}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/segments/{pathv1}?{query}",
56
+ "v1": "{base_path}/{version}/segments/{pathv1}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -65,7 +74,10 @@
65
74
  "name": "listSegments",
66
75
  "protocol": "REST",
67
76
  "method": "GET",
68
- "entitypath": "{base_path}/{version}/v2.0/segments?{query}",
77
+ "entitypath": {
78
+ "v0": "{base_path}/{version}/v2.0/segments?{query}",
79
+ "v1": "{base_path}/{version}/segments?{query}"
80
+ },
69
81
  "requestSchema": "schema.json",
70
82
  "responseSchema": "schema.json",
71
83
  "timeout": 0,
@@ -86,7 +98,10 @@
86
98
  "name": "createSegment",
87
99
  "protocol": "REST",
88
100
  "method": "POST",
89
- "entitypath": "{base_path}/{version}/v2.0/segments?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/segments?{query}",
103
+ "v1": "{base_path}/{version}/segments?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "listServiceProviders",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/service-providers?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/service-providers?{query}",
9
+ "v1": "{base_path}/{version}/service-providers?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "addPrefixes",
5
5
  "protocol": "REST",
6
6
  "method": "PUT",
7
- "entitypath": "{base_path}/{version}/v2.0/subnetpools/{pathv1}/add_prefixes?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/subnetpools/{pathv1}/add_prefixes?{query}",
9
+ "v1": "{base_path}/{version}/subnetpools/{pathv1}/add_prefixes?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -24,7 +27,10 @@
24
27
  "name": "removePrefixes",
25
28
  "protocol": "REST",
26
29
  "method": "PUT",
27
- "entitypath": "{base_path}/{version}/v2.0/subnetpools/{pathv1}/remove_prefixes?{query}",
30
+ "entitypath": {
31
+ "v0": "{base_path}/{version}/v2.0/subnetpools/{pathv1}/remove_prefixes?{query}",
32
+ "v1": "{base_path}/{version}/subnetpools/{pathv1}/remove_prefixes?{query}"
33
+ },
28
34
  "requestSchema": "schema.json",
29
35
  "responseSchema": "schema.json",
30
36
  "timeout": 0,
@@ -4,7 +4,10 @@
4
4
  "name": "showSubnetPool",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/subnetpools/{pathv1}?{query}",
7
+ "entitypath": {
8
+ "v0": "{base_path}/{version}/v2.0/subnetpools/{pathv1}?{query}",
9
+ "v1": "{base_path}/{version}/subnetpools/{pathv1}?{query}"
10
+ },
8
11
  "requestSchema": "schema.json",
9
12
  "responseSchema": "schema.json",
10
13
  "timeout": 0,
@@ -25,7 +28,10 @@
25
28
  "name": "updateSubnetPool",
26
29
  "protocol": "REST",
27
30
  "method": "PUT",
28
- "entitypath": "{base_path}/{version}/v2.0/subnetpools/{pathv1}?{query}",
31
+ "entitypath": {
32
+ "v0": "{base_path}/{version}/v2.0/subnetpools/{pathv1}?{query}",
33
+ "v1": "{base_path}/{version}/subnetpools/{pathv1}?{query}"
34
+ },
29
35
  "requestSchema": "schema.json",
30
36
  "responseSchema": "schema.json",
31
37
  "timeout": 0,
@@ -45,7 +51,10 @@
45
51
  "name": "deleteSubnetPool",
46
52
  "protocol": "REST",
47
53
  "method": "DELETE",
48
- "entitypath": "{base_path}/{version}/v2.0/subnetpools/{pathv1}?{query}",
54
+ "entitypath": {
55
+ "v0": "{base_path}/{version}/v2.0/subnetpools/{pathv1}?{query}",
56
+ "v1": "{base_path}/{version}/subnetpools/{pathv1}?{query}"
57
+ },
49
58
  "requestSchema": "schema.json",
50
59
  "responseSchema": "schema.json",
51
60
  "timeout": 0,
@@ -65,7 +74,10 @@
65
74
  "name": "listSubnetPools",
66
75
  "protocol": "REST",
67
76
  "method": "GET",
68
- "entitypath": "{base_path}/{version}/v2.0/subnetpools?{query}",
77
+ "entitypath": {
78
+ "v0": "{base_path}/{version}/v2.0/subnetpools?{query}",
79
+ "v1": "{base_path}/{version}/subnetpools?{query}"
80
+ },
69
81
  "requestSchema": "schema.json",
70
82
  "responseSchema": "schema.json",
71
83
  "timeout": 0,
@@ -86,7 +98,10 @@
86
98
  "name": "createSubnetPool",
87
99
  "protocol": "REST",
88
100
  "method": "POST",
89
- "entitypath": "{base_path}/{version}/v2.0/subnetpools?{query}",
101
+ "entitypath": {
102
+ "v0": "{base_path}/{version}/v2.0/subnetpools?{query}",
103
+ "v1": "{base_path}/{version}/subnetpools?{query}"
104
+ },
90
105
  "requestSchema": "schema.json",
91
106
  "responseSchema": "schema.json",
92
107
  "timeout": 0,