@itentialopensource/adapter-openstack_neutron 0.1.1 → 1.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 (65) hide show
  1. package/CALLS.md +305 -305
  2. package/CHANGELOG.md +8 -1
  3. package/adapterBase.js +23 -1
  4. package/entities/APIVersions/action.json +4 -2
  5. package/entities/AddressGroups/action.json +28 -7
  6. package/entities/AddressScopes/action.json +10 -5
  7. package/entities/Agents/action.json +8 -4
  8. package/entities/AutoAllocatedTopologies/action.json +4 -2
  9. package/entities/AvailabilityZones/action.json +2 -1
  10. package/entities/BGPPeer/action.json +10 -5
  11. package/entities/BGPSpeaker/action.json +22 -11
  12. package/entities/BGPVPNs/action.json +10 -5
  13. package/entities/DHCPAgentScheduler/action.json +8 -4
  14. package/entities/Extensions/action.json +4 -2
  15. package/entities/FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules/action.json +34 -17
  16. package/entities/FirewallLogs/action.json +10 -5
  17. package/entities/FloatingIPPoolsFloatingipPools/action.json +2 -1
  18. package/entities/FloatingIPsFloatingips/action.json +10 -5
  19. package/entities/FloatingIPsPortForwarding/action.json +10 -5
  20. package/entities/L3AgentScheduler/action.json +8 -4
  21. package/entities/LocalIPAssociationsPortAssociations/action.json +6 -3
  22. package/entities/LocalIPsLocalIps/action.json +10 -5
  23. package/entities/LogResource/action.json +10 -5
  24. package/entities/LoggableResource/action.json +2 -1
  25. package/entities/LoggingResources/action.json +10 -5
  26. package/entities/MeteringLabelsAndRulesMeteringLabelsMeteringLabelRules/action.json +16 -8
  27. package/entities/NetworkAssociations/action.json +8 -4
  28. package/entities/NetworkIPAvailabilityAndUsageStats/action.json +4 -2
  29. package/entities/NetworkSegmentRanges/action.json +10 -5
  30. package/entities/NetworkingFlavorsFrameworkV20CURRENTFlavorServiceProfile/action.json +24 -12
  31. package/entities/Networks/action.json +10 -5
  32. package/entities/PortAssociations/action.json +10 -5
  33. package/entities/Ports/action.json +10 -5
  34. package/entities/QoSBandwidthLimitRules/action.json +10 -5
  35. package/entities/QoSDSCPMarkingRules/action.json +10 -5
  36. package/entities/QoSMinimumBandwidthRules/action.json +10 -5
  37. package/entities/QoSMinimumPacketRateRules/action.json +10 -5
  38. package/entities/QoSPacketRateLimitRules/action.json +10 -5
  39. package/entities/QoSPoliciesQos/action.json +10 -5
  40. package/entities/QoSRuleTypes/action.json +4 -2
  41. package/entities/QualityOfServiceMinimumPacketRateRuleAliasAPI/action.json +6 -3
  42. package/entities/QualityOfServiceRulesAliasAPI/action.json +18 -9
  43. package/entities/QuotasDetailsExtensionQuotaDetails/action.json +2 -1
  44. package/entities/QuotasExtensionQuotas/action.json +10 -5
  45. package/entities/RBACPolicies/action.json +10 -5
  46. package/entities/RouterAssociations/action.json +10 -5
  47. package/entities/RouterNDPProxyNdpProxies/action.json +10 -5
  48. package/entities/RoutersConntrackHelperCTTargetRules/action.json +10 -5
  49. package/entities/RoutersRouters/action.json +18 -9
  50. package/entities/SecurityGroupRulesSecurityGroupRules/action.json +8 -4
  51. package/entities/SecurityGroupsSecurityGroups/action.json +10 -5
  52. package/entities/Segments/action.json +10 -5
  53. package/entities/ServiceProviders/action.json +2 -1
  54. package/entities/SubnetPoolPrefixOperationsSubnetpoolPrefixOps/action.json +4 -2
  55. package/entities/SubnetPoolsExtensionSubnetpools/action.json +10 -5
  56. package/entities/Subnets/action.json +10 -5
  57. package/entities/TagExtensionTags/action.json +12 -6
  58. package/entities/TapAsAService/action.json +20 -10
  59. package/entities/TrunkNetworking/action.json +16 -8
  60. package/entities/VPNaaS20VpnVpnservicesIkepoliciesIpsecpoliciesEndpointGroupsIpsecSiteConnections/action.json +50 -25
  61. package/package.json +2 -2
  62. package/refs?service=git-upload-pack +0 -0
  63. package/report/adapterInfo.json +4 -4
  64. package/sampleProperties.json +1 -0
  65. package/test/unit/adapterTestUnit.js +2 -0
@@ -4,7 +4,8 @@
4
4
  "name": "listMeteringLabels",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/metering/metering-labels?{query}",
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}" },
8
9
  "requestSchema": "schema.json",
9
10
  "responseSchema": "schema.json",
10
11
  "timeout": 0,
@@ -25,7 +26,8 @@
25
26
  "name": "createMeteringLabel",
26
27
  "protocol": "REST",
27
28
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/metering/metering-labels?{query}",
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}" },
29
31
  "requestSchema": "schema.json",
30
32
  "responseSchema": "schema.json",
31
33
  "timeout": 0,
@@ -45,7 +47,8 @@
45
47
  "name": "showMeteringLabelDetails",
46
48
  "protocol": "REST",
47
49
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/metering/metering-labels/{pathv1}?{query}",
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}" },
49
52
  "requestSchema": "schema.json",
50
53
  "responseSchema": "schema.json",
51
54
  "timeout": 0,
@@ -66,7 +69,8 @@
66
69
  "name": "deleteMeteringLabel",
67
70
  "protocol": "REST",
68
71
  "method": "DELETE",
69
- "entitypath": "{base_path}/{version}/v2.0/metering/metering-labels/{pathv1}?{query}",
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}" },
70
74
  "requestSchema": "schema.json",
71
75
  "responseSchema": "schema.json",
72
76
  "timeout": 0,
@@ -86,7 +90,8 @@
86
90
  "name": "listMeteringLabelRules",
87
91
  "protocol": "REST",
88
92
  "method": "GET",
89
- "entitypath": "{base_path}/{version}/v2.0/metering/metering-label-rules?{query}",
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}" },
90
95
  "requestSchema": "schema.json",
91
96
  "responseSchema": "schema.json",
92
97
  "timeout": 0,
@@ -107,7 +112,8 @@
107
112
  "name": "createMeteringLabelRule",
108
113
  "protocol": "REST",
109
114
  "method": "POST",
110
- "entitypath": "{base_path}/{version}/v2.0/metering/metering-label-rules?{query}",
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}" },
111
117
  "requestSchema": "schema.json",
112
118
  "responseSchema": "schema.json",
113
119
  "timeout": 0,
@@ -127,7 +133,8 @@
127
133
  "name": "showMeteringLabelRuleDetails",
128
134
  "protocol": "REST",
129
135
  "method": "GET",
130
- "entitypath": "{base_path}/{version}/v2.0/metering/metering-label-rules/{pathv1}?{query}",
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}" },
131
138
  "requestSchema": "schema.json",
132
139
  "responseSchema": "schema.json",
133
140
  "timeout": 0,
@@ -148,7 +155,8 @@
148
155
  "name": "deleteMeteringLabelRule",
149
156
  "protocol": "REST",
150
157
  "method": "DELETE",
151
- "entitypath": "{base_path}/{version}/v2.0/metering/metering-label-rules/{pathv1}?{query}",
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}" },
152
160
  "requestSchema": "schema.json",
153
161
  "responseSchema": "schema.json",
154
162
  "timeout": 0,
@@ -4,7 +4,8 @@
4
4
  "name": "listNetworkAssociations",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/network_associations?{query}",
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}" },
8
9
  "requestSchema": "schema.json",
9
10
  "responseSchema": "schema.json",
10
11
  "timeout": 0,
@@ -25,7 +26,8 @@
25
26
  "name": "createNetworkAssociation",
26
27
  "protocol": "REST",
27
28
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/network_associations?{query}",
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}" },
29
31
  "requestSchema": "schema.json",
30
32
  "responseSchema": "schema.json",
31
33
  "timeout": 0,
@@ -45,7 +47,8 @@
45
47
  "name": "showNetworkAssociationDetails",
46
48
  "protocol": "REST",
47
49
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/network_associations/{pathv2}?{query}",
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}" },
49
52
  "requestSchema": "schema.json",
50
53
  "responseSchema": "schema.json",
51
54
  "timeout": 0,
@@ -66,7 +69,8 @@
66
69
  "name": "deleteNetworkAssociation",
67
70
  "protocol": "REST",
68
71
  "method": "DELETE",
69
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/network_associations/{pathv2}?{query}",
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}" },
70
74
  "requestSchema": "schema.json",
71
75
  "responseSchema": "schema.json",
72
76
  "timeout": 0,
@@ -4,7 +4,8 @@
4
4
  "name": "showNetworkIPAvailability",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/network-ip-availabilities/{pathv1}?{query}",
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}" },
8
9
  "requestSchema": "schema.json",
9
10
  "responseSchema": "schema.json",
10
11
  "timeout": 0,
@@ -25,7 +26,8 @@
25
26
  "name": "listNetworkIPAvailability",
26
27
  "protocol": "REST",
27
28
  "method": "GET",
28
- "entitypath": "{base_path}/{version}/v2.0/network-ip-availabilities?{query}",
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}" },
29
31
  "requestSchema": "schema.json",
30
32
  "responseSchema": "schema.json",
31
33
  "timeout": 0,
@@ -4,7 +4,8 @@
4
4
  "name": "showNetworkSegmentRangeDetails",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/network_segment_ranges/{pathv1}?{query}",
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}" },
8
9
  "requestSchema": "schema.json",
9
10
  "responseSchema": "schema.json",
10
11
  "timeout": 0,
@@ -25,7 +26,8 @@
25
26
  "name": "updateNetworkSegmentRange",
26
27
  "protocol": "REST",
27
28
  "method": "PUT",
28
- "entitypath": "{base_path}/{version}/v2.0/network_segment_ranges/{pathv1}?{query}",
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}" },
29
31
  "requestSchema": "schema.json",
30
32
  "responseSchema": "schema.json",
31
33
  "timeout": 0,
@@ -45,7 +47,8 @@
45
47
  "name": "deleteNetworkSegmentRange",
46
48
  "protocol": "REST",
47
49
  "method": "DELETE",
48
- "entitypath": "{base_path}/{version}/v2.0/network_segment_ranges/{pathv1}?{query}",
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}" },
49
52
  "requestSchema": "schema.json",
50
53
  "responseSchema": "schema.json",
51
54
  "timeout": 0,
@@ -65,7 +68,8 @@
65
68
  "name": "listNetworkSegmentRanges",
66
69
  "protocol": "REST",
67
70
  "method": "GET",
68
- "entitypath": "{base_path}/{version}/v2.0/network_segment_ranges?{query}",
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}" },
69
73
  "requestSchema": "schema.json",
70
74
  "responseSchema": "schema.json",
71
75
  "timeout": 0,
@@ -86,7 +90,8 @@
86
90
  "name": "createNetworkSegmentRange",
87
91
  "protocol": "REST",
88
92
  "method": "POST",
89
- "entitypath": "{base_path}/{version}/v2.0/network_segment_ranges?{query}",
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}" },
90
95
  "requestSchema": "schema.json",
91
96
  "responseSchema": "schema.json",
92
97
  "timeout": 0,
@@ -4,7 +4,8 @@
4
4
  "name": "listFlavors",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/flavors?{query}",
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}" },
8
9
  "requestSchema": "schema.json",
9
10
  "responseSchema": "schema.json",
10
11
  "timeout": 0,
@@ -25,7 +26,8 @@
25
26
  "name": "createFlavor",
26
27
  "protocol": "REST",
27
28
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/flavors?{query}",
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}" },
29
31
  "requestSchema": "schema.json",
30
32
  "responseSchema": "schema.json",
31
33
  "timeout": 0,
@@ -45,7 +47,8 @@
45
47
  "name": "showFlavorDetails",
46
48
  "protocol": "REST",
47
49
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/flavors/{pathv1}?{query}",
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}" },
49
52
  "requestSchema": "schema.json",
50
53
  "responseSchema": "schema.json",
51
54
  "timeout": 0,
@@ -66,7 +69,8 @@
66
69
  "name": "updateFlavor",
67
70
  "protocol": "REST",
68
71
  "method": "PUT",
69
- "entitypath": "{base_path}/{version}/v2.0/flavors/{pathv1}?{query}",
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}" },
70
74
  "requestSchema": "schema.json",
71
75
  "responseSchema": "schema.json",
72
76
  "timeout": 0,
@@ -86,7 +90,8 @@
86
90
  "name": "deleteFlavor",
87
91
  "protocol": "REST",
88
92
  "method": "DELETE",
89
- "entitypath": "{base_path}/{version}/v2.0/flavors/{pathv1}?{query}",
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}" },
90
95
  "requestSchema": "schema.json",
91
96
  "responseSchema": "schema.json",
92
97
  "timeout": 0,
@@ -106,7 +111,8 @@
106
111
  "name": "associateFlavorWithAServiceProfile",
107
112
  "protocol": "REST",
108
113
  "method": "POST",
109
- "entitypath": "{base_path}/{version}/v2.0/flavors/{pathv1}/service_profiles?{query}",
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}" },
110
116
  "requestSchema": "schema.json",
111
117
  "responseSchema": "schema.json",
112
118
  "timeout": 0,
@@ -126,7 +132,8 @@
126
132
  "name": "disassociateAFlavor",
127
133
  "protocol": "REST",
128
134
  "method": "DELETE",
129
- "entitypath": "{base_path}/{version}/v2.0/flavors/{pathv1}/service_profiles/{pathv2}?{query}",
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}" },
130
137
  "requestSchema": "schema.json",
131
138
  "responseSchema": "schema.json",
132
139
  "timeout": 0,
@@ -146,7 +153,8 @@
146
153
  "name": "listServiceProfiles",
147
154
  "protocol": "REST",
148
155
  "method": "GET",
149
- "entitypath": "{base_path}/{version}/v2.0/service_profiles?{query}",
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}" },
150
158
  "requestSchema": "schema.json",
151
159
  "responseSchema": "schema.json",
152
160
  "timeout": 0,
@@ -167,7 +175,8 @@
167
175
  "name": "createServiceProfile",
168
176
  "protocol": "REST",
169
177
  "method": "POST",
170
- "entitypath": "{base_path}/{version}/v2.0/service_profiles?{query}",
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}" },
171
180
  "requestSchema": "schema.json",
172
181
  "responseSchema": "schema.json",
173
182
  "timeout": 0,
@@ -187,7 +196,8 @@
187
196
  "name": "showServiceProfileDetails",
188
197
  "protocol": "REST",
189
198
  "method": "GET",
190
- "entitypath": "{base_path}/{version}/v2.0/service_profiles/{pathv1}?{query}",
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}" },
191
201
  "requestSchema": "schema.json",
192
202
  "responseSchema": "schema.json",
193
203
  "timeout": 0,
@@ -208,7 +218,8 @@
208
218
  "name": "updateServiceProfile",
209
219
  "protocol": "REST",
210
220
  "method": "PUT",
211
- "entitypath": "{base_path}/{version}/v2.0/service_profiles/{pathv1}?{query}",
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}" },
212
223
  "requestSchema": "schema.json",
213
224
  "responseSchema": "schema.json",
214
225
  "timeout": 0,
@@ -228,7 +239,8 @@
228
239
  "name": "deleteServiceProfile",
229
240
  "protocol": "REST",
230
241
  "method": "DELETE",
231
- "entitypath": "{base_path}/{version}/v2.0/service_profiles/{pathv1}?{query}",
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}" },
232
244
  "requestSchema": "schema.json",
233
245
  "responseSchema": "schema.json",
234
246
  "timeout": 0,
@@ -4,7 +4,8 @@
4
4
  "name": "showNetworkDetails",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/networks/{pathv1}?{query}",
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}" },
8
9
  "requestSchema": "schema.json",
9
10
  "responseSchema": "schema.json",
10
11
  "timeout": 0,
@@ -25,7 +26,8 @@
25
26
  "name": "updateNetwork",
26
27
  "protocol": "REST",
27
28
  "method": "PUT",
28
- "entitypath": "{base_path}/{version}/v2.0/networks/{pathv1}?{query}",
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}" },
29
31
  "requestSchema": "schema.json",
30
32
  "responseSchema": "schema.json",
31
33
  "timeout": 0,
@@ -45,7 +47,8 @@
45
47
  "name": "deleteNetwork",
46
48
  "protocol": "REST",
47
49
  "method": "DELETE",
48
- "entitypath": "{base_path}/{version}/v2.0/networks/{pathv1}?{query}",
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}" },
49
52
  "requestSchema": "schema.json",
50
53
  "responseSchema": "schema.json",
51
54
  "timeout": 0,
@@ -65,7 +68,8 @@
65
68
  "name": "listNetworks",
66
69
  "protocol": "REST",
67
70
  "method": "GET",
68
- "entitypath": "{base_path}/{version}/v2.0/networks?{query}",
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}" },
69
73
  "requestSchema": "schema.json",
70
74
  "responseSchema": "schema.json",
71
75
  "timeout": 0,
@@ -86,7 +90,8 @@
86
90
  "name": "createNetwork",
87
91
  "protocol": "REST",
88
92
  "method": "POST",
89
- "entitypath": "{base_path}/{version}/v2.0/networks?{query}",
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}" },
90
95
  "requestSchema": "schema.json",
91
96
  "responseSchema": "schema.json",
92
97
  "timeout": 0,
@@ -4,7 +4,8 @@
4
4
  "name": "listPortAssociations",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations?{query}",
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}" },
8
9
  "requestSchema": "schema.json",
9
10
  "responseSchema": "schema.json",
10
11
  "timeout": 0,
@@ -25,7 +26,8 @@
25
26
  "name": "createPortAssociation",
26
27
  "protocol": "REST",
27
28
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations?{query}",
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}" },
29
31
  "requestSchema": "schema.json",
30
32
  "responseSchema": "schema.json",
31
33
  "timeout": 0,
@@ -45,7 +47,8 @@
45
47
  "name": "showPortAssociationDetails",
46
48
  "protocol": "REST",
47
49
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}",
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}" },
49
52
  "requestSchema": "schema.json",
50
53
  "responseSchema": "schema.json",
51
54
  "timeout": 0,
@@ -66,7 +69,8 @@
66
69
  "name": "updateAPortAssociation",
67
70
  "protocol": "REST",
68
71
  "method": "PUT",
69
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}",
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}" },
70
74
  "requestSchema": "schema.json",
71
75
  "responseSchema": "schema.json",
72
76
  "timeout": 0,
@@ -86,7 +90,8 @@
86
90
  "name": "deletePortAssociation",
87
91
  "protocol": "REST",
88
92
  "method": "DELETE",
89
- "entitypath": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/port_associations/{pathv2}?{query}",
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}" },
90
95
  "requestSchema": "schema.json",
91
96
  "responseSchema": "schema.json",
92
97
  "timeout": 0,
@@ -4,7 +4,8 @@
4
4
  "name": "showPortDetails",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/ports/{pathv1}?{query}",
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}" },
8
9
  "requestSchema": "schema.json",
9
10
  "responseSchema": "schema.json",
10
11
  "timeout": 0,
@@ -25,7 +26,8 @@
25
26
  "name": "updatePort",
26
27
  "protocol": "REST",
27
28
  "method": "PUT",
28
- "entitypath": "{base_path}/{version}/v2.0/ports/{pathv1}?{query}",
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}" },
29
31
  "requestSchema": "schema.json",
30
32
  "responseSchema": "schema.json",
31
33
  "timeout": 0,
@@ -45,7 +47,8 @@
45
47
  "name": "deletePort",
46
48
  "protocol": "REST",
47
49
  "method": "DELETE",
48
- "entitypath": "{base_path}/{version}/v2.0/ports/{pathv1}?{query}",
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}" },
49
52
  "requestSchema": "schema.json",
50
53
  "responseSchema": "schema.json",
51
54
  "timeout": 0,
@@ -65,7 +68,8 @@
65
68
  "name": "listPorts",
66
69
  "protocol": "REST",
67
70
  "method": "GET",
68
- "entitypath": "{base_path}/{version}/v2.0/ports?{query}",
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}" },
69
73
  "requestSchema": "schema.json",
70
74
  "responseSchema": "schema.json",
71
75
  "timeout": 0,
@@ -86,7 +90,8 @@
86
90
  "name": "createPort",
87
91
  "protocol": "REST",
88
92
  "method": "POST",
89
- "entitypath": "{base_path}/{version}/v2.0/ports?{query}",
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}" },
90
95
  "requestSchema": "schema.json",
91
96
  "responseSchema": "schema.json",
92
97
  "timeout": 0,
@@ -4,7 +4,8 @@
4
4
  "name": "listBandwidthLimitRulesForQoSPolicy",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/bandwidth_limit_rules?{query}",
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}" },
8
9
  "requestSchema": "schema.json",
9
10
  "responseSchema": "schema.json",
10
11
  "timeout": 0,
@@ -25,7 +26,8 @@
25
26
  "name": "createBandwidthLimitRule",
26
27
  "protocol": "REST",
27
28
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/bandwidth_limit_rules?{query}",
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}" },
29
31
  "requestSchema": "schema.json",
30
32
  "responseSchema": "schema.json",
31
33
  "timeout": 0,
@@ -45,7 +47,8 @@
45
47
  "name": "showBandwidthLimitRuleDetails",
46
48
  "protocol": "REST",
47
49
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/bandwidth_limit_rules/{pathv2}?{query}",
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}" },
49
52
  "requestSchema": "schema.json",
50
53
  "responseSchema": "schema.json",
51
54
  "timeout": 0,
@@ -66,7 +69,8 @@
66
69
  "name": "updateBandwidthLimitRule",
67
70
  "protocol": "REST",
68
71
  "method": "PUT",
69
- "entitypath": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/bandwidth_limit_rules/{pathv2}?{query}",
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}" },
70
74
  "requestSchema": "schema.json",
71
75
  "responseSchema": "schema.json",
72
76
  "timeout": 0,
@@ -86,7 +90,8 @@
86
90
  "name": "deleteBandwidthLimitRule",
87
91
  "protocol": "REST",
88
92
  "method": "DELETE",
89
- "entitypath": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/bandwidth_limit_rules/{pathv2}?{query}",
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}" },
90
95
  "requestSchema": "schema.json",
91
96
  "responseSchema": "schema.json",
92
97
  "timeout": 0,
@@ -4,7 +4,8 @@
4
4
  "name": "listDSCPMarkingRulesForQoSPolicy",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/dscp_marking_rules?{query}",
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}" },
8
9
  "requestSchema": "schema.json",
9
10
  "responseSchema": "schema.json",
10
11
  "timeout": 0,
@@ -25,7 +26,8 @@
25
26
  "name": "createDSCPMarkingRule",
26
27
  "protocol": "REST",
27
28
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/dscp_marking_rules?{query}",
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}" },
29
31
  "requestSchema": "schema.json",
30
32
  "responseSchema": "schema.json",
31
33
  "timeout": 0,
@@ -45,7 +47,8 @@
45
47
  "name": "showDSCPMarkingRuleDetails",
46
48
  "protocol": "REST",
47
49
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/dscp_marking_rules/{pathv2}?{query}",
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}" },
49
52
  "requestSchema": "schema.json",
50
53
  "responseSchema": "schema.json",
51
54
  "timeout": 0,
@@ -66,7 +69,8 @@
66
69
  "name": "updateDSCPMarkingRule",
67
70
  "protocol": "REST",
68
71
  "method": "PUT",
69
- "entitypath": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/dscp_marking_rules/{pathv2}?{query}",
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}" },
70
74
  "requestSchema": "schema.json",
71
75
  "responseSchema": "schema.json",
72
76
  "timeout": 0,
@@ -86,7 +90,8 @@
86
90
  "name": "deleteDSCPMarkingRule",
87
91
  "protocol": "REST",
88
92
  "method": "DELETE",
89
- "entitypath": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/dscp_marking_rules/{pathv2}?{query}",
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}" },
90
95
  "requestSchema": "schema.json",
91
96
  "responseSchema": "schema.json",
92
97
  "timeout": 0,
@@ -4,7 +4,8 @@
4
4
  "name": "listMinimumBandwidthRulesForQoSPolicy",
5
5
  "protocol": "REST",
6
6
  "method": "GET",
7
- "entitypath": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_bandwidth_rules?{query}",
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}" },
8
9
  "requestSchema": "schema.json",
9
10
  "responseSchema": "schema.json",
10
11
  "timeout": 0,
@@ -25,7 +26,8 @@
25
26
  "name": "createMinimumBandwidthRule",
26
27
  "protocol": "REST",
27
28
  "method": "POST",
28
- "entitypath": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_bandwidth_rules?{query}",
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}" },
29
31
  "requestSchema": "schema.json",
30
32
  "responseSchema": "schema.json",
31
33
  "timeout": 0,
@@ -45,7 +47,8 @@
45
47
  "name": "showMinimumBandwidthRuleDetails",
46
48
  "protocol": "REST",
47
49
  "method": "GET",
48
- "entitypath": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_bandwidth_rules/{pathv2}?{query}",
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}" },
49
52
  "requestSchema": "schema.json",
50
53
  "responseSchema": "schema.json",
51
54
  "timeout": 0,
@@ -66,7 +69,8 @@
66
69
  "name": "updateMinimumBandwidthRule",
67
70
  "protocol": "REST",
68
71
  "method": "PUT",
69
- "entitypath": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_bandwidth_rules/{pathv2}?{query}",
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}" },
70
74
  "requestSchema": "schema.json",
71
75
  "responseSchema": "schema.json",
72
76
  "timeout": 0,
@@ -86,7 +90,8 @@
86
90
  "name": "deleteMinimumBandwidthRule",
87
91
  "protocol": "REST",
88
92
  "method": "DELETE",
89
- "entitypath": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_bandwidth_rules/{pathv2}?{query}",
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}" },
90
95
  "requestSchema": "schema.json",
91
96
  "responseSchema": "schema.json",
92
97
  "timeout": 0,