Updates a throttling rule.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mse:UpdateFlowRule |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Namespace |
string |
Yes |
The namespace. |
default |
| AppName |
string |
Yes |
The application name. |
spring-cloud-a |
| RuleId |
integer |
Yes |
The rule ID. |
13 |
| Threshold |
integer |
No |
The throttling threshold. |
30 |
| Enable |
boolean |
No |
Specifies whether to enable the rule. |
true |
| ControlBehavior |
integer |
No |
The throttling effect. |
0 |
| MaxQueueingTimeMs |
integer |
No |
The timeout period. Unit: milliseconds. This parameter is required if the ControlBehavior parameter is set to 2. |
500 |
| AppId |
string |
No |
The application ID. |
hkhon1po62@c3df23522****** |
| LimitApp |
string |
No |
The source application of the request. |
|
| AcceptLanguage |
string |
No |
The language of the response. Valid values:
|
zh |
Response elements
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| Message |
string |
The response message. |
|
| RequestId |
string |
The request ID. |
52BA6DA6-A702-4362-A32F-DFF79655**** |
| Code |
string |
The return value. |
200 |
| Data |
object |
The data of the node. |
|
| Namespace |
string |
The namespace. |
default |
| Id |
integer |
The rule ID. |
12 |
| AppName |
string |
The application name. |
spring-cloud-a |
| Resource |
string |
The interface resource name. |
/c |
| ControlBehavior |
integer |
The throttling effect. |
0 |
| MaxQueueingTimeMs |
integer |
The timeout period for queuing when the ControlBehavior parameter is set to 2. Unit: milliseconds. |
500 |
| Threshold |
number |
The throttling threshold. |
5 |
| Enable |
boolean |
Indicates whether the rule is enabled. |
true |
| AppId |
string |
The application ID. |
hpn9ac29kz@e31a4b871****** |
| LimitApp |
string |
The source application of the request. |
|
| Success |
boolean |
The result of the request. |
true |
Examples
Success response
JSON format
{
"Message": "",
"RequestId": "52BA6DA6-A702-4362-A32F-DFF79655****",
"Code": "200",
"Data": {
"Namespace": "default",
"Id": 12,
"AppName": "spring-cloud-a",
"Resource": "/c",
"ControlBehavior": 0,
"MaxQueueingTimeMs": 500,
"Threshold": 5,
"Enable": true,
"AppId": "hpn9ac29kz@e31a4b871******",
"LimitApp": ""
},
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IllegalRequest | Invalid request:%s | Invalid request: %s |
| 400 | InvalidParameter | Parameter error:%s | Request parameter error: %s |
| 500 | InternalError | Console error. Try again later:%s | Console error. Try again later: %s |
| 403 | NoPermission | You are not authorized to perform this operation:%s | You do not have the permission to use this interface:%s |
| 404 | NotFound | Not found:%s | The resource does not exist:%s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.