接口请求域名: quota.intl.tencentcloudapi.com 。
查询告警规则列表
默认接口请求频率限制:20次/秒。
以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见 公共请求参数。
| 参数名称 | 必选 | 类型 | 描述 |
|---|---|---|---|
| Action | 是 | String | 公共参数,本接口取值:DescribeAlarms。 |
| Version | 是 | String | 公共参数,本接口取值:2024-12-04。 |
| Region | 否 | String | 公共参数,本接口不需要传递此参数。 |
| Limit | 是 | Integer | 每页数量。最大100 |
| Offset | 是 | Integer | 偏移量 |
| ProductId | 否 | Integer | 产品ID |
| QuotaId | 否 | Integer | 配额ID |
| Content | 否 | String | 告警、配额名称 |
| MemberUins.N | 否 | Array of Integer | 成员uins |
| Metrics | 否 | Integer | 告警指标 |
| Id | 否 | Integer | 规则ID |
| 参数名称 | 类型 | 描述 |
|---|---|---|
| Count | Integer | 总数 |
| Data | Array of Alarm | 规则列表 |
| RequestId | String | 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 |
POST / HTTP/1.1
Host: quota.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeAlarms
<公共请求参数>
{
"Limit": 10,
"Offset": 0,
"ProductId": 1
}
{
"Response": {
"Count": 5,
"Data": [
{
"Id": 102,
"OwnerUin": 100026600000,
"MemberUin": 100026600000,
"Name": "234",
"ProductId": 13,
"Status": 2,
"QuotaId": 2828,
"ProductName": "腾讯云助手",
"QuotaName": "配额名称001",
"Metrics": 1,
"Threshold": 2,
"Frequency": 1
}
],
"RequestId": "e3836e25-700a-4759-bba2-7bcd57b9ab86"
}
}
云 API 3.0 提供了配套的开发工具集(SDK),支持多种编程语言,能更方便的调用 API。
以下仅列出了接口业务逻辑相关的错误码,其他错误码详见 公共错误码。
| 错误码 | 描述 |
|---|---|
| InternalError | 内部错误。 |
| ResourceNotFound.MemberNotExist | member not in organization。 |
文档反馈