@itentialopensource/adapter-openstack_neutron 1.0.0 → 2.0.1
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/AUTH.md +11 -6
- package/CALLS.md +305 -305
- package/CHANGELOG.md +18 -0
- package/entities/APIVersions/action.json +2 -4
- package/entities/AddressGroups/action.json +7 -28
- package/entities/AddressScopes/action.json +5 -10
- package/entities/Agents/action.json +4 -8
- package/entities/AutoAllocatedTopologies/action.json +2 -4
- package/entities/AvailabilityZones/action.json +1 -2
- package/entities/BGPPeer/action.json +5 -10
- package/entities/BGPSpeaker/action.json +11 -22
- package/entities/BGPVPNs/action.json +5 -10
- package/entities/DHCPAgentScheduler/action.json +4 -8
- package/entities/Extensions/action.json +2 -4
- package/entities/FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules/action.json +17 -34
- package/entities/FirewallLogs/action.json +5 -10
- package/entities/FloatingIPPoolsFloatingipPools/action.json +1 -2
- package/entities/FloatingIPsFloatingips/action.json +5 -10
- package/entities/FloatingIPsPortForwarding/action.json +5 -10
- package/entities/L3AgentScheduler/action.json +4 -8
- package/entities/LocalIPAssociationsPortAssociations/action.json +3 -6
- package/entities/LocalIPsLocalIps/action.json +5 -10
- package/entities/LogResource/action.json +5 -10
- package/entities/LoggableResource/action.json +1 -2
- package/entities/LoggingResources/action.json +5 -10
- package/entities/MeteringLabelsAndRulesMeteringLabelsMeteringLabelRules/action.json +8 -16
- package/entities/NetworkAssociations/action.json +4 -8
- package/entities/NetworkIPAvailabilityAndUsageStats/action.json +2 -4
- package/entities/NetworkSegmentRanges/action.json +5 -10
- package/entities/NetworkingFlavorsFrameworkV20CURRENTFlavorServiceProfile/action.json +12 -24
- package/entities/Networks/action.json +5 -10
- package/entities/PortAssociations/action.json +5 -10
- package/entities/Ports/action.json +5 -10
- package/entities/QoSBandwidthLimitRules/action.json +5 -10
- package/entities/QoSDSCPMarkingRules/action.json +5 -10
- package/entities/QoSMinimumBandwidthRules/action.json +5 -10
- package/entities/QoSMinimumPacketRateRules/action.json +5 -10
- package/entities/QoSPacketRateLimitRules/action.json +5 -10
- package/entities/QoSPoliciesQos/action.json +5 -10
- package/entities/QoSRuleTypes/action.json +2 -4
- package/entities/QualityOfServiceMinimumPacketRateRuleAliasAPI/action.json +3 -6
- package/entities/QualityOfServiceRulesAliasAPI/action.json +9 -18
- package/entities/QuotasDetailsExtensionQuotaDetails/action.json +1 -2
- package/entities/QuotasExtensionQuotas/action.json +5 -10
- package/entities/RBACPolicies/action.json +5 -10
- package/entities/RouterAssociations/action.json +5 -10
- package/entities/RouterNDPProxyNdpProxies/action.json +5 -10
- package/entities/RoutersConntrackHelperCTTargetRules/action.json +5 -10
- package/entities/RoutersRouters/action.json +9 -18
- package/entities/SecurityGroupRulesSecurityGroupRules/action.json +4 -8
- package/entities/SecurityGroupsSecurityGroups/action.json +5 -10
- package/entities/Segments/action.json +5 -10
- package/entities/ServiceProviders/action.json +1 -2
- package/entities/SubnetPoolPrefixOperationsSubnetpoolPrefixOps/action.json +2 -4
- package/entities/SubnetPoolsExtensionSubnetpools/action.json +5 -10
- package/entities/Subnets/action.json +5 -10
- package/entities/TagExtensionTags/action.json +6 -12
- package/entities/TapAsAService/action.json +10 -20
- package/entities/TrunkNetworking/action.json +8 -16
- package/entities/VPNaaS20VpnVpnservicesIkepoliciesIpsecpoliciesEndpointGroupsIpsecSiteConnections/action.json +25 -50
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +1 -1
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
"name": "listRouters",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
8
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
7
|
+
"entitypath": "{base_path}/{version}/v2.0/routers?{query}",
|
|
9
8
|
"requestSchema": "schema.json",
|
|
10
9
|
"responseSchema": "schema.json",
|
|
11
10
|
"timeout": 0,
|
|
@@ -26,8 +25,7 @@
|
|
|
26
25
|
"name": "createRouter",
|
|
27
26
|
"protocol": "REST",
|
|
28
27
|
"method": "POST",
|
|
29
|
-
"entitypath":
|
|
30
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
28
|
+
"entitypath": "{base_path}/{version}/v2.0/routers?{query}",
|
|
31
29
|
"requestSchema": "schema.json",
|
|
32
30
|
"responseSchema": "schema.json",
|
|
33
31
|
"timeout": 0,
|
|
@@ -47,8 +45,7 @@
|
|
|
47
45
|
"name": "showRouterDetails",
|
|
48
46
|
"protocol": "REST",
|
|
49
47
|
"method": "GET",
|
|
50
|
-
"entitypath":
|
|
51
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
48
|
+
"entitypath": "{base_path}/{version}/v2.0/routers/{pathv1}?{query}",
|
|
52
49
|
"requestSchema": "schema.json",
|
|
53
50
|
"responseSchema": "schema.json",
|
|
54
51
|
"timeout": 0,
|
|
@@ -69,8 +66,7 @@
|
|
|
69
66
|
"name": "updateRouter",
|
|
70
67
|
"protocol": "REST",
|
|
71
68
|
"method": "PUT",
|
|
72
|
-
"entitypath":
|
|
73
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
69
|
+
"entitypath": "{base_path}/{version}/v2.0/routers/{pathv1}?{query}",
|
|
74
70
|
"requestSchema": "schema.json",
|
|
75
71
|
"responseSchema": "schema.json",
|
|
76
72
|
"timeout": 0,
|
|
@@ -90,8 +86,7 @@
|
|
|
90
86
|
"name": "deleteRouter",
|
|
91
87
|
"protocol": "REST",
|
|
92
88
|
"method": "DELETE",
|
|
93
|
-
"entitypath":
|
|
94
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
89
|
+
"entitypath": "{base_path}/{version}/v2.0/routers/{pathv1}?{query}",
|
|
95
90
|
"requestSchema": "schema.json",
|
|
96
91
|
"responseSchema": "schema.json",
|
|
97
92
|
"timeout": 0,
|
|
@@ -111,8 +106,7 @@
|
|
|
111
106
|
"name": "addInterfaceToRouter",
|
|
112
107
|
"protocol": "REST",
|
|
113
108
|
"method": "PUT",
|
|
114
|
-
"entitypath":
|
|
115
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
109
|
+
"entitypath": "{base_path}/{version}/v2.0/routers/{pathv1}/add_router_interface?{query}",
|
|
116
110
|
"requestSchema": "schema.json",
|
|
117
111
|
"responseSchema": "schema.json",
|
|
118
112
|
"timeout": 0,
|
|
@@ -132,8 +126,7 @@
|
|
|
132
126
|
"name": "removeInterfaceFromRouter",
|
|
133
127
|
"protocol": "REST",
|
|
134
128
|
"method": "PUT",
|
|
135
|
-
"entitypath":
|
|
136
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
129
|
+
"entitypath": "{base_path}/{version}/v2.0/routers/{pathv1}/remove_router_interface?{query}",
|
|
137
130
|
"requestSchema": "schema.json",
|
|
138
131
|
"responseSchema": "schema.json",
|
|
139
132
|
"timeout": 0,
|
|
@@ -153,8 +146,7 @@
|
|
|
153
146
|
"name": "addExtraRoutesToRouter",
|
|
154
147
|
"protocol": "REST",
|
|
155
148
|
"method": "PUT",
|
|
156
|
-
"entitypath":
|
|
157
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
149
|
+
"entitypath": "{base_path}/{version}/v2.0/routers/{pathv1}/add_extraroutes?{query}",
|
|
158
150
|
"requestSchema": "schema.json",
|
|
159
151
|
"responseSchema": "schema.json",
|
|
160
152
|
"timeout": 0,
|
|
@@ -174,8 +166,7 @@
|
|
|
174
166
|
"name": "removeExtraRoutesFromRouter",
|
|
175
167
|
"protocol": "REST",
|
|
176
168
|
"method": "PUT",
|
|
177
|
-
"entitypath":
|
|
178
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
169
|
+
"entitypath": "{base_path}/{version}/v2.0/routers/{pathv1}/remove_extraroutes?{query}",
|
|
179
170
|
"requestSchema": "schema.json",
|
|
180
171
|
"responseSchema": "schema.json",
|
|
181
172
|
"timeout": 0,
|
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
"name": "listSecurityGroupRules",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
8
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
7
|
+
"entitypath": "{base_path}/{version}/v2.0/security-group-rules?{query}",
|
|
9
8
|
"requestSchema": "schema.json",
|
|
10
9
|
"responseSchema": "schema.json",
|
|
11
10
|
"timeout": 0,
|
|
@@ -26,8 +25,7 @@
|
|
|
26
25
|
"name": "createSecurityGroupRule",
|
|
27
26
|
"protocol": "REST",
|
|
28
27
|
"method": "POST",
|
|
29
|
-
"entitypath":
|
|
30
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
28
|
+
"entitypath": "{base_path}/{version}/v2.0/security-group-rules?{query}",
|
|
31
29
|
"requestSchema": "schema.json",
|
|
32
30
|
"responseSchema": "schema.json",
|
|
33
31
|
"timeout": 0,
|
|
@@ -47,8 +45,7 @@
|
|
|
47
45
|
"name": "showSecurityGroupRule",
|
|
48
46
|
"protocol": "REST",
|
|
49
47
|
"method": "GET",
|
|
50
|
-
"entitypath":
|
|
51
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
48
|
+
"entitypath": "{base_path}/{version}/v2.0/security-group-rules/{pathv1}?{query}",
|
|
52
49
|
"requestSchema": "schema.json",
|
|
53
50
|
"responseSchema": "schema.json",
|
|
54
51
|
"timeout": 0,
|
|
@@ -69,8 +66,7 @@
|
|
|
69
66
|
"name": "deleteSecurityGroupRule",
|
|
70
67
|
"protocol": "REST",
|
|
71
68
|
"method": "DELETE",
|
|
72
|
-
"entitypath":
|
|
73
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
69
|
+
"entitypath": "{base_path}/{version}/v2.0/security-group-rules/{pathv1}?{query}",
|
|
74
70
|
"requestSchema": "schema.json",
|
|
75
71
|
"responseSchema": "schema.json",
|
|
76
72
|
"timeout": 0,
|
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
"name": "listSecurityGroups",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
8
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
7
|
+
"entitypath": "{base_path}/{version}/v2.0/security-groups?{query}",
|
|
9
8
|
"requestSchema": "schema.json",
|
|
10
9
|
"responseSchema": "schema.json",
|
|
11
10
|
"timeout": 0,
|
|
@@ -26,8 +25,7 @@
|
|
|
26
25
|
"name": "createSecurityGroup",
|
|
27
26
|
"protocol": "REST",
|
|
28
27
|
"method": "POST",
|
|
29
|
-
"entitypath":
|
|
30
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
28
|
+
"entitypath": "{base_path}/{version}/v2.0/security-groups?{query}",
|
|
31
29
|
"requestSchema": "schema.json",
|
|
32
30
|
"responseSchema": "schema.json",
|
|
33
31
|
"timeout": 0,
|
|
@@ -47,8 +45,7 @@
|
|
|
47
45
|
"name": "showSecurityGroup",
|
|
48
46
|
"protocol": "REST",
|
|
49
47
|
"method": "GET",
|
|
50
|
-
"entitypath":
|
|
51
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
48
|
+
"entitypath": "{base_path}/{version}/v2.0/security-groups/{pathv1}?{query}",
|
|
52
49
|
"requestSchema": "schema.json",
|
|
53
50
|
"responseSchema": "schema.json",
|
|
54
51
|
"timeout": 0,
|
|
@@ -69,8 +66,7 @@
|
|
|
69
66
|
"name": "updateSecurityGroup",
|
|
70
67
|
"protocol": "REST",
|
|
71
68
|
"method": "PUT",
|
|
72
|
-
"entitypath":
|
|
73
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
69
|
+
"entitypath": "{base_path}/{version}/v2.0/security-groups/{pathv1}?{query}",
|
|
74
70
|
"requestSchema": "schema.json",
|
|
75
71
|
"responseSchema": "schema.json",
|
|
76
72
|
"timeout": 0,
|
|
@@ -90,8 +86,7 @@
|
|
|
90
86
|
"name": "deleteSecurityGroup",
|
|
91
87
|
"protocol": "REST",
|
|
92
88
|
"method": "DELETE",
|
|
93
|
-
"entitypath":
|
|
94
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
89
|
+
"entitypath": "{base_path}/{version}/v2.0/security-groups/{pathv1}?{query}",
|
|
95
90
|
"requestSchema": "schema.json",
|
|
96
91
|
"responseSchema": "schema.json",
|
|
97
92
|
"timeout": 0,
|
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
"name": "showSegmentDetails",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
8
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
7
|
+
"entitypath": "{base_path}/{version}/v2.0/segments/{pathv1}?{query}",
|
|
9
8
|
"requestSchema": "schema.json",
|
|
10
9
|
"responseSchema": "schema.json",
|
|
11
10
|
"timeout": 0,
|
|
@@ -26,8 +25,7 @@
|
|
|
26
25
|
"name": "updateSegment",
|
|
27
26
|
"protocol": "REST",
|
|
28
27
|
"method": "PUT",
|
|
29
|
-
"entitypath":
|
|
30
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
28
|
+
"entitypath": "{base_path}/{version}/v2.0/segments/{pathv1}?{query}",
|
|
31
29
|
"requestSchema": "schema.json",
|
|
32
30
|
"responseSchema": "schema.json",
|
|
33
31
|
"timeout": 0,
|
|
@@ -47,8 +45,7 @@
|
|
|
47
45
|
"name": "deleteSegment",
|
|
48
46
|
"protocol": "REST",
|
|
49
47
|
"method": "DELETE",
|
|
50
|
-
"entitypath":
|
|
51
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
48
|
+
"entitypath": "{base_path}/{version}/v2.0/segments/{pathv1}?{query}",
|
|
52
49
|
"requestSchema": "schema.json",
|
|
53
50
|
"responseSchema": "schema.json",
|
|
54
51
|
"timeout": 0,
|
|
@@ -68,8 +65,7 @@
|
|
|
68
65
|
"name": "listSegments",
|
|
69
66
|
"protocol": "REST",
|
|
70
67
|
"method": "GET",
|
|
71
|
-
"entitypath":
|
|
72
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
68
|
+
"entitypath": "{base_path}/{version}/v2.0/segments?{query}",
|
|
73
69
|
"requestSchema": "schema.json",
|
|
74
70
|
"responseSchema": "schema.json",
|
|
75
71
|
"timeout": 0,
|
|
@@ -90,8 +86,7 @@
|
|
|
90
86
|
"name": "createSegment",
|
|
91
87
|
"protocol": "REST",
|
|
92
88
|
"method": "POST",
|
|
93
|
-
"entitypath":
|
|
94
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
89
|
+
"entitypath": "{base_path}/{version}/v2.0/segments?{query}",
|
|
95
90
|
"requestSchema": "schema.json",
|
|
96
91
|
"responseSchema": "schema.json",
|
|
97
92
|
"timeout": 0,
|
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
"name": "listServiceProviders",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
8
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
7
|
+
"entitypath": "{base_path}/{version}/v2.0/service-providers?{query}",
|
|
9
8
|
"requestSchema": "schema.json",
|
|
10
9
|
"responseSchema": "schema.json",
|
|
11
10
|
"timeout": 0,
|
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
"name": "addPrefixes",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "PUT",
|
|
7
|
-
"entitypath":
|
|
8
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
7
|
+
"entitypath": "{base_path}/{version}/v2.0/subnetpools/{pathv1}/add_prefixes?{query}",
|
|
9
8
|
"requestSchema": "schema.json",
|
|
10
9
|
"responseSchema": "schema.json",
|
|
11
10
|
"timeout": 0,
|
|
@@ -25,8 +24,7 @@
|
|
|
25
24
|
"name": "removePrefixes",
|
|
26
25
|
"protocol": "REST",
|
|
27
26
|
"method": "PUT",
|
|
28
|
-
"entitypath":
|
|
29
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
27
|
+
"entitypath": "{base_path}/{version}/v2.0/subnetpools/{pathv1}/remove_prefixes?{query}",
|
|
30
28
|
"requestSchema": "schema.json",
|
|
31
29
|
"responseSchema": "schema.json",
|
|
32
30
|
"timeout": 0,
|
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
"name": "showSubnetPool",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
8
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
7
|
+
"entitypath": "{base_path}/{version}/v2.0/subnetpools/{pathv1}?{query}",
|
|
9
8
|
"requestSchema": "schema.json",
|
|
10
9
|
"responseSchema": "schema.json",
|
|
11
10
|
"timeout": 0,
|
|
@@ -26,8 +25,7 @@
|
|
|
26
25
|
"name": "updateSubnetPool",
|
|
27
26
|
"protocol": "REST",
|
|
28
27
|
"method": "PUT",
|
|
29
|
-
"entitypath":
|
|
30
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
28
|
+
"entitypath": "{base_path}/{version}/v2.0/subnetpools/{pathv1}?{query}",
|
|
31
29
|
"requestSchema": "schema.json",
|
|
32
30
|
"responseSchema": "schema.json",
|
|
33
31
|
"timeout": 0,
|
|
@@ -47,8 +45,7 @@
|
|
|
47
45
|
"name": "deleteSubnetPool",
|
|
48
46
|
"protocol": "REST",
|
|
49
47
|
"method": "DELETE",
|
|
50
|
-
"entitypath":
|
|
51
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
48
|
+
"entitypath": "{base_path}/{version}/v2.0/subnetpools/{pathv1}?{query}",
|
|
52
49
|
"requestSchema": "schema.json",
|
|
53
50
|
"responseSchema": "schema.json",
|
|
54
51
|
"timeout": 0,
|
|
@@ -68,8 +65,7 @@
|
|
|
68
65
|
"name": "listSubnetPools",
|
|
69
66
|
"protocol": "REST",
|
|
70
67
|
"method": "GET",
|
|
71
|
-
"entitypath":
|
|
72
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
68
|
+
"entitypath": "{base_path}/{version}/v2.0/subnetpools?{query}",
|
|
73
69
|
"requestSchema": "schema.json",
|
|
74
70
|
"responseSchema": "schema.json",
|
|
75
71
|
"timeout": 0,
|
|
@@ -90,8 +86,7 @@
|
|
|
90
86
|
"name": "createSubnetPool",
|
|
91
87
|
"protocol": "REST",
|
|
92
88
|
"method": "POST",
|
|
93
|
-
"entitypath":
|
|
94
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
89
|
+
"entitypath": "{base_path}/{version}/v2.0/subnetpools?{query}",
|
|
95
90
|
"requestSchema": "schema.json",
|
|
96
91
|
"responseSchema": "schema.json",
|
|
97
92
|
"timeout": 0,
|
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
"name": "listSubnets",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
8
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
7
|
+
"entitypath": "{base_path}/{version}/v2.0/subnets?{query}",
|
|
9
8
|
"requestSchema": "schema.json",
|
|
10
9
|
"responseSchema": "schema.json",
|
|
11
10
|
"timeout": 0,
|
|
@@ -26,8 +25,7 @@
|
|
|
26
25
|
"name": "createSubnet",
|
|
27
26
|
"protocol": "REST",
|
|
28
27
|
"method": "POST",
|
|
29
|
-
"entitypath":
|
|
30
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
28
|
+
"entitypath": "{base_path}/{version}/v2.0/subnets?{query}",
|
|
31
29
|
"requestSchema": "schema.json",
|
|
32
30
|
"responseSchema": "schema.json",
|
|
33
31
|
"timeout": 0,
|
|
@@ -47,8 +45,7 @@
|
|
|
47
45
|
"name": "showSubnetDetails",
|
|
48
46
|
"protocol": "REST",
|
|
49
47
|
"method": "GET",
|
|
50
|
-
"entitypath":
|
|
51
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
48
|
+
"entitypath": "{base_path}/{version}/v2.0/subnets/{pathv1}?{query}",
|
|
52
49
|
"requestSchema": "schema.json",
|
|
53
50
|
"responseSchema": "schema.json",
|
|
54
51
|
"timeout": 0,
|
|
@@ -69,8 +66,7 @@
|
|
|
69
66
|
"name": "updateSubnet",
|
|
70
67
|
"protocol": "REST",
|
|
71
68
|
"method": "PUT",
|
|
72
|
-
"entitypath":
|
|
73
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
69
|
+
"entitypath": "{base_path}/{version}/v2.0/subnets/{pathv1}?{query}",
|
|
74
70
|
"requestSchema": "schema.json",
|
|
75
71
|
"responseSchema": "schema.json",
|
|
76
72
|
"timeout": 0,
|
|
@@ -90,8 +86,7 @@
|
|
|
90
86
|
"name": "deleteSubnet",
|
|
91
87
|
"protocol": "REST",
|
|
92
88
|
"method": "DELETE",
|
|
93
|
-
"entitypath":
|
|
94
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
89
|
+
"entitypath": "{base_path}/{version}/v2.0/subnets/{pathv1}?{query}",
|
|
95
90
|
"requestSchema": "schema.json",
|
|
96
91
|
"responseSchema": "schema.json",
|
|
97
92
|
"timeout": 0,
|
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
"name": "replaceAllTags",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "PUT",
|
|
7
|
-
"entitypath":
|
|
8
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
7
|
+
"entitypath": "{base_path}/{version}/v2.0/{pathv1}/{pathv2}/tags?{query}",
|
|
9
8
|
"requestSchema": "schema.json",
|
|
10
9
|
"responseSchema": "schema.json",
|
|
11
10
|
"timeout": 0,
|
|
@@ -25,8 +24,7 @@
|
|
|
25
24
|
"name": "removeAllTags",
|
|
26
25
|
"protocol": "REST",
|
|
27
26
|
"method": "DELETE",
|
|
28
|
-
"entitypath":
|
|
29
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
27
|
+
"entitypath": "{base_path}/{version}/v2.0/{pathv1}/{pathv2}/tags?{query}",
|
|
30
28
|
"requestSchema": "schema.json",
|
|
31
29
|
"responseSchema": "schema.json",
|
|
32
30
|
"timeout": 0,
|
|
@@ -46,8 +44,7 @@
|
|
|
46
44
|
"name": "obtainTagList",
|
|
47
45
|
"protocol": "REST",
|
|
48
46
|
"method": "GET",
|
|
49
|
-
"entitypath":
|
|
50
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
47
|
+
"entitypath": "{base_path}/{version}/v2.0/{pathv1}/{pathv2}/tags?{query}",
|
|
51
48
|
"requestSchema": "schema.json",
|
|
52
49
|
"responseSchema": "schema.json",
|
|
53
50
|
"timeout": 0,
|
|
@@ -68,8 +65,7 @@
|
|
|
68
65
|
"name": "confirmATag",
|
|
69
66
|
"protocol": "REST",
|
|
70
67
|
"method": "GET",
|
|
71
|
-
"entitypath":
|
|
72
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
68
|
+
"entitypath": "{base_path}/{version}/v2.0/{pathv1}/{pathv2}/tags/{pathv3}?{query}",
|
|
73
69
|
"requestSchema": "schema.json",
|
|
74
70
|
"responseSchema": "schema.json",
|
|
75
71
|
"timeout": 0,
|
|
@@ -90,8 +86,7 @@
|
|
|
90
86
|
"name": "addATag",
|
|
91
87
|
"protocol": "REST",
|
|
92
88
|
"method": "PUT",
|
|
93
|
-
"entitypath":
|
|
94
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
89
|
+
"entitypath": "{base_path}/{version}/v2.0/{pathv1}/{pathv2}/tags/{pathv3}?{query}",
|
|
95
90
|
"requestSchema": "schema.json",
|
|
96
91
|
"responseSchema": "schema.json",
|
|
97
92
|
"timeout": 0,
|
|
@@ -111,8 +106,7 @@
|
|
|
111
106
|
"name": "removeATag",
|
|
112
107
|
"protocol": "REST",
|
|
113
108
|
"method": "DELETE",
|
|
114
|
-
"entitypath":
|
|
115
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
109
|
+
"entitypath": "{base_path}/{version}/v2.0/{pathv1}/{pathv2}/tags/{pathv3}?{query}",
|
|
116
110
|
"requestSchema": "schema.json",
|
|
117
111
|
"responseSchema": "schema.json",
|
|
118
112
|
"timeout": 0,
|
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
"name": "listTapServices",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
8
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
7
|
+
"entitypath": "{base_path}/{version}/v2.0/taas/tap_services?{query}",
|
|
9
8
|
"requestSchema": "schema.json",
|
|
10
9
|
"responseSchema": "schema.json",
|
|
11
10
|
"timeout": 0,
|
|
@@ -26,8 +25,7 @@
|
|
|
26
25
|
"name": "createTapService",
|
|
27
26
|
"protocol": "REST",
|
|
28
27
|
"method": "POST",
|
|
29
|
-
"entitypath":
|
|
30
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
28
|
+
"entitypath": "{base_path}/{version}/v2.0/taas/tap_services?{query}",
|
|
31
29
|
"requestSchema": "schema.json",
|
|
32
30
|
"responseSchema": "schema.json",
|
|
33
31
|
"timeout": 0,
|
|
@@ -47,8 +45,7 @@
|
|
|
47
45
|
"name": "updateTapService",
|
|
48
46
|
"protocol": "REST",
|
|
49
47
|
"method": "PUT",
|
|
50
|
-
"entitypath":
|
|
51
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
48
|
+
"entitypath": "{base_path}/{version}/v2.0/taas/tap_services/{pathv1}?{query}",
|
|
52
49
|
"requestSchema": "schema.json",
|
|
53
50
|
"responseSchema": "schema.json",
|
|
54
51
|
"timeout": 0,
|
|
@@ -68,8 +65,7 @@
|
|
|
68
65
|
"name": "deleteTapService",
|
|
69
66
|
"protocol": "REST",
|
|
70
67
|
"method": "DELETE",
|
|
71
|
-
"entitypath":
|
|
72
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
68
|
+
"entitypath": "{base_path}/{version}/v2.0/taas/tap_services/{pathv1}?{query}",
|
|
73
69
|
"requestSchema": "schema.json",
|
|
74
70
|
"responseSchema": "schema.json",
|
|
75
71
|
"timeout": 0,
|
|
@@ -89,8 +85,7 @@
|
|
|
89
85
|
"name": "showTapService",
|
|
90
86
|
"protocol": "REST",
|
|
91
87
|
"method": "GET",
|
|
92
|
-
"entitypath":
|
|
93
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
88
|
+
"entitypath": "{base_path}/{version}/v2.0/taas/tap_services/{pathv1}?{query}",
|
|
94
89
|
"requestSchema": "schema.json",
|
|
95
90
|
"responseSchema": "schema.json",
|
|
96
91
|
"timeout": 0,
|
|
@@ -111,8 +106,7 @@
|
|
|
111
106
|
"name": "listTapFlow",
|
|
112
107
|
"protocol": "REST",
|
|
113
108
|
"method": "GET",
|
|
114
|
-
"entitypath":
|
|
115
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
109
|
+
"entitypath": "{base_path}/{version}/v2.0/taas/tap_flows?{query}",
|
|
116
110
|
"requestSchema": "schema.json",
|
|
117
111
|
"responseSchema": "schema.json",
|
|
118
112
|
"timeout": 0,
|
|
@@ -133,8 +127,7 @@
|
|
|
133
127
|
"name": "createTapFlow",
|
|
134
128
|
"protocol": "REST",
|
|
135
129
|
"method": "POST",
|
|
136
|
-
"entitypath":
|
|
137
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
130
|
+
"entitypath": "{base_path}/{version}/v2.0/taas/tap_flows?{query}",
|
|
138
131
|
"requestSchema": "schema.json",
|
|
139
132
|
"responseSchema": "schema.json",
|
|
140
133
|
"timeout": 0,
|
|
@@ -154,8 +147,7 @@
|
|
|
154
147
|
"name": "updateTapFlow",
|
|
155
148
|
"protocol": "REST",
|
|
156
149
|
"method": "PUT",
|
|
157
|
-
"entitypath":
|
|
158
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
150
|
+
"entitypath": "{base_path}/{version}/v2.0/taas/tap_flows/{pathv1}?{query}",
|
|
159
151
|
"requestSchema": "schema.json",
|
|
160
152
|
"responseSchema": "schema.json",
|
|
161
153
|
"timeout": 0,
|
|
@@ -175,8 +167,7 @@
|
|
|
175
167
|
"name": "deleteTapFlow",
|
|
176
168
|
"protocol": "REST",
|
|
177
169
|
"method": "DELETE",
|
|
178
|
-
"entitypath":
|
|
179
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
170
|
+
"entitypath": "{base_path}/{version}/v2.0/taas/tap_flows/{pathv1}?{query}",
|
|
180
171
|
"requestSchema": "schema.json",
|
|
181
172
|
"responseSchema": "schema.json",
|
|
182
173
|
"timeout": 0,
|
|
@@ -196,8 +187,7 @@
|
|
|
196
187
|
"name": "showTapFlow",
|
|
197
188
|
"protocol": "REST",
|
|
198
189
|
"method": "GET",
|
|
199
|
-
"entitypath":
|
|
200
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
190
|
+
"entitypath": "{base_path}/{version}/v2.0/taas/tap_flows/{pathv1}?{query}",
|
|
201
191
|
"requestSchema": "schema.json",
|
|
202
192
|
"responseSchema": "schema.json",
|
|
203
193
|
"timeout": 0,
|
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
"name": "listTrunks",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
8
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
7
|
+
"entitypath": "{base_path}/{version}/v2.0/trunks?{query}",
|
|
9
8
|
"requestSchema": "schema.json",
|
|
10
9
|
"responseSchema": "schema.json",
|
|
11
10
|
"timeout": 0,
|
|
@@ -26,8 +25,7 @@
|
|
|
26
25
|
"name": "createTrunk",
|
|
27
26
|
"protocol": "REST",
|
|
28
27
|
"method": "POST",
|
|
29
|
-
"entitypath":
|
|
30
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
28
|
+
"entitypath": "{base_path}/{version}/v2.0/trunks?{query}",
|
|
31
29
|
"requestSchema": "schema.json",
|
|
32
30
|
"responseSchema": "schema.json",
|
|
33
31
|
"timeout": 0,
|
|
@@ -47,8 +45,7 @@
|
|
|
47
45
|
"name": "addSubportsToTrunk",
|
|
48
46
|
"protocol": "REST",
|
|
49
47
|
"method": "PUT",
|
|
50
|
-
"entitypath":
|
|
51
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
48
|
+
"entitypath": "{base_path}/{version}/v2.0/trunks/{pathv1}/add_subports?{query}",
|
|
52
49
|
"requestSchema": "schema.json",
|
|
53
50
|
"responseSchema": "schema.json",
|
|
54
51
|
"timeout": 0,
|
|
@@ -68,8 +65,7 @@
|
|
|
68
65
|
"name": "deleteSubportsFromTrunk",
|
|
69
66
|
"protocol": "REST",
|
|
70
67
|
"method": "PUT",
|
|
71
|
-
"entitypath":
|
|
72
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
68
|
+
"entitypath": "{base_path}/{version}/v2.0/trunks/{pathv1}/remove_subports?{query}",
|
|
73
69
|
"requestSchema": "schema.json",
|
|
74
70
|
"responseSchema": "schema.json",
|
|
75
71
|
"timeout": 0,
|
|
@@ -89,8 +85,7 @@
|
|
|
89
85
|
"name": "listSubportsForTrunk",
|
|
90
86
|
"protocol": "REST",
|
|
91
87
|
"method": "GET",
|
|
92
|
-
"entitypath":
|
|
93
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
88
|
+
"entitypath": "{base_path}/{version}/v2.0/trunks/{pathv1}/get_subports?{query}",
|
|
94
89
|
"requestSchema": "schema.json",
|
|
95
90
|
"responseSchema": "schema.json",
|
|
96
91
|
"timeout": 0,
|
|
@@ -111,8 +106,7 @@
|
|
|
111
106
|
"name": "updateTrunk",
|
|
112
107
|
"protocol": "REST",
|
|
113
108
|
"method": "PUT",
|
|
114
|
-
"entitypath":
|
|
115
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
109
|
+
"entitypath": "{base_path}/{version}/v2.0/trunks/{pathv1}?{query}",
|
|
116
110
|
"requestSchema": "schema.json",
|
|
117
111
|
"responseSchema": "schema.json",
|
|
118
112
|
"timeout": 0,
|
|
@@ -132,8 +126,7 @@
|
|
|
132
126
|
"name": "showTrunk",
|
|
133
127
|
"protocol": "REST",
|
|
134
128
|
"method": "GET",
|
|
135
|
-
"entitypath":
|
|
136
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
129
|
+
"entitypath": "{base_path}/{version}/v2.0/trunks/{pathv1}?{query}",
|
|
137
130
|
"requestSchema": "schema.json",
|
|
138
131
|
"responseSchema": "schema.json",
|
|
139
132
|
"timeout": 0,
|
|
@@ -154,8 +147,7 @@
|
|
|
154
147
|
"name": "deleteTrunk",
|
|
155
148
|
"protocol": "REST",
|
|
156
149
|
"method": "DELETE",
|
|
157
|
-
"entitypath":
|
|
158
|
-
"v1": "{base_path}/{version}/logging/logging_resources/{pathv1}/firewall_logs?{query}" },
|
|
150
|
+
"entitypath": "{base_path}/{version}/v2.0/trunks/{pathv1}?{query}",
|
|
159
151
|
"requestSchema": "schema.json",
|
|
160
152
|
"responseSchema": "schema.json",
|
|
161
153
|
"timeout": 0,
|