Modifies a quota alert rule.
Operation description
- The quota alerting feature has been upgraded and this API operation will be deprecated. If you want to modify the information about a specific quota alert rule of the new version, call the CloudMonitor API operation PutResourceMetricRules or PutMetricRuleTargets . For more information about how to call API operations to manage quota alert rules of the new version, see Manage quota alerts of the new version by calling API operations.
- In this example, the API operation is called to modify the information about a quota alert rule whose ID is
a2efa7fc-832f-47bb-8054-39e28012****
and whose name isrules
. The alert threshold is changed from150
to160
.
Debugging
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:
- For mandatory resource types, indicate with a prefix of * .
- 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.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
quotas:UpdateQuotaAlarm | update | *QuotaAlarm acs:quotas:{#regionId}:{#accountId}:quota/{#ProductCode}/{#QuotaActionCode} |
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
AlarmId | string | Yes | The ID of the quota alert. Note
You can call the ListQuotaAlarms operation to obtain the ID of a quota alert.
| a2efa7fc-832f-47bb-8054-39e28012**** |
AlarmName | string | Yes | The name of the quota alert. Note
You can call the ListQuotaAlarms operation to obtain the name of a quota alert.
| rules |
ThresholdType | string | No | The type of the quota alert. Valid values:
| usable |
Threshold | float | No | The numeric value of the alert threshold. Valid values:
Note
You must set one of the Threshold and ThresholdPercent parameters.
| 160 |
ThresholdPercent | float | No | The percentage of the alert threshold. Valid values:
Note
You must set one of Threshold and ThresholdPercent.
| 51 |
WebHook | string | No | The webhook URL. Quota Center sends alert notifications to the specified URL by using HTTP POST requests. | https://alert.aliyun.com/callback |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "A95C65B3-7CF4-469E-B1D5-1CA0628A6411"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | RAM.PERMISSION.DENIED | You are not authorized to do this action or the API input parameter is invalid. | - |
400 | UNSUPPORTED.ALARM.TYPE | Unified alarm does not support alarm types for used quantity alarms, and does not support numerical threshold types of quota alarms. | Unified alarm does not support alarm types for used quantity alarms, and does not support numerical threshold types of quota alarms. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-10-12 | The Error code has changed | View Change Details |
2023-09-22 | API Description Update. The Error code has changed | View Change Details |
2023-09-04 | The Error code has changed | View Change Details |