@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": "listMinimumPacketRateRulesForQoSPolicy",
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_packet_rate_rules?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "createMinimumPacketRateRule",
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_packet_rate_rules?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "showMinimumPacketRateRuleDetails",
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_packet_rate_rules/{pathv2}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -69,8 +66,7 @@
69
66
  "name": "updateMinimumPacketRateRule",
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_packet_rate_rules/{pathv2}?{query}",
74
70
  "requestSchema": "schema.json",
75
71
  "responseSchema": "schema.json",
76
72
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "deleteMinimumPacketRateRule",
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_packet_rate_rules/{pathv2}?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "listPacketRateLimitRulesForQoSPolicy",
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}/packet_rate_limit_rules?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "createPacketRateLimitRule",
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}/packet_rate_limit_rules?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "showPacketRateLimitRuleDetails",
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}/packet_rate_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": "updatePacketRateLimitRule",
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}/packet_rate_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": "deletePacketRateLimitRule",
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}/packet_rate_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": "listQoSPolicies",
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?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "createQoSPolicy",
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?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "showQoSPolicyDetails",
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}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -69,8 +66,7 @@
69
66
  "name": "updateQoSPolicy",
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}?{query}",
74
70
  "requestSchema": "schema.json",
75
71
  "responseSchema": "schema.json",
76
72
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "deleteQoSPolicy",
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}?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "listQoSRuleTypes",
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/rule-types?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "showQoSRuleTypeDetails",
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/qos/rule-types/{pathv1}?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "showMinimumPacketRateRuleDetailsAlias",
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/alias_minimum_packet_rate_rules/{pathv1}?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "updateMinimumPacketRateRuleAlias",
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/qos/alias_minimum_packet_rate_rules/{pathv1}?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "deleteMinimumPacketRateRuleAlias",
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/qos/alias_minimum_packet_rate_rules/{pathv1}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "showBandwidthLimitRuleDetailsAlias",
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/alias_bandwidth_limit_rules/{pathv1}?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "updateBandwidthLimitRuleAlias",
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/qos/alias_bandwidth_limit_rules/{pathv1}?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "deleteBandwidthLimitRuleAlias",
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/qos/alias_bandwidth_limit_rules/{pathv1}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -68,8 +65,7 @@
68
65
  "name": "showDSCPMarkingRuleDetailsAlias",
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/qos/alias_dscp_marking_rules/{pathv1}?{query}",
73
69
  "requestSchema": "schema.json",
74
70
  "responseSchema": "schema.json",
75
71
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "updateDSCPMarkingRuleAlias",
91
87
  "protocol": "REST",
92
88
  "method": "PUT",
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/alias_dscp_marking_rules/{pathv1}?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,
@@ -111,8 +106,7 @@
111
106
  "name": "deleteDSCPMarkingRuleAlias",
112
107
  "protocol": "REST",
113
108
  "method": "DELETE",
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/qos/alias_dscp_marking_rules/{pathv1}?{query}",
116
110
  "requestSchema": "schema.json",
117
111
  "responseSchema": "schema.json",
118
112
  "timeout": 0,
@@ -132,8 +126,7 @@
132
126
  "name": "showMinimumBandwidthRuleDetailsAlias",
133
127
  "protocol": "REST",
134
128
  "method": "GET",
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/qos/alias_minimum_bandwidth_rules/{pathv1}?{query}",
137
130
  "requestSchema": "schema.json",
138
131
  "responseSchema": "schema.json",
139
132
  "timeout": 0,
@@ -154,8 +147,7 @@
154
147
  "name": "updateMinimumBandwidthRuleAlias",
155
148
  "protocol": "REST",
156
149
  "method": "PUT",
157
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
158
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
150
+ "entitypath": "{base_path}/{version}/v2.0/qos/alias_minimum_bandwidth_rules/{pathv1}?{query}",
159
151
  "requestSchema": "schema.json",
160
152
  "responseSchema": "schema.json",
161
153
  "timeout": 0,
@@ -175,8 +167,7 @@
175
167
  "name": "deleteMinimumBandwidthRuleAlias",
176
168
  "protocol": "REST",
177
169
  "method": "DELETE",
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/qos/alias_minimum_bandwidth_rules/{pathv1}?{query}",
180
171
  "requestSchema": "schema.json",
181
172
  "responseSchema": "schema.json",
182
173
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "showQuotaDetailsForATenant",
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/quotas/{pathv1}/details.json?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "listQuotasForProjectsWithNonDefaultQuotaValues",
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/quotas?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "listQuotasForAProject",
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/quotas/{pathv1}?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -48,8 +46,7 @@
48
46
  "name": "updateQuotaForAProject",
49
47
  "protocol": "REST",
50
48
  "method": "PUT",
51
- "entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
52
- "v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
49
+ "entitypath": "{base_path}/{version}/v2.0/quotas/{pathv1}?{query}",
53
50
  "requestSchema": "schema.json",
54
51
  "responseSchema": "schema.json",
55
52
  "timeout": 0,
@@ -69,8 +66,7 @@
69
66
  "name": "resetQuotaForAProject",
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/quotas/{pathv1}?{query}",
74
70
  "requestSchema": "schema.json",
75
71
  "responseSchema": "schema.json",
76
72
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "listDefaultQuotasForAProject",
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/quotas/{pathv1}/default?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "showRBACPolicyDetails",
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/rbac-policies/{pathv1}?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "updateRBACPolicy",
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/rbac-policies/{pathv1}?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "deleteRBACPolicy",
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/rbac-policies/{pathv1}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -68,8 +65,7 @@
68
65
  "name": "listRBACPolicies",
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/rbac-policies?{query}",
73
69
  "requestSchema": "schema.json",
74
70
  "responseSchema": "schema.json",
75
71
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "createRBACPolicy",
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/rbac-policies?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "listRouterAssociations",
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}/router_associations?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "createRouterAssociation",
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}/router_associations?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "showRouterAssociationDetails",
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}/router_associations/{pathv2}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -69,8 +66,7 @@
69
66
  "name": "updateARouterAssociationBgpvpnRoutesControlExtension",
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}/router_associations/{pathv2}?{query}",
74
70
  "requestSchema": "schema.json",
75
71
  "responseSchema": "schema.json",
76
72
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "deleteRouterAssociation",
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}/router_associations/{pathv2}?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "listNdpProxies",
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/ndp_proxies?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "createNdpProxy",
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/ndp_proxies?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "showNdpProxyDetails",
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/ndp_proxies/{pathv1}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -69,8 +66,7 @@
69
66
  "name": "updateANdpProxy",
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/ndp_proxies/{pathv1}?{query}",
74
70
  "requestSchema": "schema.json",
75
71
  "responseSchema": "schema.json",
76
72
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "deleteANdpProxy",
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/ndp_proxies/{pathv1}?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,
@@ -4,8 +4,7 @@
4
4
  "name": "showConntrackHelper",
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/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}",
9
8
  "requestSchema": "schema.json",
10
9
  "responseSchema": "schema.json",
11
10
  "timeout": 0,
@@ -26,8 +25,7 @@
26
25
  "name": "updateAConntrackHelper",
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/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}",
31
29
  "requestSchema": "schema.json",
32
30
  "responseSchema": "schema.json",
33
31
  "timeout": 0,
@@ -47,8 +45,7 @@
47
45
  "name": "deleteAConntrackHelper",
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/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}",
52
49
  "requestSchema": "schema.json",
53
50
  "responseSchema": "schema.json",
54
51
  "timeout": 0,
@@ -68,8 +65,7 @@
68
65
  "name": "listRouterConntrackHelpers",
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/routers/{pathv1}/conntrack_helpers?{query}",
73
69
  "requestSchema": "schema.json",
74
70
  "responseSchema": "schema.json",
75
71
  "timeout": 0,
@@ -90,8 +86,7 @@
90
86
  "name": "createConntrackHelper",
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/routers/{pathv1}/conntrack_helpers?{query}",
95
90
  "requestSchema": "schema.json",
96
91
  "responseSchema": "schema.json",
97
92
  "timeout": 0,