@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.
- package/CALLS.md +305 -305
- package/CHANGELOG.md +8 -1
- package/adapterBase.js +23 -1
- package/entities/APIVersions/action.json +4 -2
- package/entities/AddressGroups/action.json +28 -7
- package/entities/AddressScopes/action.json +10 -5
- package/entities/Agents/action.json +8 -4
- package/entities/AutoAllocatedTopologies/action.json +4 -2
- package/entities/AvailabilityZones/action.json +2 -1
- package/entities/BGPPeer/action.json +10 -5
- package/entities/BGPSpeaker/action.json +22 -11
- package/entities/BGPVPNs/action.json +10 -5
- package/entities/DHCPAgentScheduler/action.json +8 -4
- package/entities/Extensions/action.json +4 -2
- package/entities/FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules/action.json +34 -17
- package/entities/FirewallLogs/action.json +10 -5
- package/entities/FloatingIPPoolsFloatingipPools/action.json +2 -1
- package/entities/FloatingIPsFloatingips/action.json +10 -5
- package/entities/FloatingIPsPortForwarding/action.json +10 -5
- package/entities/L3AgentScheduler/action.json +8 -4
- package/entities/LocalIPAssociationsPortAssociations/action.json +6 -3
- package/entities/LocalIPsLocalIps/action.json +10 -5
- package/entities/LogResource/action.json +10 -5
- package/entities/LoggableResource/action.json +2 -1
- package/entities/LoggingResources/action.json +10 -5
- package/entities/MeteringLabelsAndRulesMeteringLabelsMeteringLabelRules/action.json +16 -8
- package/entities/NetworkAssociations/action.json +8 -4
- package/entities/NetworkIPAvailabilityAndUsageStats/action.json +4 -2
- package/entities/NetworkSegmentRanges/action.json +10 -5
- package/entities/NetworkingFlavorsFrameworkV20CURRENTFlavorServiceProfile/action.json +24 -12
- package/entities/Networks/action.json +10 -5
- package/entities/PortAssociations/action.json +10 -5
- package/entities/Ports/action.json +10 -5
- package/entities/QoSBandwidthLimitRules/action.json +10 -5
- package/entities/QoSDSCPMarkingRules/action.json +10 -5
- package/entities/QoSMinimumBandwidthRules/action.json +10 -5
- package/entities/QoSMinimumPacketRateRules/action.json +10 -5
- package/entities/QoSPacketRateLimitRules/action.json +10 -5
- package/entities/QoSPoliciesQos/action.json +10 -5
- package/entities/QoSRuleTypes/action.json +4 -2
- package/entities/QualityOfServiceMinimumPacketRateRuleAliasAPI/action.json +6 -3
- package/entities/QualityOfServiceRulesAliasAPI/action.json +18 -9
- package/entities/QuotasDetailsExtensionQuotaDetails/action.json +2 -1
- package/entities/QuotasExtensionQuotas/action.json +10 -5
- package/entities/RBACPolicies/action.json +10 -5
- package/entities/RouterAssociations/action.json +10 -5
- package/entities/RouterNDPProxyNdpProxies/action.json +10 -5
- package/entities/RoutersConntrackHelperCTTargetRules/action.json +10 -5
- package/entities/RoutersRouters/action.json +18 -9
- package/entities/SecurityGroupRulesSecurityGroupRules/action.json +8 -4
- package/entities/SecurityGroupsSecurityGroups/action.json +10 -5
- package/entities/Segments/action.json +10 -5
- package/entities/ServiceProviders/action.json +2 -1
- package/entities/SubnetPoolPrefixOperationsSubnetpoolPrefixOps/action.json +4 -2
- package/entities/SubnetPoolsExtensionSubnetpools/action.json +10 -5
- package/entities/Subnets/action.json +10 -5
- package/entities/TagExtensionTags/action.json +12 -6
- package/entities/TapAsAService/action.json +20 -10
- package/entities/TrunkNetworking/action.json +16 -8
- package/entities/VPNaaS20VpnVpnservicesIkepoliciesIpsecpoliciesEndpointGroupsIpsecSiteConnections/action.json +50 -25
- package/package.json +2 -2
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +4 -4
- package/sampleProperties.json +1 -0
- package/test/unit/adapterTestUnit.js +2 -0
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
"name": "listMinimumPacketRateRulesForQoSPolicy",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "createMinimumPacketRateRule",
|
|
26
27
|
"protocol": "REST",
|
|
27
28
|
"method": "POST",
|
|
28
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "showMinimumPacketRateRuleDetails",
|
|
46
48
|
"protocol": "REST",
|
|
47
49
|
"method": "GET",
|
|
48
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "updateMinimumPacketRateRule",
|
|
67
70
|
"protocol": "REST",
|
|
68
71
|
"method": "PUT",
|
|
69
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "deleteMinimumPacketRateRule",
|
|
87
91
|
"protocol": "REST",
|
|
88
92
|
"method": "DELETE",
|
|
89
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "listPacketRateLimitRulesForQoSPolicy",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "createPacketRateLimitRule",
|
|
26
27
|
"protocol": "REST",
|
|
27
28
|
"method": "POST",
|
|
28
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "showPacketRateLimitRuleDetails",
|
|
46
48
|
"protocol": "REST",
|
|
47
49
|
"method": "GET",
|
|
48
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "updatePacketRateLimitRule",
|
|
67
70
|
"protocol": "REST",
|
|
68
71
|
"method": "PUT",
|
|
69
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "deletePacketRateLimitRule",
|
|
87
91
|
"protocol": "REST",
|
|
88
92
|
"method": "DELETE",
|
|
89
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "listQoSPolicies",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "createQoSPolicy",
|
|
26
27
|
"protocol": "REST",
|
|
27
28
|
"method": "POST",
|
|
28
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "showQoSPolicyDetails",
|
|
46
48
|
"protocol": "REST",
|
|
47
49
|
"method": "GET",
|
|
48
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "updateQoSPolicy",
|
|
67
70
|
"protocol": "REST",
|
|
68
71
|
"method": "PUT",
|
|
69
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "deleteQoSPolicy",
|
|
87
91
|
"protocol": "REST",
|
|
88
92
|
"method": "DELETE",
|
|
89
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "listQoSRuleTypes",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "showQoSRuleTypeDetails",
|
|
26
27
|
"protocol": "REST",
|
|
27
28
|
"method": "GET",
|
|
28
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "showMinimumPacketRateRuleDetailsAlias",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "updateMinimumPacketRateRuleAlias",
|
|
26
27
|
"protocol": "REST",
|
|
27
28
|
"method": "PUT",
|
|
28
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "deleteMinimumPacketRateRuleAlias",
|
|
46
48
|
"protocol": "REST",
|
|
47
49
|
"method": "DELETE",
|
|
48
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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,
|
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
"name": "showBandwidthLimitRuleDetailsAlias",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "updateBandwidthLimitRuleAlias",
|
|
26
27
|
"protocol": "REST",
|
|
27
28
|
"method": "PUT",
|
|
28
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "deleteBandwidthLimitRuleAlias",
|
|
46
48
|
"protocol": "REST",
|
|
47
49
|
"method": "DELETE",
|
|
48
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "showDSCPMarkingRuleDetailsAlias",
|
|
66
69
|
"protocol": "REST",
|
|
67
70
|
"method": "GET",
|
|
68
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "updateDSCPMarkingRuleAlias",
|
|
87
91
|
"protocol": "REST",
|
|
88
92
|
"method": "PUT",
|
|
89
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "deleteDSCPMarkingRuleAlias",
|
|
107
112
|
"protocol": "REST",
|
|
108
113
|
"method": "DELETE",
|
|
109
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "showMinimumBandwidthRuleDetailsAlias",
|
|
127
133
|
"protocol": "REST",
|
|
128
134
|
"method": "GET",
|
|
129
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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,
|
|
@@ -147,7 +154,8 @@
|
|
|
147
154
|
"name": "updateMinimumBandwidthRuleAlias",
|
|
148
155
|
"protocol": "REST",
|
|
149
156
|
"method": "PUT",
|
|
150
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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}" },
|
|
151
159
|
"requestSchema": "schema.json",
|
|
152
160
|
"responseSchema": "schema.json",
|
|
153
161
|
"timeout": 0,
|
|
@@ -167,7 +175,8 @@
|
|
|
167
175
|
"name": "deleteMinimumBandwidthRuleAlias",
|
|
168
176
|
"protocol": "REST",
|
|
169
177
|
"method": "DELETE",
|
|
170
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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,
|
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
"name": "showQuotaDetailsForATenant",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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,
|
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
"name": "listQuotasForProjectsWithNonDefaultQuotaValues",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "listQuotasForAProject",
|
|
26
27
|
"protocol": "REST",
|
|
27
28
|
"method": "GET",
|
|
28
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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,
|
|
@@ -46,7 +48,8 @@
|
|
|
46
48
|
"name": "updateQuotaForAProject",
|
|
47
49
|
"protocol": "REST",
|
|
48
50
|
"method": "PUT",
|
|
49
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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}" },
|
|
50
53
|
"requestSchema": "schema.json",
|
|
51
54
|
"responseSchema": "schema.json",
|
|
52
55
|
"timeout": 0,
|
|
@@ -66,7 +69,8 @@
|
|
|
66
69
|
"name": "resetQuotaForAProject",
|
|
67
70
|
"protocol": "REST",
|
|
68
71
|
"method": "DELETE",
|
|
69
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "listDefaultQuotasForAProject",
|
|
87
91
|
"protocol": "REST",
|
|
88
92
|
"method": "GET",
|
|
89
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "showRBACPolicyDetails",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "updateRBACPolicy",
|
|
26
27
|
"protocol": "REST",
|
|
27
28
|
"method": "PUT",
|
|
28
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "deleteRBACPolicy",
|
|
46
48
|
"protocol": "REST",
|
|
47
49
|
"method": "DELETE",
|
|
48
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "listRBACPolicies",
|
|
66
69
|
"protocol": "REST",
|
|
67
70
|
"method": "GET",
|
|
68
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "createRBACPolicy",
|
|
87
91
|
"protocol": "REST",
|
|
88
92
|
"method": "POST",
|
|
89
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "listRouterAssociations",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "createRouterAssociation",
|
|
26
27
|
"protocol": "REST",
|
|
27
28
|
"method": "POST",
|
|
28
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "showRouterAssociationDetails",
|
|
46
48
|
"protocol": "REST",
|
|
47
49
|
"method": "GET",
|
|
48
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "updateARouterAssociationBgpvpnRoutesControlExtension",
|
|
67
70
|
"protocol": "REST",
|
|
68
71
|
"method": "PUT",
|
|
69
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "deleteRouterAssociation",
|
|
87
91
|
"protocol": "REST",
|
|
88
92
|
"method": "DELETE",
|
|
89
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "listNdpProxies",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "createNdpProxy",
|
|
26
27
|
"protocol": "REST",
|
|
27
28
|
"method": "POST",
|
|
28
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "showNdpProxyDetails",
|
|
46
48
|
"protocol": "REST",
|
|
47
49
|
"method": "GET",
|
|
48
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "updateANdpProxy",
|
|
67
70
|
"protocol": "REST",
|
|
68
71
|
"method": "PUT",
|
|
69
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "deleteANdpProxy",
|
|
87
91
|
"protocol": "REST",
|
|
88
92
|
"method": "DELETE",
|
|
89
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "showConntrackHelper",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "updateAConntrackHelper",
|
|
26
27
|
"protocol": "REST",
|
|
27
28
|
"method": "PUT",
|
|
28
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "deleteAConntrackHelper",
|
|
46
48
|
"protocol": "REST",
|
|
47
49
|
"method": "DELETE",
|
|
48
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "listRouterConntrackHelpers",
|
|
66
69
|
"protocol": "REST",
|
|
67
70
|
"method": "GET",
|
|
68
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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": "createConntrackHelper",
|
|
87
91
|
"protocol": "REST",
|
|
88
92
|
"method": "POST",
|
|
89
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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,
|