接口请求域名: quota.intl.tencentcloudapi.com 。
修改告警规则
默认接口请求频率限制:20次/秒。
以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见 公共请求参数。
| 参数名称 | 必选 | 类型 | 描述 |
|---|---|---|---|
| Action | 是 | String | 公共参数,本接口取值:UpdateAlarm。 |
| Version | 是 | String | 公共参数,本接口取值:2024-12-04。 |
| Region | 否 | String | 公共参数,本接口不需要传递此参数。 |
| Id | 是 | Integer | ID |
| Name | 否 | String | 告警规则名称 |
| ProductId | 否 | Integer | 产品ID |
| QuotaId | 否 | Integer | 配额ID |
| Metrics | 否 | Integer | 告警指标 1:配额使用量 2:配额使用率 3:配额剩余量 4:配额剩余率 |
| Threshold | 否 | Integer | 告警阈值 0-100 |
| Frequency | 否 | Integer | 告警频率 |
| MemberUin | 否 | Integer | 规则所属用户uin 操作非集团账号规则,可以不传这个参数 操作集团账号规则,传当前规则所有用户uin |
| 参数名称 | 类型 | 描述 |
|---|---|---|
| RequestId | String | 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 |
POST / HTTP/1.1
Host: quota.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: UpdateAlarm
<公共请求参数>
{
"Id": 1,
"Name": "配额2"
}
{
"Response": {
"RequestId": "97f26bb6-dcb6-4903-b5ef-17650fe140a3"
}
}
云 API 3.0 提供了配套的开发工具集(SDK),支持多种编程语言,能更方便的调用 API。
以下仅列出了接口业务逻辑相关的错误码,其他错误码详见 公共错误码。
| 错误码 | 描述 |
|---|---|
| InternalError | 内部错误。 |
| InvalidParameterValue | 参数取值错误。 |
| ResourceNotFound.AlarmNotExist | 告警规则不存在。 |
| ResourceNotFound.MemberNotExist | member not in organization。 |
| ResourceNotFound.ProductNotExist | product is not exist。 |
| ResourceNotFound.UserQuotaNotExist | userQuota is not exist。 |
| UnauthorizedOperation | 未授权操作。 |
| UnsupportedOperation.AlarmIsExist | alarm name is exist。 |
文档反馈