@itentialopensource/adapter-openstack_neutron 2.0.1 → 3.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/CALLS.md +305 -305
- package/CHANGELOG.md +16 -0
- package/entities/.system/action.json +1 -5
- 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/report/adapterInfo.json +1 -1
- package/sampleProperties.json +6 -1
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "showRBACPolicyDetails",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/rbac-policies/{pathv1}?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/rbac-policies/{pathv1}?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "updateRBACPolicy",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "PUT",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/rbac-policies/{pathv1}?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/rbac-policies/{pathv1}?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "deleteRBACPolicy",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "DELETE",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/rbac-policies/{pathv1}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/rbac-policies/{pathv1}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -65,7 +74,10 @@
|
|
|
65
74
|
"name": "listRBACPolicies",
|
|
66
75
|
"protocol": "REST",
|
|
67
76
|
"method": "GET",
|
|
68
|
-
"entitypath":
|
|
77
|
+
"entitypath": {
|
|
78
|
+
"v0": "{base_path}/{version}/v2.0/rbac-policies?{query}",
|
|
79
|
+
"v1": "{base_path}/{version}/rbac-policies?{query}"
|
|
80
|
+
},
|
|
69
81
|
"requestSchema": "schema.json",
|
|
70
82
|
"responseSchema": "schema.json",
|
|
71
83
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "createRBACPolicy",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "POST",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/rbac-policies?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/rbac-policies?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listRouterAssociations",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/router_associations?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/router_associations?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "createRouterAssociation",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "POST",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/router_associations?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/router_associations?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "showRouterAssociationDetails",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "GET",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/router_associations/{pathv2}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/router_associations/{pathv2}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -66,7 +75,10 @@
|
|
|
66
75
|
"name": "updateARouterAssociationBgpvpnRoutesControlExtension",
|
|
67
76
|
"protocol": "REST",
|
|
68
77
|
"method": "PUT",
|
|
69
|
-
"entitypath":
|
|
78
|
+
"entitypath": {
|
|
79
|
+
"v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/router_associations/{pathv2}?{query}",
|
|
80
|
+
"v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/router_associations/{pathv2}?{query}"
|
|
81
|
+
},
|
|
70
82
|
"requestSchema": "schema.json",
|
|
71
83
|
"responseSchema": "schema.json",
|
|
72
84
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "deleteRouterAssociation",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "DELETE",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/bgpvpn/bgpvpns/{pathv1}/router_associations/{pathv2}?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/bgpvpn/bgpvpns/{pathv1}/router_associations/{pathv2}?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listNdpProxies",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/ndp_proxies?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/ndp_proxies?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "createNdpProxy",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "POST",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/ndp_proxies?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/ndp_proxies?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "showNdpProxyDetails",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "GET",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/ndp_proxies/{pathv1}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/ndp_proxies/{pathv1}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -66,7 +75,10 @@
|
|
|
66
75
|
"name": "updateANdpProxy",
|
|
67
76
|
"protocol": "REST",
|
|
68
77
|
"method": "PUT",
|
|
69
|
-
"entitypath":
|
|
78
|
+
"entitypath": {
|
|
79
|
+
"v0": "{base_path}/{version}/v2.0/ndp_proxies/{pathv1}?{query}",
|
|
80
|
+
"v1": "{base_path}/{version}/ndp_proxies/{pathv1}?{query}"
|
|
81
|
+
},
|
|
70
82
|
"requestSchema": "schema.json",
|
|
71
83
|
"responseSchema": "schema.json",
|
|
72
84
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "deleteANdpProxy",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "DELETE",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/ndp_proxies/{pathv1}?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/ndp_proxies/{pathv1}?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "showConntrackHelper",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "updateAConntrackHelper",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "PUT",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "deleteAConntrackHelper",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "DELETE",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/routers/{pathv1}/conntrack_helpers/{pathv2}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -65,7 +74,10 @@
|
|
|
65
74
|
"name": "listRouterConntrackHelpers",
|
|
66
75
|
"protocol": "REST",
|
|
67
76
|
"method": "GET",
|
|
68
|
-
"entitypath":
|
|
77
|
+
"entitypath": {
|
|
78
|
+
"v0": "{base_path}/{version}/v2.0/routers/{pathv1}/conntrack_helpers?{query}",
|
|
79
|
+
"v1": "{base_path}/{version}/routers/{pathv1}/conntrack_helpers?{query}"
|
|
80
|
+
},
|
|
69
81
|
"requestSchema": "schema.json",
|
|
70
82
|
"responseSchema": "schema.json",
|
|
71
83
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "createConntrackHelper",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "POST",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/routers/{pathv1}/conntrack_helpers?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/routers/{pathv1}/conntrack_helpers?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listRouters",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/routers?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/routers?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "createRouter",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "POST",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/routers?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/routers?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "showRouterDetails",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "GET",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/routers/{pathv1}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/routers/{pathv1}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -66,7 +75,10 @@
|
|
|
66
75
|
"name": "updateRouter",
|
|
67
76
|
"protocol": "REST",
|
|
68
77
|
"method": "PUT",
|
|
69
|
-
"entitypath":
|
|
78
|
+
"entitypath": {
|
|
79
|
+
"v0": "{base_path}/{version}/v2.0/routers/{pathv1}?{query}",
|
|
80
|
+
"v1": "{base_path}/{version}/routers/{pathv1}?{query}"
|
|
81
|
+
},
|
|
70
82
|
"requestSchema": "schema.json",
|
|
71
83
|
"responseSchema": "schema.json",
|
|
72
84
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "deleteRouter",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "DELETE",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/routers/{pathv1}?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/routers/{pathv1}?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -106,7 +121,10 @@
|
|
|
106
121
|
"name": "addInterfaceToRouter",
|
|
107
122
|
"protocol": "REST",
|
|
108
123
|
"method": "PUT",
|
|
109
|
-
"entitypath":
|
|
124
|
+
"entitypath": {
|
|
125
|
+
"v0": "{base_path}/{version}/v2.0/routers/{pathv1}/add_router_interface?{query}",
|
|
126
|
+
"v1": "{base_path}/{version}/routers/{pathv1}/add_router_interface?{query}"
|
|
127
|
+
},
|
|
110
128
|
"requestSchema": "schema.json",
|
|
111
129
|
"responseSchema": "schema.json",
|
|
112
130
|
"timeout": 0,
|
|
@@ -126,7 +144,10 @@
|
|
|
126
144
|
"name": "removeInterfaceFromRouter",
|
|
127
145
|
"protocol": "REST",
|
|
128
146
|
"method": "PUT",
|
|
129
|
-
"entitypath":
|
|
147
|
+
"entitypath": {
|
|
148
|
+
"v0": "{base_path}/{version}/v2.0/routers/{pathv1}/remove_router_interface?{query}",
|
|
149
|
+
"v1": "{base_path}/{version}/routers/{pathv1}/remove_router_interface?{query}"
|
|
150
|
+
},
|
|
130
151
|
"requestSchema": "schema.json",
|
|
131
152
|
"responseSchema": "schema.json",
|
|
132
153
|
"timeout": 0,
|
|
@@ -146,7 +167,10 @@
|
|
|
146
167
|
"name": "addExtraRoutesToRouter",
|
|
147
168
|
"protocol": "REST",
|
|
148
169
|
"method": "PUT",
|
|
149
|
-
"entitypath":
|
|
170
|
+
"entitypath": {
|
|
171
|
+
"v0": "{base_path}/{version}/v2.0/routers/{pathv1}/add_extraroutes?{query}",
|
|
172
|
+
"v1": "{base_path}/{version}/routers/{pathv1}/add_extraroutes?{query}"
|
|
173
|
+
},
|
|
150
174
|
"requestSchema": "schema.json",
|
|
151
175
|
"responseSchema": "schema.json",
|
|
152
176
|
"timeout": 0,
|
|
@@ -166,7 +190,10 @@
|
|
|
166
190
|
"name": "removeExtraRoutesFromRouter",
|
|
167
191
|
"protocol": "REST",
|
|
168
192
|
"method": "PUT",
|
|
169
|
-
"entitypath":
|
|
193
|
+
"entitypath": {
|
|
194
|
+
"v0": "{base_path}/{version}/v2.0/routers/{pathv1}/remove_extraroutes?{query}",
|
|
195
|
+
"v1": "{base_path}/{version}/routers/{pathv1}/remove_extraroutes?{query}"
|
|
196
|
+
},
|
|
170
197
|
"requestSchema": "schema.json",
|
|
171
198
|
"responseSchema": "schema.json",
|
|
172
199
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listSecurityGroupRules",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/security-group-rules?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/security-group-rules?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "createSecurityGroupRule",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "POST",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/security-group-rules?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/security-group-rules?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "showSecurityGroupRule",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "GET",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/security-group-rules/{pathv1}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/security-group-rules/{pathv1}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -66,7 +75,10 @@
|
|
|
66
75
|
"name": "deleteSecurityGroupRule",
|
|
67
76
|
"protocol": "REST",
|
|
68
77
|
"method": "DELETE",
|
|
69
|
-
"entitypath":
|
|
78
|
+
"entitypath": {
|
|
79
|
+
"v0": "{base_path}/{version}/v2.0/security-group-rules/{pathv1}?{query}",
|
|
80
|
+
"v1": "{base_path}/{version}/security-group-rules/{pathv1}?{query}"
|
|
81
|
+
},
|
|
70
82
|
"requestSchema": "schema.json",
|
|
71
83
|
"responseSchema": "schema.json",
|
|
72
84
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listSecurityGroups",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/security-groups?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/security-groups?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "createSecurityGroup",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "POST",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/security-groups?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/security-groups?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "showSecurityGroup",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "GET",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/security-groups/{pathv1}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/security-groups/{pathv1}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -66,7 +75,10 @@
|
|
|
66
75
|
"name": "updateSecurityGroup",
|
|
67
76
|
"protocol": "REST",
|
|
68
77
|
"method": "PUT",
|
|
69
|
-
"entitypath":
|
|
78
|
+
"entitypath": {
|
|
79
|
+
"v0": "{base_path}/{version}/v2.0/security-groups/{pathv1}?{query}",
|
|
80
|
+
"v1": "{base_path}/{version}/security-groups/{pathv1}?{query}"
|
|
81
|
+
},
|
|
70
82
|
"requestSchema": "schema.json",
|
|
71
83
|
"responseSchema": "schema.json",
|
|
72
84
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "deleteSecurityGroup",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "DELETE",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/security-groups/{pathv1}?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/security-groups/{pathv1}?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "showSegmentDetails",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/segments/{pathv1}?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/segments/{pathv1}?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "updateSegment",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "PUT",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/segments/{pathv1}?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/segments/{pathv1}?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "deleteSegment",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "DELETE",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/segments/{pathv1}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/segments/{pathv1}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -65,7 +74,10 @@
|
|
|
65
74
|
"name": "listSegments",
|
|
66
75
|
"protocol": "REST",
|
|
67
76
|
"method": "GET",
|
|
68
|
-
"entitypath":
|
|
77
|
+
"entitypath": {
|
|
78
|
+
"v0": "{base_path}/{version}/v2.0/segments?{query}",
|
|
79
|
+
"v1": "{base_path}/{version}/segments?{query}"
|
|
80
|
+
},
|
|
69
81
|
"requestSchema": "schema.json",
|
|
70
82
|
"responseSchema": "schema.json",
|
|
71
83
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "createSegment",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "POST",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/segments?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/segments?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listServiceProviders",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/service-providers?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/service-providers?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "addPrefixes",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "PUT",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/subnetpools/{pathv1}/add_prefixes?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/subnetpools/{pathv1}/add_prefixes?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -24,7 +27,10 @@
|
|
|
24
27
|
"name": "removePrefixes",
|
|
25
28
|
"protocol": "REST",
|
|
26
29
|
"method": "PUT",
|
|
27
|
-
"entitypath":
|
|
30
|
+
"entitypath": {
|
|
31
|
+
"v0": "{base_path}/{version}/v2.0/subnetpools/{pathv1}/remove_prefixes?{query}",
|
|
32
|
+
"v1": "{base_path}/{version}/subnetpools/{pathv1}/remove_prefixes?{query}"
|
|
33
|
+
},
|
|
28
34
|
"requestSchema": "schema.json",
|
|
29
35
|
"responseSchema": "schema.json",
|
|
30
36
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "showSubnetPool",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/subnetpools/{pathv1}?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/subnetpools/{pathv1}?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "updateSubnetPool",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "PUT",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/subnetpools/{pathv1}?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/subnetpools/{pathv1}?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "deleteSubnetPool",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "DELETE",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/subnetpools/{pathv1}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/subnetpools/{pathv1}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -65,7 +74,10 @@
|
|
|
65
74
|
"name": "listSubnetPools",
|
|
66
75
|
"protocol": "REST",
|
|
67
76
|
"method": "GET",
|
|
68
|
-
"entitypath":
|
|
77
|
+
"entitypath": {
|
|
78
|
+
"v0": "{base_path}/{version}/v2.0/subnetpools?{query}",
|
|
79
|
+
"v1": "{base_path}/{version}/subnetpools?{query}"
|
|
80
|
+
},
|
|
69
81
|
"requestSchema": "schema.json",
|
|
70
82
|
"responseSchema": "schema.json",
|
|
71
83
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "createSubnetPool",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "POST",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/subnetpools?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/subnetpools?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|