@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": "listMeteringLabels",
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/metering/metering-labels?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "createMeteringLabel",
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/metering/metering-labels?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "showMeteringLabelDetails",
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/metering/metering-labels/{pathv1}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -69,8 +66,7 @@
69
66
  "name": "deleteMeteringLabel",
70
67
  "protocol": "REST",
71
68
  "method": "DELETE",
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/metering/metering-labels/{pathv1}?{query}",
74
70
  "requestSchema": "schema.json",
75
71
  "responseSchema": "schema.json",
76
72
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "listMeteringLabelRules",
91
87
  "protocol": "REST",
92
88
  "method": "GET",
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/metering/metering-label-rules?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,
@@ -112,8 +107,7 @@
112
107
  "name": "createMeteringLabelRule",
113
108
  "protocol": "REST",
114
109
  "method": "POST",
115
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
116
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
110
+ "entitypath": "{base_path}/{version}/v2.0/metering/metering-label-rules?{query}",
117
111
  "requestSchema": "schema.json",
118
112
  "responseSchema": "schema.json",
119
113
  "timeout": 0,
@@ -133,8 +127,7 @@
133
127
  "name": "showMeteringLabelRuleDetails",
134
128
  "protocol": "REST",
135
129
  "method": "GET",
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/metering/metering-label-rules/{pathv1}?{query}",
138
131
  "requestSchema": "schema.json",
139
132
  "responseSchema": "schema.json",
140
133
  "timeout": 0,
@@ -155,8 +148,7 @@
155
148
  "name": "deleteMeteringLabelRule",
156
149
  "protocol": "REST",
157
150
  "method": "DELETE",
158
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
159
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
151
+ "entitypath": "{base_path}/{version}/v2.0/metering/metering-label-rules/{pathv1}?{query}",
160
152
  "requestSchema": "schema.json",
161
153
  "responseSchema": "schema.json",
162
154
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "listNetworkAssociations",
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/bgpvpn/bgpvpns/{pathv1}/network_associations?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "createNetworkAssociation",
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/bgpvpn/bgpvpns/{pathv1}/network_associations?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "showNetworkAssociationDetails",
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/bgpvpn/bgpvpns/{pathv1}/network_associations/{pathv2}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -69,8 +66,7 @@
69
66
  "name": "deleteNetworkAssociation",
70
67
  "protocol": "REST",
71
68
  "method": "DELETE",
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/bgpvpn/bgpvpns/{pathv1}/network_associations/{pathv2}?{query}",
74
70
  "requestSchema": "schema.json",
75
71
  "responseSchema": "schema.json",
76
72
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "showNetworkIPAvailability",
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/network-ip-availabilities/{pathv1}?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "listNetworkIPAvailability",
27
26
  "protocol": "REST",
28
27
  "method": "GET",
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/network-ip-availabilities?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "showNetworkSegmentRangeDetails",
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/network_segment_ranges/{pathv1}?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "updateNetworkSegmentRange",
27
26
  "protocol": "REST",
28
27
  "method": "PUT",
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/network_segment_ranges/{pathv1}?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "deleteNetworkSegmentRange",
48
46
  "protocol": "REST",
49
47
  "method": "DELETE",
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/network_segment_ranges/{pathv1}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -68,8 +65,7 @@
68
65
  "name": "listNetworkSegmentRanges",
69
66
  "protocol": "REST",
70
67
  "method": "GET",
71
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
72
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
68
+ "entitypath": "{base_path}/{version}/v2.0/network_segment_ranges?{query}",
73
69
  "requestSchema": "schema.json",
74
70
  "responseSchema": "schema.json",
75
71
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "createNetworkSegmentRange",
91
87
  "protocol": "REST",
92
88
  "method": "POST",
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/network_segment_ranges?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "listFlavors",
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/flavors?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "createFlavor",
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/flavors?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "showFlavorDetails",
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/flavors/{pathv1}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -69,8 +66,7 @@
69
66
  "name": "updateFlavor",
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/flavors/{pathv1}?{query}",
74
70
  "requestSchema": "schema.json",
75
71
  "responseSchema": "schema.json",
76
72
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "deleteFlavor",
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/flavors/{pathv1}?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,
@@ -111,8 +106,7 @@
111
106
  "name": "associateFlavorWithAServiceProfile",
112
107
  "protocol": "REST",
113
108
  "method": "POST",
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/flavors/{pathv1}/service_profiles?{query}",
116
110
  "requestSchema": "schema.json",
117
111
  "responseSchema": "schema.json",
118
112
  "timeout": 0,
@@ -132,8 +126,7 @@
132
126
  "name": "disassociateAFlavor",
133
127
  "protocol": "REST",
134
128
  "method": "DELETE",
135
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
136
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
129
+ "entitypath": "{base_path}/{version}/v2.0/flavors/{pathv1}/service_profiles/{pathv2}?{query}",
137
130
  "requestSchema": "schema.json",
138
131
  "responseSchema": "schema.json",
139
132
  "timeout": 0,
@@ -153,8 +146,7 @@
153
146
  "name": "listServiceProfiles",
154
147
  "protocol": "REST",
155
148
  "method": "GET",
156
- "entitypath":{"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
157
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
149
+ "entitypath": "{base_path}/{version}/v2.0/service_profiles?{query}",
158
150
  "requestSchema": "schema.json",
159
151
  "responseSchema": "schema.json",
160
152
  "timeout": 0,
@@ -175,8 +167,7 @@
175
167
  "name": "createServiceProfile",
176
168
  "protocol": "REST",
177
169
  "method": "POST",
178
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
179
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
170
+ "entitypath": "{base_path}/{version}/v2.0/service_profiles?{query}",
180
171
  "requestSchema": "schema.json",
181
172
  "responseSchema": "schema.json",
182
173
  "timeout": 0,
@@ -196,8 +187,7 @@
196
187
  "name": "showServiceProfileDetails",
197
188
  "protocol": "REST",
198
189
  "method": "GET",
199
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
200
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
190
+ "entitypath": "{base_path}/{version}/v2.0/service_profiles/{pathv1}?{query}",
201
191
  "requestSchema": "schema.json",
202
192
  "responseSchema": "schema.json",
203
193
  "timeout": 0,
@@ -218,8 +208,7 @@
218
208
  "name": "updateServiceProfile",
219
209
  "protocol": "REST",
220
210
  "method": "PUT",
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/service_profiles/{pathv1}?{query}",
223
212
  "requestSchema": "schema.json",
224
213
  "responseSchema": "schema.json",
225
214
  "timeout": 0,
@@ -239,8 +228,7 @@
239
228
  "name": "deleteServiceProfile",
240
229
  "protocol": "REST",
241
230
  "method": "DELETE",
242
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
243
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
231
+ "entitypath": "{base_path}/{version}/v2.0/service_profiles/{pathv1}?{query}",
244
232
  "requestSchema": "schema.json",
245
233
  "responseSchema": "schema.json",
246
234
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "showNetworkDetails",
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/networks/{pathv1}?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "updateNetwork",
27
26
  "protocol": "REST",
28
27
  "method": "PUT",
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/networks/{pathv1}?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "deleteNetwork",
48
46
  "protocol": "REST",
49
47
  "method": "DELETE",
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/networks/{pathv1}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -68,8 +65,7 @@
68
65
  "name": "listNetworks",
69
66
  "protocol": "REST",
70
67
  "method": "GET",
71
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
72
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
68
+ "entitypath": "{base_path}/{version}/v2.0/networks?{query}",
73
69
  "requestSchema": "schema.json",
74
70
  "responseSchema": "schema.json",
75
71
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "createNetwork",
91
87
  "protocol": "REST",
92
88
  "method": "POST",
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/networks?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "listPortAssociations",
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/bgpvpn/bgpvpns/{pathv1}/port_associations?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "createPortAssociation",
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/bgpvpn/bgpvpns/{pathv1}/port_associations?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "showPortAssociationDetails",
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/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -69,8 +66,7 @@
69
66
  "name": "updateAPortAssociation",
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/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}",
74
70
  "requestSchema": "schema.json",
75
71
  "responseSchema": "schema.json",
76
72
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "deletePortAssociation",
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/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "showPortDetails",
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/ports/{pathv1}?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "updatePort",
27
26
  "protocol": "REST",
28
27
  "method": "PUT",
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/ports/{pathv1}?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "deletePort",
48
46
  "protocol": "REST",
49
47
  "method": "DELETE",
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/ports/{pathv1}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -68,8 +65,7 @@
68
65
  "name": "listPorts",
69
66
  "protocol": "REST",
70
67
  "method": "GET",
71
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
72
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
68
+ "entitypath": "{base_path}/{version}/v2.0/ports?{query}",
73
69
  "requestSchema": "schema.json",
74
70
  "responseSchema": "schema.json",
75
71
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "createPort",
91
87
  "protocol": "REST",
92
88
  "method": "POST",
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/ports?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "listBandwidthLimitRulesForQoSPolicy",
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/qos/policies/{pathv1}/bandwidth_limit_rules?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "createBandwidthLimitRule",
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/qos/policies/{pathv1}/bandwidth_limit_rules?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "showBandwidthLimitRuleDetails",
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/qos/policies/{pathv1}/bandwidth_limit_rules/{pathv2}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -69,8 +66,7 @@
69
66
  "name": "updateBandwidthLimitRule",
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/qos/policies/{pathv1}/bandwidth_limit_rules/{pathv2}?{query}",
74
70
  "requestSchema": "schema.json",
75
71
  "responseSchema": "schema.json",
76
72
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "deleteBandwidthLimitRule",
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/qos/policies/{pathv1}/bandwidth_limit_rules/{pathv2}?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "listDSCPMarkingRulesForQoSPolicy",
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/qos/policies/{pathv1}/dscp_marking_rules?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "createDSCPMarkingRule",
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/qos/policies/{pathv1}/dscp_marking_rules?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "showDSCPMarkingRuleDetails",
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/qos/policies/{pathv1}/dscp_marking_rules/{pathv2}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -69,8 +66,7 @@
69
66
  "name": "updateDSCPMarkingRule",
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/qos/policies/{pathv1}/dscp_marking_rules/{pathv2}?{query}",
74
70
  "requestSchema": "schema.json",
75
71
  "responseSchema": "schema.json",
76
72
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "deleteDSCPMarkingRule",
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/qos/policies/{pathv1}/dscp_marking_rules/{pathv2}?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "listMinimumBandwidthRulesForQoSPolicy",
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/qos/policies/{pathv1}/minimum_bandwidth_rules?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "createMinimumBandwidthRule",
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/qos/policies/{pathv1}/minimum_bandwidth_rules?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "showMinimumBandwidthRuleDetails",
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/qos/policies/{pathv1}/minimum_bandwidth_rules/{pathv2}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -69,8 +66,7 @@
69
66
  "name": "updateMinimumBandwidthRule",
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/qos/policies/{pathv1}/minimum_bandwidth_rules/{pathv2}?{query}",
74
70
  "requestSchema": "schema.json",
75
71
  "responseSchema": "schema.json",
76
72
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "deleteMinimumBandwidthRule",
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/qos/policies/{pathv1}/minimum_bandwidth_rules/{pathv2}?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,