1. 接口描述
接口请求域名: monitor.tencentcloudapi.com 。
查询告警策略列表
默认接口请求频率限制:60次/秒。
推荐使用 API Explorer
点击调试
API Explorer 提供了在线调用、签名验证、SDK 代码生成和快速检索接口等能力。您可查看每次调用的请求内容和返回结果以及自动生成 SDK 调用示例。
2. 输入参数
以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见 公共请求参数。
参数名称 | 必选 | 类型 | 描述 |
---|---|---|---|
Action | 是 | String | 公共参数,本接口取值:DescribeAlarmPolicies。 |
Version | 是 | String | 公共参数,本接口取值:2018-07-24。 |
Region | 否 | String | 公共参数,此参数为可选参数。 |
Module | 是 | String | 固定值,为"monitor" 示例值:monitor |
PageNumber | 否 | Integer | 页数,从 1 开始计数,默认 1 示例值:1 |
PageSize | 否 | Integer | 每页的数量,取值1~100,默认20 示例值:20 |
PolicyName | 否 | String | 按策略名称模糊搜索 示例值:policy-24sxe890 |
MonitorTypes.N | 否 | Array of String | 根据监控类型过滤 不选默认查所有类型 "MT_QCE"=云产品监控,当Dimension不为空时,该项为必填项 示例值:["MT_QCE"] |
Namespaces.N | 否 | Array of String | 根据命名空间过滤,不同策略类型的值详见 策略类型列表当Dimension不为空时,该项为必填项 示例值:["cvm_device"] |
Dimensions | 否 | String | 告警对象列表,JSON 字符串。外层数组,对应多个实例,内层为对象的维度。例如“云服务器-基础监控”可写为:[[{"name":"unInstanceId","value":"ins-qr888845g"}]] 具体也可以参考下方的示例 2。不同云产品参数示例详见 维度信息Dimensions列表注意:如果NeedCorrespondence传入1,即需要返回策略与实例对应关系,请传入不多于20个告警对象维度,否则容易请求超时示例值:[[{"name":"unInstanceId","value":"ins-qr888845g"}]] |
ReceiverUids.N | 否 | Array of Integer | 根据接收人搜索,可以使用“访问管理”的 拉取子用户 ListUsers 接口获取用户列表 或 查询子用户 GetUser 接口查询子用户详情,此处填入返回结果中的 Uid 字段示例值:[9989] |
ReceiverGroups.N | 否 | Array of Integer | 根据接收组搜索,可以使用“访问管理”的 查询用户组列表 ListGroups 接口获取用户组列表 或 列出用户关联的用户组 ListGroupsForUser 查询某个子用户所在的用户组列表 ,此处填入返回结果中的 GroupId 字段示例值:[1112] |
PolicyType.N | 否 | Array of String | 根据默认策略筛选 不传展示全部策略 DEFAULT=展示默认策略 NOT_DEFAULT=展示非默认策略 示例值:[DEFAULT] |
Field | 否 | String | 排序字段,例如按照最后修改时间排序,Field: "UpdateTime" 示例值:PolicyId |
Order | 否 | String | 排序顺序:升序:ASC 降序:DESC 示例值:DESC |
ProjectIds.N | 否 | Array of Integer | 策略所属项目的id数组,可在此页面查看 项目管理 示例值:[1] |
NoticeIds.N | 否 | Array of String | 通知模板的id列表,可查询通知模板列表获取。 可使用 查询通知模板列表 接口查询。 示例值:[1,2] |
RuleTypes.N | 否 | Array of String | 根据触发条件筛选 不传展示全部策略 STATIC=展示静态阈值策略 DYNAMIC=展示动态阈值策略 示例值:[STATIC] |
Enable.N | 否 | Array of Integer | 告警启停筛选,[1]:启用 [0]:停止,全部[0, 1] 示例值:1 |
NotBindingNoticeRule | 否 | Integer | 传 1 查询未配置通知规则的告警策略;不传或传其他数值,查询所有策略。 示例值:1 |
InstanceGroupId | 否 | Integer | 实例分组id 示例值:1 |
NeedCorrespondence | 否 | Integer | 是否需要策略与入参过滤维度参数的对应关系,1:是 0:否,默认为0 示例值:1 |
TriggerTasks.N | 否 | Array of AlarmPolicyTriggerTask | 按照触发任务(例如弹性伸缩)过滤策略。最多10个 |
OneClickPolicyType.N | 否 | Array of String | 根据一键告警策略筛选 不传展示全部策略 ONECLICK=展示一键告警策略 NOT_ONECLICK=展示非一键告警策略 示例值:["ONECLICK"] |
NotBindAll | 否 | Integer | 返回结果过滤掉绑定全部对象的策略,1代表需要过滤,0则无需过滤 示例值:1 |
NotInstanceGroup | 否 | Integer | 返回结果过滤掉关联实例为实例分组的策略,1代表需要过滤,0则无需过滤 示例值:1 |
Tags.N | 否 | Array of Tag | 策略根据标签过滤 |
PromInsId | 否 | String | prom实例id,自定义指标策略时会用到 示例值:prom-xxxx |
ReceiverOnCallFormIDs.N | 否 | Array of String | 根据排班表搜索 |
NoticeContentTmplIDs.N | 否 | Array of String | 通知内容模板ID筛选 示例值:["tmpl-1","tmpl-2"] |
IsPredefined | 否 | Integer | 是否为预设策略,1是,0否 示例值:1 |
3. 输出参数
参数名称 | 类型 | 描述 |
---|---|---|
TotalCount | Integer | 策略总数 示例值:100 |
Policies | Array of AlarmPolicy | 策略数组 |
RequestId | String | 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 |
4. 示例
示例1 根据接收组搜索
根据接收组搜索
输入示例
POST / HTTP/1.1
Host: monitor.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeAlarmPolicies
<公共请求参数>
{
"Module": "monitor",
"PageSize": 10,
"PageNumber": 1
}
输出示例
{
"Response": {
"Policies": [
{
"AdvancedMetricNumber": 0,
"CanSetDefault": 1,
"Condition": {
"ComplexExpression": "",
"IsUnionRule": 0,
"Rules": [
{
"ContinuePeriod": 1,
"Description": "CPU利用率",
"Filter": {
"Dimensions": "",
"Type": ""
},
"HierarchicalValue": {
"Remind": "",
"Serious": "",
"Warn": ""
},
"IsAdvanced": 0,
"IsLatenessMetric": 0,
"IsOpen": 1,
"IsPowerNotice": 0,
"MetricName": "CpuUsage",
"NoticeFrequency": 300,
"Operator": "gt",
"Period": 60,
"ProductId": "",
"RuleType": "STATIC",
"Unit": "%",
"Value": "1",
"ValueMax": 100,
"ValueMin": 0
},
{
"ContinuePeriod": 1,
"Description": "外网出带宽使用率",
"Filter": {
"Dimensions": "",
"Type": ""
},
"HierarchicalValue": {
"Remind": "",
"Serious": "",
"Warn": ""
},
"IsAdvanced": 0,
"IsLatenessMetric": 0,
"IsOpen": 1,
"IsPowerNotice": 0,
"MetricName": "Outratio",
"NoticeFrequency": 300,
"Operator": "gt",
"Period": 60,
"ProductId": "",
"RuleType": "STATIC",
"Unit": "%",
"Value": "1",
"ValueMax": 100,
"ValueMin": 0
},
{
"ContinuePeriod": 1,
"Description": "内存利用率",
"Filter": {
"Dimensions": "",
"Type": ""
},
"HierarchicalValue": {
"Remind": "",
"Serious": "",
"Warn": ""
},
"IsAdvanced": 0,
"IsLatenessMetric": 0,
"IsOpen": 1,
"IsPowerNotice": 0,
"MetricName": "MemUsage",
"NoticeFrequency": 300,
"Operator": "gt",
"Period": 60,
"ProductId": "",
"RuleType": "STATIC",
"Unit": "%",
"Value": "1",
"ValueMax": 100,
"ValueMin": 0
},
{
"ContinuePeriod": 1,
"Description": "磁盘利用率",
"Filter": {
"Dimensions": "",
"Type": ""
},
"HierarchicalValue": {
"Remind": "",
"Serious": "",
"Warn": ""
},
"IsAdvanced": 0,
"IsLatenessMetric": 0,
"IsOpen": 1,
"IsPowerNotice": 0,
"MetricName": "CvmDiskUsage",
"NoticeFrequency": 300,
"Operator": "gt",
"Period": 60,
"ProductId": "",
"RuleType": "STATIC",
"Unit": "%",
"Value": "1",
"ValueMax": 100,
"ValueMin": 0
},
{
"ContinuePeriod": 1,
"Description": "基础CPU利用率",
"Filter": {
"Dimensions": "",
"Type": ""
},
"HierarchicalValue": {
"Remind": "",
"Serious": "",
"Warn": ""
},
"IsAdvanced": 0,
"IsLatenessMetric": 0,
"IsOpen": 1,
"IsPowerNotice": 0,
"MetricName": "BaseCpuUsage",
"NoticeFrequency": 300,
"Operator": "gt",
"Period": 60,
"ProductId": "",
"RuleType": "STATIC",
"Unit": "%",
"Value": "0",
"ValueMax": 100,
"ValueMin": 0
}
]
},
"ConditionTemplateId": "",
"ConditionsTemp": {
"Condition": null,
"EventCondition": null,
"TemplateName": ""
},
"Enable": 0,
"EventCondition": {
"Rules": [
{
"ContinuePeriod": 0,
"Description": "机器重启",
"Filter": null,
"HierarchicalValue": null,
"IsAdvanced": 0,
"IsLatenessMetric": 0,
"IsOpen": 0,
"IsPowerNotice": 0,
"MetricName": "cvm:ErrorEvent:GuestReboot",
"NoticeFrequency": 0,
"Operator": "",
"Period": 0,
"ProductId": "",
"RuleType": "",
"Unit": "",
"Value": "",
"ValueMax": null,
"ValueMin": null
}
]
},
"Filter": null,
"FilterDimensionsParam": "",
"GroupBy": null,
"HierarchicalNotices": [
{
"Classification": [
""
],
"NoticeId": "notice-lnrxepp7",
"PolicyId": "policy-s5yso1am"
},
{
"Classification": [
""
],
"NoticeId": "notice-lzpys7tu",
"PolicyId": "policy-s5yso1am"
}
],
"InsertTime": 1739863161,
"InstanceGroupId": 0,
"InstanceGroupName": "",
"InstanceSum": 0,
"IsBindAll": 0,
"IsDefault": 0,
"IsOneClick": 0,
"IsSupportAlarmTag": 1,
"LastEditUin": "700000233161",
"MonitorType": "MT_QCE",
"Namespace": "cvm_device",
"NamespaceShowName": "云服务器-基础监控",
"NoticeContentTmplBindInfos": null,
"NoticeIds": [
"notice-lnrxepp7",
"notice-lzpys7tu"
],
"Notices": [
{
"AMPConsumerId": "",
"CLSNotices": [],
"Id": "notice-lnrxepp7",
"IsPreset": 1,
"Name": "系统预设通知模板",
"NoticeLanguage": "zh-CN",
"NoticeType": "ALL",
"PolicyIds": null,
"Tags": null,
"URLNotices": [],
"UpdatedAt": "2020-11-13 17:02:44",
"UpdatedBy": "1500000685",
"UserNotices": [
{
"EndTime": 86399,
"GroupIds": [],
"NeedPhoneArriveNotice": 0,
"NoticeWay": [
"SMS",
"EMAIL"
],
"OnCallFormIDs": [
""
],
"PhoneCircleInterval": 0,
"PhoneCircleTimes": 0,
"PhoneInnerInterval": 0,
"PhoneOrder": [],
"ReceiverType": "USER",
"StartTime": 0,
"UserIds": [
1000909
],
"Weekday": [
1,
2,
3,
4,
5,
6,
7
]
}
]
},
{
"AMPConsumerId": "",
"CLSNotices": [],
"Id": "notice-lzpys7tu",
"IsPreset": 0,
"Name": "Eric-告警回调",
"NoticeLanguage": "zh-CN",
"NoticeType": "ALL",
"PolicyIds": null,
"Tags": null,
"URLNotices": [
{
"EndTime": 86399,
"IsValid": 0,
"StartTime": 0,
"URL": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=47483435-2b48-4706-b76e-ac56e98be374",
"ValidationCode": "",
"Weekday": [
1,
2,
3,
4,
5,
6,
7
]
},
{
"EndTime": 86399,
"IsValid": 0,
"StartTime": 0,
"URL": "http://123.com",
"ValidationCode": "",
"Weekday": [
1,
2,
3,
4,
5,
6,
7
]
}
],
"UpdatedAt": "2023-05-08 20:47:39",
"UpdatedBy": "700000233161",
"UserNotices": []
}
],
"OneClickStatus": 0,
"OriginId": "2963911",
"PolicyId": "policy-s5yso1am",
"PolicyName": "Eric-新增收敛测试",
"ProjectId": 0,
"ProjectName": "默认项目",
"Region": [
"bj",
"bjjr",
"cd",
"cgoec",
"cq",
"csec",
"de",
"fzec",
"gz",
"gzopen",
"gzwxzf",
"hfeec",
"hk",
"hzec",
"in",
"jkt",
"jnec",
"jp",
"kr",
"nj",
"qy",
"qyxa",
"sao",
"sg",
"sh",
"shadc",
"sheec",
"shhqcft",
"shjr",
"shwxzf",
"sjwec",
"szjr",
"szjxcft",
"szsycft",
"szx",
"th",
"tpe",
"tsn",
"use",
"usw",
"whec",
"xbec",
"xiyec"
],
"Remark": "",
"RuleType": "STATIC",
"TagInstances": [],
"TagOperation": "",
"Tags": [],
"TriggerTasks": [],
"UpdateTime": 1741072433,
"UseSum": 4
}
],
"RequestId": "cd403f27-3cea-4565-8856-36907e07a026",
"TotalCount": 216
}
}
示例2 搜索一个云服务器绑定的告警策略
按照实例过滤策略,需要填入监控类型、策略类型、实例的维度信息。我们以搜索两个云服务器为例,假设他们的实例 ID 分别为 ins-qr8d555g
, ins-qr8d555h
。
MonitorTypes 指定为 MT_QCE
Namespaces 指定为 cvm_device
Dimensions 的 JSON 字符串为
[
{
"Dimensions": {
"unInstanceId": "ins-qr8d555g"
}
},
{
"Dimensions": {
"unInstanceId": "ins-qr8d555h"
}
}
]
不同云产品参数示例详见 维度信息Dimensions列表
输入示例
POST / HTTP/1.1
Host: monitor.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeAlarmPolicies
<公共请求参数>
{
"Module": "monitor",
"PageSize": 10,
"PageNumber": 1,
"MonitorTypes": [
"MT_QCE"
],
"Namespaces": [
"cvm_device"
],
"Dimensions": "[[{\"name\":\"unInstanceId\",\"value\":\"ins-qr8d555g\"}],[{\"name\":\"unInstanceId\",\"value\":\"ins-qr8d555g\"}]]"
}
输出示例
{
"Response": {
"Policies": [
{
"AdvancedMetricNumber": 0,
"CanSetDefault": 1,
"Condition": {
"ComplexExpression": "",
"IsUnionRule": 0,
"Rules": [
{
"ContinuePeriod": 1,
"Description": "CPU利用率",
"Filter": {
"Dimensions": "",
"Type": ""
},
"HierarchicalValue": {
"Remind": "",
"Serious": "",
"Warn": ""
},
"IsAdvanced": 0,
"IsLatenessMetric": 0,
"IsOpen": 1,
"IsPowerNotice": 0,
"MetricName": "CpuUsage",
"NoticeFrequency": 300,
"Operator": "gt",
"Period": 60,
"ProductId": "",
"RuleType": "STATIC",
"Unit": "%",
"Value": "1",
"ValueMax": 100,
"ValueMin": 0
},
{
"ContinuePeriod": 1,
"Description": "外网出带宽使用率",
"Filter": {
"Dimensions": "",
"Type": ""
},
"HierarchicalValue": {
"Remind": "",
"Serious": "",
"Warn": ""
},
"IsAdvanced": 0,
"IsLatenessMetric": 0,
"IsOpen": 1,
"IsPowerNotice": 0,
"MetricName": "Outratio",
"NoticeFrequency": 300,
"Operator": "gt",
"Period": 60,
"ProductId": "",
"RuleType": "STATIC",
"Unit": "%",
"Value": "1",
"ValueMax": 100,
"ValueMin": 0
},
{
"ContinuePeriod": 1,
"Description": "内存利用率",
"Filter": {
"Dimensions": "",
"Type": ""
},
"HierarchicalValue": {
"Remind": "",
"Serious": "",
"Warn": ""
},
"IsAdvanced": 0,
"IsLatenessMetric": 0,
"IsOpen": 1,
"IsPowerNotice": 0,
"MetricName": "MemUsage",
"NoticeFrequency": 300,
"Operator": "gt",
"Period": 60,
"ProductId": "",
"RuleType": "STATIC",
"Unit": "%",
"Value": "1",
"ValueMax": 100,
"ValueMin": 0
},
{
"ContinuePeriod": 1,
"Description": "磁盘利用率",
"Filter": {
"Dimensions": "",
"Type": ""
},
"HierarchicalValue": {
"Remind": "",
"Serious": "",
"Warn": ""
},
"IsAdvanced": 0,
"IsLatenessMetric": 0,
"IsOpen": 1,
"IsPowerNotice": 0,
"MetricName": "CvmDiskUsage",
"NoticeFrequency": 300,
"Operator": "gt",
"Period": 60,
"ProductId": "",
"RuleType": "STATIC",
"Unit": "%",
"Value": "1",
"ValueMax": 100,
"ValueMin": 0
},
{
"ContinuePeriod": 1,
"Description": "基础CPU利用率",
"Filter": {
"Dimensions": "",
"Type": ""
},
"HierarchicalValue": {
"Remind": "",
"Serious": "",
"Warn": ""
},
"IsAdvanced": 0,
"IsLatenessMetric": 0,
"IsOpen": 1,
"IsPowerNotice": 0,
"MetricName": "BaseCpuUsage",
"NoticeFrequency": 300,
"Operator": "gt",
"Period": 60,
"ProductId": "",
"RuleType": "STATIC",
"Unit": "%",
"Value": "0",
"ValueMax": 100,
"ValueMin": 0
}
]
},
"ConditionTemplateId": "",
"ConditionsTemp": {
"Condition": null,
"EventCondition": null,
"TemplateName": ""
},
"Enable": 0,
"EventCondition": {
"Rules": [
{
"ContinuePeriod": 0,
"Description": "机器重启",
"Filter": null,
"HierarchicalValue": null,
"IsAdvanced": 0,
"IsLatenessMetric": 0,
"IsOpen": 0,
"IsPowerNotice": 0,
"MetricName": "cvm:ErrorEvent:GuestReboot",
"NoticeFrequency": 0,
"Operator": "",
"Period": 0,
"ProductId": "",
"RuleType": "",
"Unit": "",
"Value": "",
"ValueMax": null,
"ValueMin": null
}
]
},
"Filter": null,
"FilterDimensionsParam": "",
"GroupBy": null,
"HierarchicalNotices": [
{
"Classification": [
""
],
"NoticeId": "notice-lnrxepp7",
"PolicyId": "policy-s5yso1am"
},
{
"Classification": [
""
],
"NoticeId": "notice-lzpys7tu",
"PolicyId": "policy-s5yso1am"
}
],
"InsertTime": 1739863161,
"InstanceGroupId": 0,
"InstanceGroupName": "",
"InstanceSum": 0,
"IsBindAll": 0,
"IsDefault": 0,
"IsOneClick": 0,
"IsSupportAlarmTag": 1,
"LastEditUin": "700000233161",
"MonitorType": "MT_QCE",
"Namespace": "cvm_device",
"NamespaceShowName": "云服务器-基础监控",
"NoticeContentTmplBindInfos": null,
"NoticeIds": [
"notice-lnrxepp7",
"notice-lzpys7tu"
],
"Notices": [
{
"AMPConsumerId": "",
"CLSNotices": [],
"Id": "notice-lnrxepp7",
"IsPreset": 1,
"Name": "系统预设通知模板",
"NoticeLanguage": "zh-CN",
"NoticeType": "ALL",
"PolicyIds": null,
"Tags": null,
"URLNotices": [],
"UpdatedAt": "2020-11-13 17:02:44",
"UpdatedBy": "1500000685",
"UserNotices": [
{
"EndTime": 86399,
"GroupIds": [],
"NeedPhoneArriveNotice": 0,
"NoticeWay": [
"SMS",
"EMAIL"
],
"OnCallFormIDs": [
""
],
"PhoneCircleInterval": 0,
"PhoneCircleTimes": 0,
"PhoneInnerInterval": 0,
"PhoneOrder": [],
"ReceiverType": "USER",
"StartTime": 0,
"UserIds": [
1000909
],
"Weekday": [
1,
2,
3,
4,
5,
6,
7
]
}
]
},
{
"AMPConsumerId": "",
"CLSNotices": [],
"Id": "notice-lzpys7tu",
"IsPreset": 0,
"Name": "Eric-告警回调",
"NoticeLanguage": "zh-CN",
"NoticeType": "ALL",
"PolicyIds": null,
"Tags": null,
"URLNotices": [
{
"EndTime": 86399,
"IsValid": 0,
"StartTime": 0,
"URL": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=47483435-2b48-4706-b76e-ac56e98be374",
"ValidationCode": "",
"Weekday": [
1,
2,
3,
4,
5,
6,
7
]
},
{
"EndTime": 86399,
"IsValid": 0,
"StartTime": 0,
"URL": "http://123.com",
"ValidationCode": "",
"Weekday": [
1,
2,
3,
4,
5,
6,
7
]
}
],
"UpdatedAt": "2023-05-08 20:47:39",
"UpdatedBy": "700000233161",
"UserNotices": []
}
],
"OneClickStatus": 0,
"OriginId": "2963911",
"PolicyId": "policy-s5yso1am",
"PolicyName": "Eric-新增收敛测试",
"ProjectId": 0,
"ProjectName": "默认项目",
"Region": [
"bj",
"bjjr",
"cd",
"cgoec",
"cq",
"csec",
"de",
"fzec",
"gz",
"gzopen",
"gzwxzf",
"hfeec",
"hk",
"hzec",
"in",
"jkt",
"jnec",
"jp",
"kr",
"nj",
"qy",
"qyxa",
"sao",
"sg",
"sh",
"shadc",
"sheec",
"shhqcft",
"shjr",
"shwxzf",
"sjwec",
"szjr",
"szjxcft",
"szsycft",
"szx",
"th",
"tpe",
"tsn",
"use",
"usw",
"whec",
"xbec",
"xiyec"
],
"Remark": "",
"RuleType": "STATIC",
"TagInstances": [],
"TagOperation": "",
"Tags": [],
"TriggerTasks": [],
"UpdateTime": 1741072433,
"UseSum": 4
}
],
"RequestId": "cd403f27-3cea-4565-8856-36907e07a026",
"TotalCount": 216
}
}
5. 开发者资源
腾讯云 API 平台
腾讯云 API 平台 是综合 API 文档、错误码、API Explorer 及 SDK 等资源的统一查询平台,方便您从同一入口查询及使用腾讯云提供的所有 API 服务。
API Inspector
用户可通过 API Inspector 查看控制台每一步操作关联的 API 调用情况,并自动生成各语言版本的 API 代码,也可前往 API Explorer 进行在线调试。
SDK
云 API 3.0 提供了配套的开发工具集(SDK),支持多种编程语言,能更方便的调用 API。
- Tencent Cloud SDK 3.0 for Python: GitHub, Gitee
- Tencent Cloud SDK 3.0 for Java: GitHub, Gitee
- Tencent Cloud SDK 3.0 for PHP: GitHub, Gitee
- Tencent Cloud SDK 3.0 for Go: GitHub, Gitee
- Tencent Cloud SDK 3.0 for Node.js: GitHub, Gitee
- Tencent Cloud SDK 3.0 for .NET: GitHub, Gitee
- Tencent Cloud SDK 3.0 for C++: GitHub, Gitee
- Tencent Cloud SDK 3.0 for Ruby: GitHub, Gitee
命令行工具
6. 错误码
以下仅列出了接口业务逻辑相关的错误码,其他错误码详见 公共错误码。
错误码 | 描述 |
---|---|
FailedOperation | 操作失败。 |
FailedOperation.DoHTTPTransferFailed | 后端服务超时 |
InternalError | 内部错误。 |
UnsupportedOperation | 操作不支持。 |