@itentialopensource/adapter-openstack_neutron 2.0.1 → 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/CHANGELOG.md +8 -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
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listAPIVersions",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "showAPIV2Details",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "GET",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "showAddressGroup",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/address-groups/{pathv1}?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/address-groups/{pathv1}?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "createAddressGroup",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "POST",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/address-groups/{pathv1}?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/address-groups/{pathv1}?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "updateAnAddressGroup",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "PUT",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/address-groups/{pathv1}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/address-groups/{pathv1}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -65,7 +74,10 @@
|
|
|
65
74
|
"name": "deleteAnAddressGroup",
|
|
66
75
|
"protocol": "REST",
|
|
67
76
|
"method": "DELETE",
|
|
68
|
-
"entitypath":
|
|
77
|
+
"entitypath": {
|
|
78
|
+
"v0": "{base_path}/{version}/v2.0/address-groups/{pathv1}?{query}",
|
|
79
|
+
"v1": "{base_path}/{version}/address-groups/{pathv1}?{query}"
|
|
80
|
+
},
|
|
69
81
|
"requestSchema": "schema.json",
|
|
70
82
|
"responseSchema": "schema.json",
|
|
71
83
|
"timeout": 0,
|
|
@@ -85,7 +97,10 @@
|
|
|
85
97
|
"name": "listAddressGroups",
|
|
86
98
|
"protocol": "REST",
|
|
87
99
|
"method": "GET",
|
|
88
|
-
"entitypath":
|
|
100
|
+
"entitypath": {
|
|
101
|
+
"v0": "{base_path}/{version}/v2.0/address-groups?{query}",
|
|
102
|
+
"v1": "{base_path}/{version}/address-groups?{query}"
|
|
103
|
+
},
|
|
89
104
|
"requestSchema": "schema.json",
|
|
90
105
|
"responseSchema": "schema.json",
|
|
91
106
|
"timeout": 0,
|
|
@@ -106,7 +121,10 @@
|
|
|
106
121
|
"name": "addIPAddressesToAddressGroup",
|
|
107
122
|
"protocol": "REST",
|
|
108
123
|
"method": "PUT",
|
|
109
|
-
"entitypath":
|
|
124
|
+
"entitypath": {
|
|
125
|
+
"v0": "{base_path}/{version}/v2.0/address-group/{pathv1}/add_addresses?{query}",
|
|
126
|
+
"v1": "{base_path}/{version}/address-group/{pathv1}/add_addresses?{query}"
|
|
127
|
+
},
|
|
110
128
|
"requestSchema": "schema.json",
|
|
111
129
|
"responseSchema": "schema.json",
|
|
112
130
|
"timeout": 0,
|
|
@@ -126,7 +144,10 @@
|
|
|
126
144
|
"name": "removeIPAddressesToAddressGroup",
|
|
127
145
|
"protocol": "REST",
|
|
128
146
|
"method": "PUT",
|
|
129
|
-
"entitypath":
|
|
147
|
+
"entitypath": {
|
|
148
|
+
"v0": "{base_path}/{version}/v2.0/address-group/{pathv1}/remove_addresses?{query}",
|
|
149
|
+
"v1": "{base_path}/{version}/address-group/{pathv1}/remove_addresses?{query}"
|
|
150
|
+
},
|
|
130
151
|
"requestSchema": "schema.json",
|
|
131
152
|
"responseSchema": "schema.json",
|
|
132
153
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "showAddressScope",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/address-scopes/{pathv1}?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/address-scopes/{pathv1}?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "updateAnAddressScope",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "PUT",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/address-scopes/{pathv1}?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/address-scopes/{pathv1}?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "deleteAnAddressScope",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "DELETE",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/address-scopes/{pathv1}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/address-scopes/{pathv1}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -65,7 +74,10 @@
|
|
|
65
74
|
"name": "listAddressScopes",
|
|
66
75
|
"protocol": "REST",
|
|
67
76
|
"method": "GET",
|
|
68
|
-
"entitypath":
|
|
77
|
+
"entitypath": {
|
|
78
|
+
"v0": "{base_path}/{version}/v2.0/address-scopes?{query}",
|
|
79
|
+
"v1": "{base_path}/{version}/address-scopes?{query}"
|
|
80
|
+
},
|
|
69
81
|
"requestSchema": "schema.json",
|
|
70
82
|
"responseSchema": "schema.json",
|
|
71
83
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "createAddressScope",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "POST",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/address-scopes?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/address-scopes?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listAllAgents",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/agents?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/agents?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "showAgentDetails",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "GET",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/agents/{pathv1}?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/agents/{pathv1}?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -46,7 +52,10 @@
|
|
|
46
52
|
"name": "updateAgent",
|
|
47
53
|
"protocol": "REST",
|
|
48
54
|
"method": "PUT",
|
|
49
|
-
"entitypath":
|
|
55
|
+
"entitypath": {
|
|
56
|
+
"v0": "{base_path}/{version}/v2.0/agents/{pathv1}?{query}",
|
|
57
|
+
"v1": "{base_path}/{version}/agents/{pathv1}?{query}"
|
|
58
|
+
},
|
|
50
59
|
"requestSchema": "schema.json",
|
|
51
60
|
"responseSchema": "schema.json",
|
|
52
61
|
"timeout": 0,
|
|
@@ -66,7 +75,10 @@
|
|
|
66
75
|
"name": "deleteAgent",
|
|
67
76
|
"protocol": "REST",
|
|
68
77
|
"method": "DELETE",
|
|
69
|
-
"entitypath":
|
|
78
|
+
"entitypath": {
|
|
79
|
+
"v0": "{base_path}/{version}/v2.0/agents/{pathv1}?{query}",
|
|
80
|
+
"v1": "{base_path}/{version}/agents/{pathv1}?{query}"
|
|
81
|
+
},
|
|
70
82
|
"requestSchema": "schema.json",
|
|
71
83
|
"responseSchema": "schema.json",
|
|
72
84
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "showAutoAllocatedTopologyDetails",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/auto-allocated-topology/{pathv1}?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/auto-allocated-topology/{pathv1}?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "deleteTheAutoAllocatedTopology",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "DELETE",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/auto-allocated-topology/{pathv1}?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/auto-allocated-topology/{pathv1}?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listAllAvailabilityZones",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/availability_zones?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/availability_zones?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listBGPPeers",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/bgp-peers?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/bgp-peers?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "createABGPPeer",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "POST",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/bgp-peers?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/bgp-peers?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "showBGPPeerDetails",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "GET",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/bgp-peers/{pathv1}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/bgp-peers/{pathv1}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -66,7 +75,10 @@
|
|
|
66
75
|
"name": "updateABGPPeer",
|
|
67
76
|
"protocol": "REST",
|
|
68
77
|
"method": "PUT",
|
|
69
|
-
"entitypath":
|
|
78
|
+
"entitypath": {
|
|
79
|
+
"v0": "{base_path}/{version}/v2.0/bgp-peers/{pathv1}?{query}",
|
|
80
|
+
"v1": "{base_path}/{version}/bgp-peers/{pathv1}?{query}"
|
|
81
|
+
},
|
|
70
82
|
"requestSchema": "schema.json",
|
|
71
83
|
"responseSchema": "schema.json",
|
|
72
84
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "deleteABGPPeer",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "DELETE",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/bgp-peers/{pathv1}?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/bgp-peers/{pathv1}?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listBGPSpeakers",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/bgp-speakers?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/bgp-speakers?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "createBGPSpeaker",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "POST",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/bgp-speakers?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/bgp-speakers?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "showBGPSpeakerDetails",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "GET",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/bgp-speakers/{pathv1}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/bgp-speakers/{pathv1}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -66,7 +75,10 @@
|
|
|
66
75
|
"name": "updateABGPSpeaker",
|
|
67
76
|
"protocol": "REST",
|
|
68
77
|
"method": "PUT",
|
|
69
|
-
"entitypath":
|
|
78
|
+
"entitypath": {
|
|
79
|
+
"v0": "{base_path}/{version}/v2.0/bgp-speakers/{pathv1}?{query}",
|
|
80
|
+
"v1": "{base_path}/{version}/bgp-speakers/{pathv1}?{query}"
|
|
81
|
+
},
|
|
70
82
|
"requestSchema": "schema.json",
|
|
71
83
|
"responseSchema": "schema.json",
|
|
72
84
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "deleteABGPSpeaker",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "DELETE",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/bgp-speakers/{pathv1}?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/bgp-speakers/{pathv1}?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -106,7 +121,10 @@
|
|
|
106
121
|
"name": "addBGPPeerToABGPSpeaker",
|
|
107
122
|
"protocol": "REST",
|
|
108
123
|
"method": "PUT",
|
|
109
|
-
"entitypath":
|
|
124
|
+
"entitypath": {
|
|
125
|
+
"v0": "{base_path}/{version}/v2.0/bgp-speakers/{pathv1}/add-bgp-peer?{query}",
|
|
126
|
+
"v1": "{base_path}/{version}/bgp-speakers/{pathv1}/add-bgp-peer?{query}"
|
|
127
|
+
},
|
|
110
128
|
"requestSchema": "schema.json",
|
|
111
129
|
"responseSchema": "schema.json",
|
|
112
130
|
"timeout": 0,
|
|
@@ -126,7 +144,10 @@
|
|
|
126
144
|
"name": "removeBGPPeerFromABGPSpeaker",
|
|
127
145
|
"protocol": "REST",
|
|
128
146
|
"method": "PUT",
|
|
129
|
-
"entitypath":
|
|
147
|
+
"entitypath": {
|
|
148
|
+
"v0": "{base_path}/{version}/v2.0/bgp-speakers/{pathv1}/remove-bgp-peer?{query}",
|
|
149
|
+
"v1": "{base_path}/{version}/bgp-speakers/{pathv1}/remove-bgp-peer?{query}"
|
|
150
|
+
},
|
|
130
151
|
"requestSchema": "schema.json",
|
|
131
152
|
"responseSchema": "schema.json",
|
|
132
153
|
"timeout": 0,
|
|
@@ -146,7 +167,10 @@
|
|
|
146
167
|
"name": "addNetworkToABGPSpeaker",
|
|
147
168
|
"protocol": "REST",
|
|
148
169
|
"method": "PUT",
|
|
149
|
-
"entitypath":
|
|
170
|
+
"entitypath": {
|
|
171
|
+
"v0": "{base_path}/{version}/v2.0/bgp-speakers/{pathv1}/add_gateway_network?{query}",
|
|
172
|
+
"v1": "{base_path}/{version}/bgp-speakers/{pathv1}/add_gateway_network?{query}"
|
|
173
|
+
},
|
|
150
174
|
"requestSchema": "schema.json",
|
|
151
175
|
"responseSchema": "schema.json",
|
|
152
176
|
"timeout": 0,
|
|
@@ -166,7 +190,10 @@
|
|
|
166
190
|
"name": "deleteNetworkFromABGPSpeaker",
|
|
167
191
|
"protocol": "REST",
|
|
168
192
|
"method": "PUT",
|
|
169
|
-
"entitypath":
|
|
193
|
+
"entitypath": {
|
|
194
|
+
"v0": "{base_path}/{version}/v2.0/bgp-speakers/remove_gateway_network?{query}",
|
|
195
|
+
"v1": "{base_path}/{version}/bgp-speakers/remove_gateway_network?{query}"
|
|
196
|
+
},
|
|
170
197
|
"requestSchema": "schema.json",
|
|
171
198
|
"responseSchema": "schema.json",
|
|
172
199
|
"timeout": 0,
|
|
@@ -186,7 +213,10 @@
|
|
|
186
213
|
"name": "listRoutesAdvertisedByABGPSpeaker",
|
|
187
214
|
"protocol": "REST",
|
|
188
215
|
"method": "GET",
|
|
189
|
-
"entitypath":
|
|
216
|
+
"entitypath": {
|
|
217
|
+
"v0": "{base_path}/{version}/v2.0/bgp-speakers/get_advertised_routes?{query}",
|
|
218
|
+
"v1": "{base_path}/{version}/bgp-speakers/get_advertised_routes?{query}"
|
|
219
|
+
},
|
|
190
220
|
"requestSchema": "schema.json",
|
|
191
221
|
"responseSchema": "schema.json",
|
|
192
222
|
"timeout": 0,
|
|
@@ -207,7 +237,10 @@
|
|
|
207
237
|
"name": "listDynamicRoutingAgentsHostingASpecificBGPSpeaker",
|
|
208
238
|
"protocol": "REST",
|
|
209
239
|
"method": "GET",
|
|
210
|
-
"entitypath":
|
|
240
|
+
"entitypath": {
|
|
241
|
+
"v0": "{base_path}/{version}/v2.0/bgp-speakers/bgp-dragents?{query}",
|
|
242
|
+
"v1": "{base_path}/{version}/bgp-speakers/bgp-dragents?{query}"
|
|
243
|
+
},
|
|
211
244
|
"requestSchema": "schema.json",
|
|
212
245
|
"responseSchema": "schema.json",
|
|
213
246
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listBGPVPNs",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/bgpvpn/bgpvpns?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "createBGPVPNS",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "POST",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/bgpvpn/bgpvpns?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "showBGPVPNDetails",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "GET",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -66,7 +75,10 @@
|
|
|
66
75
|
"name": "updateABGPVPN",
|
|
67
76
|
"protocol": "REST",
|
|
68
77
|
"method": "PUT",
|
|
69
|
-
"entitypath":
|
|
78
|
+
"entitypath": {
|
|
79
|
+
"v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}?{query}",
|
|
80
|
+
"v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}?{query}"
|
|
81
|
+
},
|
|
70
82
|
"requestSchema": "schema.json",
|
|
71
83
|
"responseSchema": "schema.json",
|
|
72
84
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "deleteBGPVPN",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "DELETE",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listNetworksHostedByADHCPAgent",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/agents/{pathv1}/dhcp-networks?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/agents/{pathv1}/dhcp-networks?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "scheduleANetworkToADHCPAgent",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "POST",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/agents/{pathv1}/dhcp-networks?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/agents/{pathv1}/dhcp-networks?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "removeNetworkFromADHCPAgent",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "DELETE",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/agents/{pathv1}/dhcp-networks/{pathv2}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/agents/{pathv1}/dhcp-networks/{pathv2}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -65,7 +74,10 @@
|
|
|
65
74
|
"name": "listDHCPAgentsHostingANetwork",
|
|
66
75
|
"protocol": "REST",
|
|
67
76
|
"method": "GET",
|
|
68
|
-
"entitypath":
|
|
77
|
+
"entitypath": {
|
|
78
|
+
"v0": "{base_path}/{version}/v2.0/networks/{pathv1}/dhcp-agents?{query}",
|
|
79
|
+
"v1": "{base_path}/{version}/networks/{pathv1}/dhcp-agents?{query}"
|
|
80
|
+
},
|
|
69
81
|
"requestSchema": "schema.json",
|
|
70
82
|
"responseSchema": "schema.json",
|
|
71
83
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listExtensions",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/extensions?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/extensions?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "showExtensionDetails",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "GET",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/extensions/{pathv1}?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/extensions/{pathv1}?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|