@itentialopensource/adapter-openstack_neutron 2.0.0 → 3.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/AUTH.md +11 -6
- package/CHANGELOG.md +18 -0
- package/entities/APIVersions/action.json +8 -2
- package/entities/AddressGroups/action.json +28 -7
- package/entities/AddressScopes/action.json +20 -5
- package/entities/Agents/action.json +16 -4
- package/entities/AutoAllocatedTopologies/action.json +8 -2
- package/entities/AvailabilityZones/action.json +4 -1
- package/entities/BGPPeer/action.json +20 -5
- package/entities/BGPSpeaker/action.json +44 -11
- package/entities/BGPVPNs/action.json +20 -5
- package/entities/DHCPAgentScheduler/action.json +16 -4
- package/entities/Extensions/action.json +8 -2
- package/entities/FWaaSV20CURRENTFwaasFirewallGroupsFirewallPoliciesFirewallRules/action.json +68 -17
- package/entities/FirewallLogs/action.json +20 -5
- package/entities/FloatingIPPoolsFloatingipPools/action.json +4 -1
- package/entities/FloatingIPsFloatingips/action.json +20 -5
- package/entities/FloatingIPsPortForwarding/action.json +20 -5
- package/entities/L3AgentScheduler/action.json +16 -4
- package/entities/LocalIPAssociationsPortAssociations/action.json +12 -3
- package/entities/LocalIPsLocalIps/action.json +20 -5
- package/entities/LogResource/action.json +20 -5
- package/entities/LoggableResource/action.json +4 -1
- package/entities/LoggingResources/action.json +20 -5
- package/entities/MeteringLabelsAndRulesMeteringLabelsMeteringLabelRules/action.json +32 -8
- package/entities/NetworkAssociations/action.json +16 -4
- package/entities/NetworkIPAvailabilityAndUsageStats/action.json +8 -2
- package/entities/NetworkSegmentRanges/action.json +20 -5
- package/entities/NetworkingFlavorsFrameworkV20CURRENTFlavorServiceProfile/action.json +48 -12
- package/entities/Networks/action.json +20 -5
- package/entities/PortAssociations/action.json +20 -5
- package/entities/Ports/action.json +20 -5
- package/entities/QoSBandwidthLimitRules/action.json +20 -5
- package/entities/QoSDSCPMarkingRules/action.json +20 -5
- package/entities/QoSMinimumBandwidthRules/action.json +20 -5
- package/entities/QoSMinimumPacketRateRules/action.json +20 -5
- package/entities/QoSPacketRateLimitRules/action.json +20 -5
- package/entities/QoSPoliciesQos/action.json +20 -5
- package/entities/QoSRuleTypes/action.json +8 -2
- package/entities/QualityOfServiceMinimumPacketRateRuleAliasAPI/action.json +12 -3
- package/entities/QualityOfServiceRulesAliasAPI/action.json +36 -9
- package/entities/QuotasDetailsExtensionQuotaDetails/action.json +4 -1
- package/entities/QuotasExtensionQuotas/action.json +20 -5
- package/entities/RBACPolicies/action.json +20 -5
- package/entities/RouterAssociations/action.json +20 -5
- package/entities/RouterNDPProxyNdpProxies/action.json +20 -5
- package/entities/RoutersConntrackHelperCTTargetRules/action.json +20 -5
- package/entities/RoutersRouters/action.json +36 -9
- package/entities/SecurityGroupRulesSecurityGroupRules/action.json +16 -4
- package/entities/SecurityGroupsSecurityGroups/action.json +20 -5
- package/entities/Segments/action.json +20 -5
- package/entities/ServiceProviders/action.json +4 -1
- package/entities/SubnetPoolPrefixOperationsSubnetpoolPrefixOps/action.json +8 -2
- package/entities/SubnetPoolsExtensionSubnetpools/action.json +20 -5
- package/entities/Subnets/action.json +20 -5
- package/entities/TagExtensionTags/action.json +24 -6
- package/entities/TapAsAService/action.json +40 -10
- package/entities/TrunkNetworking/action.json +32 -8
- package/entities/VPNaaS20VpnVpnservicesIkepoliciesIpsecpoliciesEndpointGroupsIpsecSiteConnections/action.json +100 -25
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listSubnets",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/subnets?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/subnets?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "createSubnet",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "POST",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/subnets?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/subnets?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "showSubnetDetails",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "GET",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/subnets/{pathv1}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/subnets/{pathv1}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -66,7 +75,10 @@
|
|
|
66
75
|
"name": "updateSubnet",
|
|
67
76
|
"protocol": "REST",
|
|
68
77
|
"method": "PUT",
|
|
69
|
-
"entitypath":
|
|
78
|
+
"entitypath": {
|
|
79
|
+
"v0": "{base_path}/{version}/v2.0/subnets/{pathv1}?{query}",
|
|
80
|
+
"v1": "{base_path}/{version}/subnets/{pathv1}?{query}"
|
|
81
|
+
},
|
|
70
82
|
"requestSchema": "schema.json",
|
|
71
83
|
"responseSchema": "schema.json",
|
|
72
84
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "deleteSubnet",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "DELETE",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/subnets/{pathv1}?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/subnets/{pathv1}?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "replaceAllTags",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "PUT",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/{pathv1}/{pathv2}/tags?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/{pathv1}/{pathv2}/tags?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -24,7 +27,10 @@
|
|
|
24
27
|
"name": "removeAllTags",
|
|
25
28
|
"protocol": "REST",
|
|
26
29
|
"method": "DELETE",
|
|
27
|
-
"entitypath":
|
|
30
|
+
"entitypath": {
|
|
31
|
+
"v0": "{base_path}/{version}/v2.0/{pathv1}/{pathv2}/tags?{query}",
|
|
32
|
+
"v1": "{base_path}/{version}/{pathv1}/{pathv2}/tags?{query}"
|
|
33
|
+
},
|
|
28
34
|
"requestSchema": "schema.json",
|
|
29
35
|
"responseSchema": "schema.json",
|
|
30
36
|
"timeout": 0,
|
|
@@ -44,7 +50,10 @@
|
|
|
44
50
|
"name": "obtainTagList",
|
|
45
51
|
"protocol": "REST",
|
|
46
52
|
"method": "GET",
|
|
47
|
-
"entitypath":
|
|
53
|
+
"entitypath": {
|
|
54
|
+
"v0": "{base_path}/{version}/v2.0/{pathv1}/{pathv2}/tags?{query}",
|
|
55
|
+
"v1": "{base_path}/{version}/{pathv1}/{pathv2}/tags?{query}"
|
|
56
|
+
},
|
|
48
57
|
"requestSchema": "schema.json",
|
|
49
58
|
"responseSchema": "schema.json",
|
|
50
59
|
"timeout": 0,
|
|
@@ -65,7 +74,10 @@
|
|
|
65
74
|
"name": "confirmATag",
|
|
66
75
|
"protocol": "REST",
|
|
67
76
|
"method": "GET",
|
|
68
|
-
"entitypath":
|
|
77
|
+
"entitypath": {
|
|
78
|
+
"v0": "{base_path}/{version}/v2.0/{pathv1}/{pathv2}/tags/{pathv3}?{query}",
|
|
79
|
+
"v1": "{base_path}/{version}/{pathv1}/{pathv2}/tags/{pathv3}?{query}"
|
|
80
|
+
},
|
|
69
81
|
"requestSchema": "schema.json",
|
|
70
82
|
"responseSchema": "schema.json",
|
|
71
83
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "addATag",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "PUT",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/{pathv1}/{pathv2}/tags/{pathv3}?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/{pathv1}/{pathv2}/tags/{pathv3}?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -106,7 +121,10 @@
|
|
|
106
121
|
"name": "removeATag",
|
|
107
122
|
"protocol": "REST",
|
|
108
123
|
"method": "DELETE",
|
|
109
|
-
"entitypath":
|
|
124
|
+
"entitypath": {
|
|
125
|
+
"v0": "{base_path}/{version}/v2.0/{pathv1}/{pathv2}/tags/{pathv3}?{query}",
|
|
126
|
+
"v1": "{base_path}/{version}/{pathv1}/{pathv2}/tags/{pathv3}?{query}"
|
|
127
|
+
},
|
|
110
128
|
"requestSchema": "schema.json",
|
|
111
129
|
"responseSchema": "schema.json",
|
|
112
130
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listTapServices",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/taas/tap_services?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/taas/tap_services?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "createTapService",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "POST",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/taas/tap_services?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/taas/tap_services?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "updateTapService",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "PUT",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/taas/tap_services/{pathv1}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/taas/tap_services/{pathv1}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -65,7 +74,10 @@
|
|
|
65
74
|
"name": "deleteTapService",
|
|
66
75
|
"protocol": "REST",
|
|
67
76
|
"method": "DELETE",
|
|
68
|
-
"entitypath":
|
|
77
|
+
"entitypath": {
|
|
78
|
+
"v0": "{base_path}/{version}/v2.0/taas/tap_services/{pathv1}?{query}",
|
|
79
|
+
"v1": "{base_path}/{version}/taas/tap_services/{pathv1}?{query}"
|
|
80
|
+
},
|
|
69
81
|
"requestSchema": "schema.json",
|
|
70
82
|
"responseSchema": "schema.json",
|
|
71
83
|
"timeout": 0,
|
|
@@ -85,7 +97,10 @@
|
|
|
85
97
|
"name": "showTapService",
|
|
86
98
|
"protocol": "REST",
|
|
87
99
|
"method": "GET",
|
|
88
|
-
"entitypath":
|
|
100
|
+
"entitypath": {
|
|
101
|
+
"v0": "{base_path}/{version}/v2.0/taas/tap_services/{pathv1}?{query}",
|
|
102
|
+
"v1": "{base_path}/{version}/taas/tap_services/{pathv1}?{query}"
|
|
103
|
+
},
|
|
89
104
|
"requestSchema": "schema.json",
|
|
90
105
|
"responseSchema": "schema.json",
|
|
91
106
|
"timeout": 0,
|
|
@@ -106,7 +121,10 @@
|
|
|
106
121
|
"name": "listTapFlow",
|
|
107
122
|
"protocol": "REST",
|
|
108
123
|
"method": "GET",
|
|
109
|
-
"entitypath":
|
|
124
|
+
"entitypath": {
|
|
125
|
+
"v0": "{base_path}/{version}/v2.0/taas/tap_flows?{query}",
|
|
126
|
+
"v1": "{base_path}/{version}/taas/tap_flows?{query}"
|
|
127
|
+
},
|
|
110
128
|
"requestSchema": "schema.json",
|
|
111
129
|
"responseSchema": "schema.json",
|
|
112
130
|
"timeout": 0,
|
|
@@ -127,7 +145,10 @@
|
|
|
127
145
|
"name": "createTapFlow",
|
|
128
146
|
"protocol": "REST",
|
|
129
147
|
"method": "POST",
|
|
130
|
-
"entitypath":
|
|
148
|
+
"entitypath": {
|
|
149
|
+
"v0": "{base_path}/{version}/v2.0/taas/tap_flows?{query}",
|
|
150
|
+
"v1": "{base_path}/{version}/taas/tap_flows?{query}"
|
|
151
|
+
},
|
|
131
152
|
"requestSchema": "schema.json",
|
|
132
153
|
"responseSchema": "schema.json",
|
|
133
154
|
"timeout": 0,
|
|
@@ -147,7 +168,10 @@
|
|
|
147
168
|
"name": "updateTapFlow",
|
|
148
169
|
"protocol": "REST",
|
|
149
170
|
"method": "PUT",
|
|
150
|
-
"entitypath":
|
|
171
|
+
"entitypath": {
|
|
172
|
+
"v0": "{base_path}/{version}/v2.0/taas/tap_flows/{pathv1}?{query}",
|
|
173
|
+
"v1": "{base_path}/{version}/taas/tap_flows/{pathv1}?{query}"
|
|
174
|
+
},
|
|
151
175
|
"requestSchema": "schema.json",
|
|
152
176
|
"responseSchema": "schema.json",
|
|
153
177
|
"timeout": 0,
|
|
@@ -167,7 +191,10 @@
|
|
|
167
191
|
"name": "deleteTapFlow",
|
|
168
192
|
"protocol": "REST",
|
|
169
193
|
"method": "DELETE",
|
|
170
|
-
"entitypath":
|
|
194
|
+
"entitypath": {
|
|
195
|
+
"v0": "{base_path}/{version}/v2.0/taas/tap_flows/{pathv1}?{query}",
|
|
196
|
+
"v1": "{base_path}/{version}/taas/tap_flows/{pathv1}?{query}"
|
|
197
|
+
},
|
|
171
198
|
"requestSchema": "schema.json",
|
|
172
199
|
"responseSchema": "schema.json",
|
|
173
200
|
"timeout": 0,
|
|
@@ -187,7 +214,10 @@
|
|
|
187
214
|
"name": "showTapFlow",
|
|
188
215
|
"protocol": "REST",
|
|
189
216
|
"method": "GET",
|
|
190
|
-
"entitypath":
|
|
217
|
+
"entitypath": {
|
|
218
|
+
"v0": "{base_path}/{version}/v2.0/taas/tap_flows/{pathv1}?{query}",
|
|
219
|
+
"v1": "{base_path}/{version}/taas/tap_flows/{pathv1}?{query}"
|
|
220
|
+
},
|
|
191
221
|
"requestSchema": "schema.json",
|
|
192
222
|
"responseSchema": "schema.json",
|
|
193
223
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listTrunks",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/trunks?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/trunks?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "createTrunk",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "POST",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/trunks?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/trunks?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "addSubportsToTrunk",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "PUT",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/trunks/{pathv1}/add_subports?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/trunks/{pathv1}/add_subports?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -65,7 +74,10 @@
|
|
|
65
74
|
"name": "deleteSubportsFromTrunk",
|
|
66
75
|
"protocol": "REST",
|
|
67
76
|
"method": "PUT",
|
|
68
|
-
"entitypath":
|
|
77
|
+
"entitypath": {
|
|
78
|
+
"v0": "{base_path}/{version}/v2.0/trunks/{pathv1}/remove_subports?{query}",
|
|
79
|
+
"v1": "{base_path}/{version}/trunks/{pathv1}/remove_subports?{query}"
|
|
80
|
+
},
|
|
69
81
|
"requestSchema": "schema.json",
|
|
70
82
|
"responseSchema": "schema.json",
|
|
71
83
|
"timeout": 0,
|
|
@@ -85,7 +97,10 @@
|
|
|
85
97
|
"name": "listSubportsForTrunk",
|
|
86
98
|
"protocol": "REST",
|
|
87
99
|
"method": "GET",
|
|
88
|
-
"entitypath":
|
|
100
|
+
"entitypath": {
|
|
101
|
+
"v0": "{base_path}/{version}/v2.0/trunks/{pathv1}/get_subports?{query}",
|
|
102
|
+
"v1": "{base_path}/{version}/trunks/{pathv1}/get_subports?{query}"
|
|
103
|
+
},
|
|
89
104
|
"requestSchema": "schema.json",
|
|
90
105
|
"responseSchema": "schema.json",
|
|
91
106
|
"timeout": 0,
|
|
@@ -106,7 +121,10 @@
|
|
|
106
121
|
"name": "updateTrunk",
|
|
107
122
|
"protocol": "REST",
|
|
108
123
|
"method": "PUT",
|
|
109
|
-
"entitypath":
|
|
124
|
+
"entitypath": {
|
|
125
|
+
"v0": "{base_path}/{version}/v2.0/trunks/{pathv1}?{query}",
|
|
126
|
+
"v1": "{base_path}/{version}/trunks/{pathv1}?{query}"
|
|
127
|
+
},
|
|
110
128
|
"requestSchema": "schema.json",
|
|
111
129
|
"responseSchema": "schema.json",
|
|
112
130
|
"timeout": 0,
|
|
@@ -126,7 +144,10 @@
|
|
|
126
144
|
"name": "showTrunk",
|
|
127
145
|
"protocol": "REST",
|
|
128
146
|
"method": "GET",
|
|
129
|
-
"entitypath":
|
|
147
|
+
"entitypath": {
|
|
148
|
+
"v0": "{base_path}/{version}/v2.0/trunks/{pathv1}?{query}",
|
|
149
|
+
"v1": "{base_path}/{version}/trunks/{pathv1}?{query}"
|
|
150
|
+
},
|
|
130
151
|
"requestSchema": "schema.json",
|
|
131
152
|
"responseSchema": "schema.json",
|
|
132
153
|
"timeout": 0,
|
|
@@ -147,7 +168,10 @@
|
|
|
147
168
|
"name": "deleteTrunk",
|
|
148
169
|
"protocol": "REST",
|
|
149
170
|
"method": "DELETE",
|
|
150
|
-
"entitypath":
|
|
171
|
+
"entitypath": {
|
|
172
|
+
"v0": "{base_path}/{version}/v2.0/trunks/{pathv1}?{query}",
|
|
173
|
+
"v1": "{base_path}/{version}/trunks/{pathv1}?{query}"
|
|
174
|
+
},
|
|
151
175
|
"requestSchema": "schema.json",
|
|
152
176
|
"responseSchema": "schema.json",
|
|
153
177
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listIKEPolicies",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/vpn/ikepolicies?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/vpn/ikepolicies?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "createIKEPolicy",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "POST",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/vpn/ikepolicies?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/vpn/ikepolicies?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "showIKEPolicyDetails",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "GET",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/vpn/ikepolicies/{pathv1}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/vpn/ikepolicies/{pathv1}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -66,7 +75,10 @@
|
|
|
66
75
|
"name": "updateIKEPolicy",
|
|
67
76
|
"protocol": "REST",
|
|
68
77
|
"method": "PUT",
|
|
69
|
-
"entitypath":
|
|
78
|
+
"entitypath": {
|
|
79
|
+
"v0": "{base_path}/{version}/v2.0/vpn/ikepolicies/{pathv1}?{query}",
|
|
80
|
+
"v1": "{base_path}/{version}/vpn/ikepolicies/{pathv1}?{query}"
|
|
81
|
+
},
|
|
70
82
|
"requestSchema": "schema.json",
|
|
71
83
|
"responseSchema": "schema.json",
|
|
72
84
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "removeIKEPolicy",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "DELETE",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/vpn/ikepolicies/{pathv1}?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/vpn/ikepolicies/{pathv1}?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -106,7 +121,10 @@
|
|
|
106
121
|
"name": "listIPsecPolicies",
|
|
107
122
|
"protocol": "REST",
|
|
108
123
|
"method": "GET",
|
|
109
|
-
"entitypath":
|
|
124
|
+
"entitypath": {
|
|
125
|
+
"v0": "{base_path}/{version}/v2.0/vpn/ipsecpolicies?{query}",
|
|
126
|
+
"v1": "{base_path}/{version}/vpn/ipsecpolicies?{query}"
|
|
127
|
+
},
|
|
110
128
|
"requestSchema": "schema.json",
|
|
111
129
|
"responseSchema": "schema.json",
|
|
112
130
|
"timeout": 0,
|
|
@@ -127,7 +145,10 @@
|
|
|
127
145
|
"name": "createIPsecPolicy",
|
|
128
146
|
"protocol": "REST",
|
|
129
147
|
"method": "POST",
|
|
130
|
-
"entitypath":
|
|
148
|
+
"entitypath": {
|
|
149
|
+
"v0": "{base_path}/{version}/v2.0/vpn/ipsecpolicies?{query}",
|
|
150
|
+
"v1": "{base_path}/{version}/vpn/ipsecpolicies?{query}"
|
|
151
|
+
},
|
|
131
152
|
"requestSchema": "schema.json",
|
|
132
153
|
"responseSchema": "schema.json",
|
|
133
154
|
"timeout": 0,
|
|
@@ -147,7 +168,10 @@
|
|
|
147
168
|
"name": "showIPsecPolicy",
|
|
148
169
|
"protocol": "REST",
|
|
149
170
|
"method": "GET",
|
|
150
|
-
"entitypath":
|
|
171
|
+
"entitypath": {
|
|
172
|
+
"v0": "{base_path}/{version}/v2.0/vpn/ipsecpolicies/{pathv1}?{query}",
|
|
173
|
+
"v1": "{base_path}/{version}/vpn/ipsecpolicies/{pathv1}?{query}"
|
|
174
|
+
},
|
|
151
175
|
"requestSchema": "schema.json",
|
|
152
176
|
"responseSchema": "schema.json",
|
|
153
177
|
"timeout": 0,
|
|
@@ -168,7 +192,10 @@
|
|
|
168
192
|
"name": "updateIPsecPolicy",
|
|
169
193
|
"protocol": "REST",
|
|
170
194
|
"method": "PUT",
|
|
171
|
-
"entitypath":
|
|
195
|
+
"entitypath": {
|
|
196
|
+
"v0": "{base_path}/{version}/v2.0/vpn/ipsecpolicies/{pathv1}?{query}",
|
|
197
|
+
"v1": "{base_path}/{version}/vpn/ipsecpolicies/{pathv1}?{query}"
|
|
198
|
+
},
|
|
172
199
|
"requestSchema": "schema.json",
|
|
173
200
|
"responseSchema": "schema.json",
|
|
174
201
|
"timeout": 0,
|
|
@@ -188,7 +215,10 @@
|
|
|
188
215
|
"name": "removeIPsecPolicy",
|
|
189
216
|
"protocol": "REST",
|
|
190
217
|
"method": "DELETE",
|
|
191
|
-
"entitypath":
|
|
218
|
+
"entitypath": {
|
|
219
|
+
"v0": "{base_path}/{version}/v2.0/vpn/ipsecpolicies/{pathv1}?{query}",
|
|
220
|
+
"v1": "{base_path}/{version}/vpn/ipsecpolicies/{pathv1}?{query}"
|
|
221
|
+
},
|
|
192
222
|
"requestSchema": "schema.json",
|
|
193
223
|
"responseSchema": "schema.json",
|
|
194
224
|
"timeout": 0,
|
|
@@ -208,7 +238,10 @@
|
|
|
208
238
|
"name": "listIPsecConnections",
|
|
209
239
|
"protocol": "REST",
|
|
210
240
|
"method": "GET",
|
|
211
|
-
"entitypath":
|
|
241
|
+
"entitypath": {
|
|
242
|
+
"v0": "{base_path}/{version}/v2.0/vpn/ipsec-site-connections?{query}",
|
|
243
|
+
"v1": "{base_path}/{version}/vpn/ipsec-site-connections?{query}"
|
|
244
|
+
},
|
|
212
245
|
"requestSchema": "schema.json",
|
|
213
246
|
"responseSchema": "schema.json",
|
|
214
247
|
"timeout": 0,
|
|
@@ -229,7 +262,10 @@
|
|
|
229
262
|
"name": "createIPsecConnection",
|
|
230
263
|
"protocol": "REST",
|
|
231
264
|
"method": "POST",
|
|
232
|
-
"entitypath":
|
|
265
|
+
"entitypath": {
|
|
266
|
+
"v0": "{base_path}/{version}/v2.0/vpn/ipsec-site-connections?{query}",
|
|
267
|
+
"v1": "{base_path}/{version}/vpn/ipsec-site-connections?{query}"
|
|
268
|
+
},
|
|
233
269
|
"requestSchema": "schema.json",
|
|
234
270
|
"responseSchema": "schema.json",
|
|
235
271
|
"timeout": 0,
|
|
@@ -249,7 +285,10 @@
|
|
|
249
285
|
"name": "showIPsecConnection",
|
|
250
286
|
"protocol": "REST",
|
|
251
287
|
"method": "GET",
|
|
252
|
-
"entitypath":
|
|
288
|
+
"entitypath": {
|
|
289
|
+
"v0": "{base_path}/{version}/v2.0/vpn/ipsec-site-connections/{pathv1}?{query}",
|
|
290
|
+
"v1": "{base_path}/{version}/vpn/ipsec-site-connections/{pathv1}?{query}"
|
|
291
|
+
},
|
|
253
292
|
"requestSchema": "schema.json",
|
|
254
293
|
"responseSchema": "schema.json",
|
|
255
294
|
"timeout": 0,
|
|
@@ -270,7 +309,10 @@
|
|
|
270
309
|
"name": "updateIPsecConnection",
|
|
271
310
|
"protocol": "REST",
|
|
272
311
|
"method": "PUT",
|
|
273
|
-
"entitypath":
|
|
312
|
+
"entitypath": {
|
|
313
|
+
"v0": "{base_path}/{version}/v2.0/vpn/ipsec-site-connections/{pathv1}?{query}",
|
|
314
|
+
"v1": "{base_path}/{version}/vpn/ipsec-site-connections/{pathv1}?{query}"
|
|
315
|
+
},
|
|
274
316
|
"requestSchema": "schema.json",
|
|
275
317
|
"responseSchema": "schema.json",
|
|
276
318
|
"timeout": 0,
|
|
@@ -290,7 +332,10 @@
|
|
|
290
332
|
"name": "removeIPsecConnection",
|
|
291
333
|
"protocol": "REST",
|
|
292
334
|
"method": "DELETE",
|
|
293
|
-
"entitypath":
|
|
335
|
+
"entitypath": {
|
|
336
|
+
"v0": "{base_path}/{version}/v2.0/vpn/ipsec-site-connections/{pathv1}?{query}",
|
|
337
|
+
"v1": "{base_path}/{version}/vpn/ipsec-site-connections/{pathv1}?{query}"
|
|
338
|
+
},
|
|
294
339
|
"requestSchema": "schema.json",
|
|
295
340
|
"responseSchema": "schema.json",
|
|
296
341
|
"timeout": 0,
|
|
@@ -310,7 +355,10 @@
|
|
|
310
355
|
"name": "listVPNEndpointGroups",
|
|
311
356
|
"protocol": "REST",
|
|
312
357
|
"method": "GET",
|
|
313
|
-
"entitypath":
|
|
358
|
+
"entitypath": {
|
|
359
|
+
"v0": "{base_path}/{version}/v2.0/vpn/endpoint-groups?{query}",
|
|
360
|
+
"v1": "{base_path}/{version}/vpn/endpoint-groups?{query}"
|
|
361
|
+
},
|
|
314
362
|
"requestSchema": "schema.json",
|
|
315
363
|
"responseSchema": "schema.json",
|
|
316
364
|
"timeout": 0,
|
|
@@ -331,7 +379,10 @@
|
|
|
331
379
|
"name": "createVPNEndpointGroup",
|
|
332
380
|
"protocol": "REST",
|
|
333
381
|
"method": "POST",
|
|
334
|
-
"entitypath":
|
|
382
|
+
"entitypath": {
|
|
383
|
+
"v0": "{base_path}/{version}/v2.0/vpn/endpoint-groups?{query}",
|
|
384
|
+
"v1": "{base_path}/{version}/vpn/endpoint-groups?{query}"
|
|
385
|
+
},
|
|
335
386
|
"requestSchema": "schema.json",
|
|
336
387
|
"responseSchema": "schema.json",
|
|
337
388
|
"timeout": 0,
|
|
@@ -351,7 +402,10 @@
|
|
|
351
402
|
"name": "showVPNEndpointGroup",
|
|
352
403
|
"protocol": "REST",
|
|
353
404
|
"method": "GET",
|
|
354
|
-
"entitypath":
|
|
405
|
+
"entitypath": {
|
|
406
|
+
"v0": "{base_path}/{version}/v2.0/vpn/endpoint-groups/{pathv1}?{query}",
|
|
407
|
+
"v1": "{base_path}/{version}/vpn/endpoint-groups/{pathv1}?{query}"
|
|
408
|
+
},
|
|
355
409
|
"requestSchema": "schema.json",
|
|
356
410
|
"responseSchema": "schema.json",
|
|
357
411
|
"timeout": 0,
|
|
@@ -372,7 +426,10 @@
|
|
|
372
426
|
"name": "updateVPNEndpointGroup",
|
|
373
427
|
"protocol": "REST",
|
|
374
428
|
"method": "PUT",
|
|
375
|
-
"entitypath":
|
|
429
|
+
"entitypath": {
|
|
430
|
+
"v0": "{base_path}/{version}/v2.0/vpn/endpoint-groups/{pathv1}?{query}",
|
|
431
|
+
"v1": "{base_path}/{version}/vpn/endpoint-groups/{pathv1}?{query}"
|
|
432
|
+
},
|
|
376
433
|
"requestSchema": "schema.json",
|
|
377
434
|
"responseSchema": "schema.json",
|
|
378
435
|
"timeout": 0,
|
|
@@ -392,7 +449,10 @@
|
|
|
392
449
|
"name": "removeVPNEndpointGroup",
|
|
393
450
|
"protocol": "REST",
|
|
394
451
|
"method": "DELETE",
|
|
395
|
-
"entitypath":
|
|
452
|
+
"entitypath": {
|
|
453
|
+
"v0": "{base_path}/{version}/v2.0/vpn/endpoint-groups/{pathv1}?{query}",
|
|
454
|
+
"v1": "{base_path}/{version}/vpn/endpoint-groups/{pathv1}?{query}"
|
|
455
|
+
},
|
|
396
456
|
"requestSchema": "schema.json",
|
|
397
457
|
"responseSchema": "schema.json",
|
|
398
458
|
"timeout": 0,
|
|
@@ -412,7 +472,10 @@
|
|
|
412
472
|
"name": "listVPNServices",
|
|
413
473
|
"protocol": "REST",
|
|
414
474
|
"method": "GET",
|
|
415
|
-
"entitypath":
|
|
475
|
+
"entitypath": {
|
|
476
|
+
"v0": "{base_path}/{version}/v2.0/vpn/vpnservices?{query}",
|
|
477
|
+
"v1": "{base_path}/{version}/vpn/vpnservices?{query}"
|
|
478
|
+
},
|
|
416
479
|
"requestSchema": "schema.json",
|
|
417
480
|
"responseSchema": "schema.json",
|
|
418
481
|
"timeout": 0,
|
|
@@ -433,7 +496,10 @@
|
|
|
433
496
|
"name": "createVPNService",
|
|
434
497
|
"protocol": "REST",
|
|
435
498
|
"method": "POST",
|
|
436
|
-
"entitypath":
|
|
499
|
+
"entitypath": {
|
|
500
|
+
"v0": "{base_path}/{version}/v2.0/vpn/vpnservices?{query}",
|
|
501
|
+
"v1": "{base_path}/{version}/vpn/vpnservices?{query}"
|
|
502
|
+
},
|
|
437
503
|
"requestSchema": "schema.json",
|
|
438
504
|
"responseSchema": "schema.json",
|
|
439
505
|
"timeout": 0,
|
|
@@ -453,7 +519,10 @@
|
|
|
453
519
|
"name": "showVPNServiceDetails",
|
|
454
520
|
"protocol": "REST",
|
|
455
521
|
"method": "GET",
|
|
456
|
-
"entitypath":
|
|
522
|
+
"entitypath": {
|
|
523
|
+
"v0": "{base_path}/{version}/v2.0/vpn/vpnservices/{pathv1}?{query}",
|
|
524
|
+
"v1": "{base_path}/{version}/vpn/vpnservices/{pathv1}?{query}"
|
|
525
|
+
},
|
|
457
526
|
"requestSchema": "schema.json",
|
|
458
527
|
"responseSchema": "schema.json",
|
|
459
528
|
"timeout": 0,
|
|
@@ -474,7 +543,10 @@
|
|
|
474
543
|
"name": "updateVPNService",
|
|
475
544
|
"protocol": "REST",
|
|
476
545
|
"method": "PUT",
|
|
477
|
-
"entitypath":
|
|
546
|
+
"entitypath": {
|
|
547
|
+
"v0": "{base_path}/{version}/v2.0/vpn/vpnservices/{pathv1}?{query}",
|
|
548
|
+
"v1": "{base_path}/{version}/vpn/vpnservices/{pathv1}?{query}"
|
|
549
|
+
},
|
|
478
550
|
"requestSchema": "schema.json",
|
|
479
551
|
"responseSchema": "schema.json",
|
|
480
552
|
"timeout": 0,
|
|
@@ -494,7 +566,10 @@
|
|
|
494
566
|
"name": "removeVPNService",
|
|
495
567
|
"protocol": "REST",
|
|
496
568
|
"method": "DELETE",
|
|
497
|
-
"entitypath":
|
|
569
|
+
"entitypath": {
|
|
570
|
+
"v0": "{base_path}/{version}/v2.0/vpn/vpnservices/{pathv1}?{query}",
|
|
571
|
+
"v1": "{base_path}/{version}/vpn/vpnservices/{pathv1}?{query}"
|
|
572
|
+
},
|
|
498
573
|
"requestSchema": "schema.json",
|
|
499
574
|
"responseSchema": "schema.json",
|
|
500
575
|
"timeout": 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-openstack_neutron",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "This adapter integrates with system described as: Openstack Networking (Neutron) Service",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "Openstack Neutron",
|
|
Binary file
|