@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
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listBandwidthLimitRulesForQoSPolicy",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/bandwidth_limit_rules?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/bandwidth_limit_rules?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "createBandwidthLimitRule",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "POST",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/bandwidth_limit_rules?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/bandwidth_limit_rules?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "showBandwidthLimitRuleDetails",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "GET",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/bandwidth_limit_rules/{pathv2}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/bandwidth_limit_rules/{pathv2}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -66,7 +75,10 @@
|
|
|
66
75
|
"name": "updateBandwidthLimitRule",
|
|
67
76
|
"protocol": "REST",
|
|
68
77
|
"method": "PUT",
|
|
69
|
-
"entitypath":
|
|
78
|
+
"entitypath": {
|
|
79
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/bandwidth_limit_rules/{pathv2}?{query}",
|
|
80
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/bandwidth_limit_rules/{pathv2}?{query}"
|
|
81
|
+
},
|
|
70
82
|
"requestSchema": "schema.json",
|
|
71
83
|
"responseSchema": "schema.json",
|
|
72
84
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "deleteBandwidthLimitRule",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "DELETE",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/bandwidth_limit_rules/{pathv2}?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/bandwidth_limit_rules/{pathv2}?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listDSCPMarkingRulesForQoSPolicy",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/dscp_marking_rules?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/dscp_marking_rules?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "createDSCPMarkingRule",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "POST",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/dscp_marking_rules?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/dscp_marking_rules?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "showDSCPMarkingRuleDetails",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "GET",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/dscp_marking_rules/{pathv2}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/dscp_marking_rules/{pathv2}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -66,7 +75,10 @@
|
|
|
66
75
|
"name": "updateDSCPMarkingRule",
|
|
67
76
|
"protocol": "REST",
|
|
68
77
|
"method": "PUT",
|
|
69
|
-
"entitypath":
|
|
78
|
+
"entitypath": {
|
|
79
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/dscp_marking_rules/{pathv2}?{query}",
|
|
80
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/dscp_marking_rules/{pathv2}?{query}"
|
|
81
|
+
},
|
|
70
82
|
"requestSchema": "schema.json",
|
|
71
83
|
"responseSchema": "schema.json",
|
|
72
84
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "deleteDSCPMarkingRule",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "DELETE",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/dscp_marking_rules/{pathv2}?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/dscp_marking_rules/{pathv2}?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listMinimumBandwidthRulesForQoSPolicy",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_bandwidth_rules?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/minimum_bandwidth_rules?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "createMinimumBandwidthRule",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "POST",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_bandwidth_rules?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/minimum_bandwidth_rules?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "showMinimumBandwidthRuleDetails",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "GET",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_bandwidth_rules/{pathv2}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/minimum_bandwidth_rules/{pathv2}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -66,7 +75,10 @@
|
|
|
66
75
|
"name": "updateMinimumBandwidthRule",
|
|
67
76
|
"protocol": "REST",
|
|
68
77
|
"method": "PUT",
|
|
69
|
-
"entitypath":
|
|
78
|
+
"entitypath": {
|
|
79
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_bandwidth_rules/{pathv2}?{query}",
|
|
80
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/minimum_bandwidth_rules/{pathv2}?{query}"
|
|
81
|
+
},
|
|
70
82
|
"requestSchema": "schema.json",
|
|
71
83
|
"responseSchema": "schema.json",
|
|
72
84
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "deleteMinimumBandwidthRule",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "DELETE",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_bandwidth_rules/{pathv2}?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/minimum_bandwidth_rules/{pathv2}?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listMinimumPacketRateRulesForQoSPolicy",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_packet_rate_rules?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/minimum_packet_rate_rules?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "createMinimumPacketRateRule",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "POST",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_packet_rate_rules?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/minimum_packet_rate_rules?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "showMinimumPacketRateRuleDetails",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "GET",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_packet_rate_rules/{pathv2}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/minimum_packet_rate_rules/{pathv2}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -66,7 +75,10 @@
|
|
|
66
75
|
"name": "updateMinimumPacketRateRule",
|
|
67
76
|
"protocol": "REST",
|
|
68
77
|
"method": "PUT",
|
|
69
|
-
"entitypath":
|
|
78
|
+
"entitypath": {
|
|
79
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_packet_rate_rules/{pathv2}?{query}",
|
|
80
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/minimum_packet_rate_rules/{pathv2}?{query}"
|
|
81
|
+
},
|
|
70
82
|
"requestSchema": "schema.json",
|
|
71
83
|
"responseSchema": "schema.json",
|
|
72
84
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "deleteMinimumPacketRateRule",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "DELETE",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/minimum_packet_rate_rules/{pathv2}?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/minimum_packet_rate_rules/{pathv2}?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listPacketRateLimitRulesForQoSPolicy",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/packet_rate_limit_rules?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/packet_rate_limit_rules?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "createPacketRateLimitRule",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "POST",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/packet_rate_limit_rules?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/packet_rate_limit_rules?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "showPacketRateLimitRuleDetails",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "GET",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/packet_rate_limit_rules/{pathv2}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/packet_rate_limit_rules/{pathv2}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -66,7 +75,10 @@
|
|
|
66
75
|
"name": "updatePacketRateLimitRule",
|
|
67
76
|
"protocol": "REST",
|
|
68
77
|
"method": "PUT",
|
|
69
|
-
"entitypath":
|
|
78
|
+
"entitypath": {
|
|
79
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/packet_rate_limit_rules/{pathv2}?{query}",
|
|
80
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/packet_rate_limit_rules/{pathv2}?{query}"
|
|
81
|
+
},
|
|
70
82
|
"requestSchema": "schema.json",
|
|
71
83
|
"responseSchema": "schema.json",
|
|
72
84
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "deletePacketRateLimitRule",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "DELETE",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}/packet_rate_limit_rules/{pathv2}?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}/packet_rate_limit_rules/{pathv2}?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listQoSPolicies",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/qos/policies?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "createQoSPolicy",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "POST",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/qos/policies?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "showQoSPolicyDetails",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "GET",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -66,7 +75,10 @@
|
|
|
66
75
|
"name": "updateQoSPolicy",
|
|
67
76
|
"protocol": "REST",
|
|
68
77
|
"method": "PUT",
|
|
69
|
-
"entitypath":
|
|
78
|
+
"entitypath": {
|
|
79
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}?{query}",
|
|
80
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}?{query}"
|
|
81
|
+
},
|
|
70
82
|
"requestSchema": "schema.json",
|
|
71
83
|
"responseSchema": "schema.json",
|
|
72
84
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "deleteQoSPolicy",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "DELETE",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/qos/policies/{pathv1}?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/qos/policies/{pathv1}?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listQoSRuleTypes",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/qos/rule-types?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/qos/rule-types?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "showQoSRuleTypeDetails",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "GET",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/qos/rule-types/{pathv1}?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/qos/rule-types/{pathv1}?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "showMinimumPacketRateRuleDetailsAlias",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/qos/alias_minimum_packet_rate_rules/{pathv1}?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/qos/alias_minimum_packet_rate_rules/{pathv1}?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "updateMinimumPacketRateRuleAlias",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "PUT",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/qos/alias_minimum_packet_rate_rules/{pathv1}?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/qos/alias_minimum_packet_rate_rules/{pathv1}?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "deleteMinimumPacketRateRuleAlias",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "DELETE",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/qos/alias_minimum_packet_rate_rules/{pathv1}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/qos/alias_minimum_packet_rate_rules/{pathv1}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "showBandwidthLimitRuleDetailsAlias",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/qos/alias_bandwidth_limit_rules/{pathv1}?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/qos/alias_bandwidth_limit_rules/{pathv1}?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "updateBandwidthLimitRuleAlias",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "PUT",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/qos/alias_bandwidth_limit_rules/{pathv1}?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/qos/alias_bandwidth_limit_rules/{pathv1}?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -45,7 +51,10 @@
|
|
|
45
51
|
"name": "deleteBandwidthLimitRuleAlias",
|
|
46
52
|
"protocol": "REST",
|
|
47
53
|
"method": "DELETE",
|
|
48
|
-
"entitypath":
|
|
54
|
+
"entitypath": {
|
|
55
|
+
"v0": "{base_path}/{version}/v2.0/qos/alias_bandwidth_limit_rules/{pathv1}?{query}",
|
|
56
|
+
"v1": "{base_path}/{version}/qos/alias_bandwidth_limit_rules/{pathv1}?{query}"
|
|
57
|
+
},
|
|
49
58
|
"requestSchema": "schema.json",
|
|
50
59
|
"responseSchema": "schema.json",
|
|
51
60
|
"timeout": 0,
|
|
@@ -65,7 +74,10 @@
|
|
|
65
74
|
"name": "showDSCPMarkingRuleDetailsAlias",
|
|
66
75
|
"protocol": "REST",
|
|
67
76
|
"method": "GET",
|
|
68
|
-
"entitypath":
|
|
77
|
+
"entitypath": {
|
|
78
|
+
"v0": "{base_path}/{version}/v2.0/qos/alias_dscp_marking_rules/{pathv1}?{query}",
|
|
79
|
+
"v1": "{base_path}/{version}/qos/alias_dscp_marking_rules/{pathv1}?{query}"
|
|
80
|
+
},
|
|
69
81
|
"requestSchema": "schema.json",
|
|
70
82
|
"responseSchema": "schema.json",
|
|
71
83
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "updateDSCPMarkingRuleAlias",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "PUT",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/qos/alias_dscp_marking_rules/{pathv1}?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/qos/alias_dscp_marking_rules/{pathv1}?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|
|
@@ -106,7 +121,10 @@
|
|
|
106
121
|
"name": "deleteDSCPMarkingRuleAlias",
|
|
107
122
|
"protocol": "REST",
|
|
108
123
|
"method": "DELETE",
|
|
109
|
-
"entitypath":
|
|
124
|
+
"entitypath": {
|
|
125
|
+
"v0": "{base_path}/{version}/v2.0/qos/alias_dscp_marking_rules/{pathv1}?{query}",
|
|
126
|
+
"v1": "{base_path}/{version}/qos/alias_dscp_marking_rules/{pathv1}?{query}"
|
|
127
|
+
},
|
|
110
128
|
"requestSchema": "schema.json",
|
|
111
129
|
"responseSchema": "schema.json",
|
|
112
130
|
"timeout": 0,
|
|
@@ -126,7 +144,10 @@
|
|
|
126
144
|
"name": "showMinimumBandwidthRuleDetailsAlias",
|
|
127
145
|
"protocol": "REST",
|
|
128
146
|
"method": "GET",
|
|
129
|
-
"entitypath":
|
|
147
|
+
"entitypath": {
|
|
148
|
+
"v0": "{base_path}/{version}/v2.0/qos/alias_minimum_bandwidth_rules/{pathv1}?{query}",
|
|
149
|
+
"v1": "{base_path}/{version}/qos/alias_minimum_bandwidth_rules/{pathv1}?{query}"
|
|
150
|
+
},
|
|
130
151
|
"requestSchema": "schema.json",
|
|
131
152
|
"responseSchema": "schema.json",
|
|
132
153
|
"timeout": 0,
|
|
@@ -147,7 +168,10 @@
|
|
|
147
168
|
"name": "updateMinimumBandwidthRuleAlias",
|
|
148
169
|
"protocol": "REST",
|
|
149
170
|
"method": "PUT",
|
|
150
|
-
"entitypath":
|
|
171
|
+
"entitypath": {
|
|
172
|
+
"v0": "{base_path}/{version}/v2.0/qos/alias_minimum_bandwidth_rules/{pathv1}?{query}",
|
|
173
|
+
"v1": "{base_path}/{version}/qos/alias_minimum_bandwidth_rules/{pathv1}?{query}"
|
|
174
|
+
},
|
|
151
175
|
"requestSchema": "schema.json",
|
|
152
176
|
"responseSchema": "schema.json",
|
|
153
177
|
"timeout": 0,
|
|
@@ -167,7 +191,10 @@
|
|
|
167
191
|
"name": "deleteMinimumBandwidthRuleAlias",
|
|
168
192
|
"protocol": "REST",
|
|
169
193
|
"method": "DELETE",
|
|
170
|
-
"entitypath":
|
|
194
|
+
"entitypath": {
|
|
195
|
+
"v0": "{base_path}/{version}/v2.0/qos/alias_minimum_bandwidth_rules/{pathv1}?{query}",
|
|
196
|
+
"v1": "{base_path}/{version}/qos/alias_minimum_bandwidth_rules/{pathv1}?{query}"
|
|
197
|
+
},
|
|
171
198
|
"requestSchema": "schema.json",
|
|
172
199
|
"responseSchema": "schema.json",
|
|
173
200
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "showQuotaDetailsForATenant",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/quotas/{pathv1}/details.json?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/quotas/{pathv1}/details.json?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"name": "listQuotasForProjectsWithNonDefaultQuotaValues",
|
|
5
5
|
"protocol": "REST",
|
|
6
6
|
"method": "GET",
|
|
7
|
-
"entitypath":
|
|
7
|
+
"entitypath": {
|
|
8
|
+
"v0": "{base_path}/{version}/v2.0/quotas?{query}",
|
|
9
|
+
"v1": "{base_path}/{version}/quotas?{query}"
|
|
10
|
+
},
|
|
8
11
|
"requestSchema": "schema.json",
|
|
9
12
|
"responseSchema": "schema.json",
|
|
10
13
|
"timeout": 0,
|
|
@@ -25,7 +28,10 @@
|
|
|
25
28
|
"name": "listQuotasForAProject",
|
|
26
29
|
"protocol": "REST",
|
|
27
30
|
"method": "GET",
|
|
28
|
-
"entitypath":
|
|
31
|
+
"entitypath": {
|
|
32
|
+
"v0": "{base_path}/{version}/v2.0/quotas/{pathv1}?{query}",
|
|
33
|
+
"v1": "{base_path}/{version}/quotas/{pathv1}?{query}"
|
|
34
|
+
},
|
|
29
35
|
"requestSchema": "schema.json",
|
|
30
36
|
"responseSchema": "schema.json",
|
|
31
37
|
"timeout": 0,
|
|
@@ -46,7 +52,10 @@
|
|
|
46
52
|
"name": "updateQuotaForAProject",
|
|
47
53
|
"protocol": "REST",
|
|
48
54
|
"method": "PUT",
|
|
49
|
-
"entitypath":
|
|
55
|
+
"entitypath": {
|
|
56
|
+
"v0": "{base_path}/{version}/v2.0/quotas/{pathv1}?{query}",
|
|
57
|
+
"v1": "{base_path}/{version}/quotas/{pathv1}?{query}"
|
|
58
|
+
},
|
|
50
59
|
"requestSchema": "schema.json",
|
|
51
60
|
"responseSchema": "schema.json",
|
|
52
61
|
"timeout": 0,
|
|
@@ -66,7 +75,10 @@
|
|
|
66
75
|
"name": "resetQuotaForAProject",
|
|
67
76
|
"protocol": "REST",
|
|
68
77
|
"method": "DELETE",
|
|
69
|
-
"entitypath":
|
|
78
|
+
"entitypath": {
|
|
79
|
+
"v0": "{base_path}/{version}/v2.0/quotas/{pathv1}?{query}",
|
|
80
|
+
"v1": "{base_path}/{version}/quotas/{pathv1}?{query}"
|
|
81
|
+
},
|
|
70
82
|
"requestSchema": "schema.json",
|
|
71
83
|
"responseSchema": "schema.json",
|
|
72
84
|
"timeout": 0,
|
|
@@ -86,7 +98,10 @@
|
|
|
86
98
|
"name": "listDefaultQuotasForAProject",
|
|
87
99
|
"protocol": "REST",
|
|
88
100
|
"method": "GET",
|
|
89
|
-
"entitypath":
|
|
101
|
+
"entitypath": {
|
|
102
|
+
"v0": "{base_path}/{version}/v2.0/quotas/{pathv1}/default?{query}",
|
|
103
|
+
"v1": "{base_path}/{version}/quotas/{pathv1}/default?{query}"
|
|
104
|
+
},
|
|
90
105
|
"requestSchema": "schema.json",
|
|
91
106
|
"responseSchema": "schema.json",
|
|
92
107
|
"timeout": 0,
|