All Products
Search
Document Center

Microservices Engine:UpdateFlowRule

Last Updated:Aug 12, 2024

Updates a throttling rule.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
mse:UpdateFlowRuleupdate
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
NamespacestringYes

The namespace.

default
AppNamestringYes

The application name.

spring-cloud-a
RuleIdlongYes

The rule ID.

13
ThresholdintegerNo

The throttling threshold.

30
EnablebooleanNo

Specifies whether to enable the rule.

Valid values:

  • true

  • false

true
ControlBehaviorintegerNo

The throttling effect.

Valid values:

  • 0

    :

    fast failure

  • 2

    :

    in queue

0
MaxQueueingTimeMsintegerNo

The timeout period. Unit: milliseconds. This parameter is required when the value of ControlBehavior is set to 2.

500
AppIdstringNo

The application ID.

hkhon1po62@c3df23522******
AcceptLanguagestringNo

The language of the response. Valid values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object
Messagestring

The returned message.

RequestIdstring

The request ID.

52BA6DA6-A702-4362-A32F-DFF79655****
Codestring

The response code.

200
Dataobject

The data of the node.

Namespacestring

The namespace.

default
Idlong

The rule ID.

12
AppNamestring

The application name.

spring-cloud-a
Resourcestring

The name of the API resource.

/c
ControlBehaviorinteger

The throttling effect.

Valid values:

  • 0

    :

    fast failure

  • 2

    :

    in queue

0
MaxQueueingTimeMsinteger

The timeout period for queuing when the value of ControlBehavior is set to 2. Unit: milliseconds.

500
Thresholdfloat

The throttling threshold.

5
Enableboolean

Indicates whether the rule was enabled.

Valid value:

  • true

  • false

true
AppIdstring

The application ID.

hpn9ac29kz@e31a4b871******
Successboolean

Indicates whether the request was successful.

Valid values:

  • true

    :

    The request was successful.

  • false

    :

    The request failed.

true

Examples

Sample success responses

JSONformat

{
  "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******"
  },
  "Success": true
}

Error codes

HTTP status codeError codeError messageDescription
400IllegalRequestInvalid request:%sInvalid request: %s
400InvalidParameterParameter error:%sRequest parameter error: %s
403NoPermissionYou are not authorized to perform this operation:%sYou do not have the permission to use this interface:%s
404NotFoundNot found:%sThe resource does not exist:%s
500InternalErrorConsole error. Try again later:%sConsole error. Try again later: %s

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history