Enables or disables SQL throttling rules.
Try it now

RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
polardb:EnableSQLRateLimitingRules | update | *All Resource
| None | None |
Request syntax
POST HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
DBClusterId | string | Yes | The ID of the cluster. | pc-***************** |
RuleNameList | string | Yes | The names of the SQL throttling rules to enable. To specify multiple rules, separate the names with a comma (,). Note You can view all SQL throttling rules and their names on the SQL Firewall tab of the Security Management page for the cluster. | testrule |
Enable | boolean | Yes | Specifies whether to enable or disable the specified SQL throttling rules. Valid values:
Note This parameter applies only when you specify the RuleNameList parameter. | true |
Response elements
Element | Type | Description | Example |
object | Response schema | ||
Message | string | The response message. Note If the request is successful, | Successful |
RequestId | string | The ID of the request. | 4CE6DF97-AEA4-484F-906F-C407EE****** |
Success | boolean | Indicates whether the request was successful. Valid values:
| true |
Examples
Success response
JSON
format
{ "Message": "Successful", "RequestId": "4CE6DF97-AEA4-484F-906F-C407EE******", "Success": true }
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.