@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": "listRouters",
|
|
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": "createRouter",
|
|
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": "showRouterDetails",
|
|
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": "updateRouter",
|
|
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": "deleteRouter",
|
|
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,
|
|
@@ -106,7 +111,8 @@
|
|
|
106
111
|
"name": "addInterfaceToRouter",
|
|
107
112
|
"protocol": "REST",
|
|
108
113
|
"method": "PUT",
|
|
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": "removeInterfaceFromRouter",
|
|
127
133
|
"protocol": "REST",
|
|
128
134
|
"method": "PUT",
|
|
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,
|
|
@@ -146,7 +153,8 @@
|
|
|
146
153
|
"name": "addExtraRoutesToRouter",
|
|
147
154
|
"protocol": "REST",
|
|
148
155
|
"method": "PUT",
|
|
149
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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,
|
|
@@ -166,7 +174,8 @@
|
|
|
166
174
|
"name": "removeExtraRoutesFromRouter",
|
|
167
175
|
"protocol": "REST",
|
|
168
176
|
"method": "PUT",
|
|
169
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
177
|
+
"entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
|
|
178
|
+
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
170
179
|
"requestSchema": "schema.json",
|
|
171
180
|
"responseSchema": "schema.json",
|
|
172
181
|
"timeout": 0,
|
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
"name": "listSecurityGroupRules",
|
|
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": "createSecurityGroupRule",
|
|
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": "showSecurityGroupRule",
|
|
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": "deleteSecurityGroupRule",
|
|
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,
|
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
"name": "listSecurityGroups",
|
|
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": "createSecurityGroup",
|
|
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": "showSecurityGroup",
|
|
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": "updateSecurityGroup",
|
|
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": "deleteSecurityGroup",
|
|
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": "showSegmentDetails",
|
|
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": "updateSegment",
|
|
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": "deleteSegment",
|
|
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": "listSegments",
|
|
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": "createSegment",
|
|
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": "listServiceProviders",
|
|
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": "addPrefixes",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "PUT",
|
|
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,
|
|
@@ -24,7 +25,8 @@
|
|
|
24
25
|
"name": "removePrefixes",
|
|
25
26
|
"protocol": "REST",
|
|
26
27
|
"method": "PUT",
|
|
27
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
28
|
+
"entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
|
|
29
|
+
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
28
30
|
"requestSchema": "schema.json",
|
|
29
31
|
"responseSchema": "schema.json",
|
|
30
32
|
"timeout": 0,
|
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
"name": "showSubnetPool",
|
|
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": "updateSubnetPool",
|
|
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": "deleteSubnetPool",
|
|
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": "listSubnetPools",
|
|
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": "createSubnetPool",
|
|
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": "listSubnets",
|
|
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": "createSubnet",
|
|
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": "showSubnetDetails",
|
|
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": "updateSubnet",
|
|
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": "deleteSubnet",
|
|
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": "replaceAllTags",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "PUT",
|
|
7
|
-
"entitypath": "{base_path}/{version}/v2.0/{pathv1}/
|
|
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,
|
|
@@ -24,7 +25,8 @@
|
|
|
24
25
|
"name": "removeAllTags",
|
|
25
26
|
"protocol": "REST",
|
|
26
27
|
"method": "DELETE",
|
|
27
|
-
"entitypath": "{base_path}/{version}/v2.0/{pathv1}/
|
|
28
|
+
"entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
|
|
29
|
+
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
28
30
|
"requestSchema": "schema.json",
|
|
29
31
|
"responseSchema": "schema.json",
|
|
30
32
|
"timeout": 0,
|
|
@@ -44,7 +46,8 @@
|
|
|
44
46
|
"name": "obtainTagList",
|
|
45
47
|
"protocol": "REST",
|
|
46
48
|
"method": "GET",
|
|
47
|
-
"entitypath": "{base_path}/{version}/v2.0/{pathv1}/
|
|
49
|
+
"entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
|
|
50
|
+
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
48
51
|
"requestSchema": "schema.json",
|
|
49
52
|
"responseSchema": "schema.json",
|
|
50
53
|
"timeout": 0,
|
|
@@ -65,7 +68,8 @@
|
|
|
65
68
|
"name": "confirmATag",
|
|
66
69
|
"protocol": "REST",
|
|
67
70
|
"method": "GET",
|
|
68
|
-
"entitypath": "{base_path}/{version}/v2.0/{pathv1}/
|
|
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": "addATag",
|
|
87
91
|
"protocol": "REST",
|
|
88
92
|
"method": "PUT",
|
|
89
|
-
"entitypath": "{base_path}/{version}/v2.0/{pathv1}/
|
|
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": "removeATag",
|
|
107
112
|
"protocol": "REST",
|
|
108
113
|
"method": "DELETE",
|
|
109
|
-
"entitypath": "{base_path}/{version}/v2.0/{pathv1}/
|
|
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,
|
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
"name": "listTapServices",
|
|
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": "createTapService",
|
|
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": "updateTapService",
|
|
46
48
|
"protocol": "REST",
|
|
47
49
|
"method": "PUT",
|
|
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": "deleteTapService",
|
|
66
69
|
"protocol": "REST",
|
|
67
70
|
"method": "DELETE",
|
|
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,
|
|
@@ -85,7 +89,8 @@
|
|
|
85
89
|
"name": "showTapService",
|
|
86
90
|
"protocol": "REST",
|
|
87
91
|
"method": "GET",
|
|
88
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
92
|
+
"entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
|
|
93
|
+
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
89
94
|
"requestSchema": "schema.json",
|
|
90
95
|
"responseSchema": "schema.json",
|
|
91
96
|
"timeout": 0,
|
|
@@ -106,7 +111,8 @@
|
|
|
106
111
|
"name": "listTapFlow",
|
|
107
112
|
"protocol": "REST",
|
|
108
113
|
"method": "GET",
|
|
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,
|
|
@@ -127,7 +133,8 @@
|
|
|
127
133
|
"name": "createTapFlow",
|
|
128
134
|
"protocol": "REST",
|
|
129
135
|
"method": "POST",
|
|
130
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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,
|
|
@@ -147,7 +154,8 @@
|
|
|
147
154
|
"name": "updateTapFlow",
|
|
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": "deleteTapFlow",
|
|
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,
|
|
@@ -187,7 +196,8 @@
|
|
|
187
196
|
"name": "showTapFlow",
|
|
188
197
|
"protocol": "REST",
|
|
189
198
|
"method": "GET",
|
|
190
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
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,
|
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
"name": "listTrunks",
|
|
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": "createTrunk",
|
|
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": "addSubportsToTrunk",
|
|
46
48
|
"protocol": "REST",
|
|
47
49
|
"method": "PUT",
|
|
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": "deleteSubportsFromTrunk",
|
|
66
69
|
"protocol": "REST",
|
|
67
70
|
"method": "PUT",
|
|
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,
|
|
@@ -85,7 +89,8 @@
|
|
|
85
89
|
"name": "listSubportsForTrunk",
|
|
86
90
|
"protocol": "REST",
|
|
87
91
|
"method": "GET",
|
|
88
|
-
"entitypath": "{base_path}/{version}/v2.0/
|
|
92
|
+
"entitypath": {"v0":"{base_path}/{version}/v2.0/logging/logging_resources/{pathv1}/firewall_logs?{query}",
|
|
93
|
+
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
89
94
|
"requestSchema": "schema.json",
|
|
90
95
|
"responseSchema": "schema.json",
|
|
91
96
|
"timeout": 0,
|
|
@@ -106,7 +111,8 @@
|
|
|
106
111
|
"name": "updateTrunk",
|
|
107
112
|
"protocol": "REST",
|
|
108
113
|
"method": "PUT",
|
|
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": "showTrunk",
|
|
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": "deleteTrunk",
|
|
148
155
|
"protocol": "REST",
|
|
149
156
|
"method": "DELETE",
|
|
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,
|