获取App报警历史。
ServiceName: apmplus_openapi Region: cn-beijing X-App-Ids: xxx Content-Type: application/json
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetAppAlarmHistory | 接口名称。当前 API 的名称为 GetAppAlarmHistory 。 |
Version | String | 是 | 2022-10-12 | 接口版本。当前 API 的版本为 2022-10-12 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
aid | Long | 是 | 123456 | 应用ID。 |
filters | Object of Condition | 否 | - | 筛选条件,可以指定多个键值对来筛选数据。 |
start_time | Long | 是 | 1665417600 | 开始时间。 |
end_time | Long | 是 | 1666417600 | 终止时间。 |
query_key | String | 否 | test | 报警事件名模糊搜索,不填默认全部。 |
page_size | Long | 否 | 2 | 分页条数 ,不传默认10。 |
page_no | Long | 否 | 1 | 起始页码为1。 |
monitor_types | Array of String | 否 |
| 监控类型。
|
order_by | String | 否 | - | 排序方式,默认按报警时间倒序排列。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
op | String | 否 |
| 操作符。
|
type | String | 否 |
| 筛选条件类型。
|
value | String | 否 | Android | 筛选值。 |
values | Array of String | 否 | ["Android"] | 筛选值,支持多个。 |
map_key | String | 否 | key_1 | map类型key,当type为map时必填。 |
dimension | String | 否 | aid | 条件的名称。 |
sub_conditions | Array of Condition | 否 | - | 子条件。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | Object of AlarmEventPage | - | 报警历史列表。 |
error_msg | String | - | 错误信息,成功为空。 |
error_no | Long | 0 | 错误码,成功为0。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | Array of AlarmEvent | - | 报警历史。 |
curr_page | Long | 1 | 当前页码。 |
total_cnt | Long | 99 | 总条数。 |
total_page | Long | 10 | 总页数。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
id | Long | 1 | 报警ID。 |
rule_id | Long | 1 | 报警任务ID。 |
rule_name | String | test | 报警名称。 |
occur_time | String | - | 报警事件发生时间。 |
notify_content | String | - | 报警内容。 |
alarm_level | String |
| 报警级别。
|
notify_types | Array of String | [mail] | 通知方式。 |
handle_status | Long | - | 处理状态。 |
ack_status | Long |
| ACK状态。
|
ack_time | String | - | ACK时间。 |
url | String | - | 链接。 |
operators | Array of String | - | 报警创建人ID列表。 |
operators_info | Array of UserProfile | - | 报警创建人具体信息。 |
filter_info | Object of FilterCondition | - | 报警任务条件。 |
monitor_type | String |
| 监控类型。
|
hit_rule | Object of AlarmHitRule | - | 报警任务规则配置。 |
rule_brief | String | - | 报警事件对应的规则的简述。 |
alarm_receives | Array of Candidate | - | 报警邮件接收组信息。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
id | Long | 1 | 用户ID。 |
username | String | test_name | 用户名称。 |
String | test@test.com | 用户邮箱。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
type | String |
| 条件类型。
|
dimension | String | aid | 条件的名称。 |
op | String |
| 操作符。
|
value | String | 123456 | 筛选值。 |
values | Array of String | [123456] | 筛选值,支持多个。 |
sub_conditions | Array of FilterCondition | - | 子条件。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
type | String |
| 条件类型。
|
hit_rule_type | String |
| 规则类型。
|
threshold_calculate_type | String | - | 阈值计算方式,是纯做加减还是做百分比。 |
threshold_value | Double | 10000 | 报警阈值。 |
op | String |
| 比较符。
|
indicator | Object of Indicator | - | 阈值类型参数配置。 |
indicators | Array of Indicator | - | 同环比类型参数配置。 |
sub_hit_rules | Array of AlarmHitRule | - | 子规则。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
is_group | Boolean | true | 是否接收组。 |
user_name | String | test | 单个用户的用户名。 |
String | test@test.com | 用户邮箱。 | |
group_name | String | test | 群组接收组名。 |
group_id | Integer | 1 | 接收组ID。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
name | String | crash_count | 指标定义名称,由GetAppAlarmMetricsConf 接口获取。 |
value | Double | 10 | 指标值。 |
recently | Long | 180 | 指标查询时间范围,比如180min。 |
compare_time | Long |
| 比较时间。
|
start_time | Long | - | 统计起始时间。 |
end_time | Long | - | 统计终止时间。 |
POST https://open.volcengineapi.com?Action=GetAppAlarmHistory&Version=2022-10-12 { "aid":123456, "start_time":1679155200, "end_time":1679295939, "filters":{ "type":"and", "sub_conditions":[ { "dimension":"rule_id", "type":"expression", "op":"in", "values":[ "717" ] } ] }, "query_key":"", "monitor_types":[ "crash" ], "page_no":1, "page_size":1 }
{ "err_detail": "", "data": { "data": [ { "id": 12345, "rule_id": 717, "rule_name": "测试报警0401", "occur_time": "2023-02-13 11:56:48", "notify_content": "分组1:操作系统名称:Android\n崩溃次数最近180分钟内>=1,当前值5\n任务间隔:5分钟\n筛选条件:\n", "alarm_level": "fatal", "notify_types": [ "lark" ], "handle_status": 0, "ack_status": 0, "ack_time": "2022-04-27 23:57:13", "operators": [ "1" ], "operators_info": [ { "id": 1, "username": "admin-1", "display_name": "admin-1", "email": "", "head_url": "", "sso_user_id": "", "auth_level": "admin", "title": "" } ], "filter_info": { "type": "and", "dimension": "", "op": "", "sub_conditions": [ { "type": "expression", "dimension": "aid", "op": "in", "values": [ "123456" ] } ] }, "rule_brief": "任务间隔:5分钟\n筛选条件:\n报警分组:操作系统名称\n最近180分钟内,崩溃次数 阈值>=1", "monitor_type":"crash", "hit_rule": { "type": "and", "hit_rule_type": "", "threshold_calculate_type": "", "threshold_value": 0, "op": "", "sub_hit_rules": [ { "type": "expression", "hit_rule_type": "threshold", "indicator": { "name": "crash_count", "recently": 180, "compare_time": 0 }, "threshold_calculate_type": "", "threshold_value": 1, "op": "gte", "hit_metric": [] } ], "hit_metric": [] } } ], "total_cnt": 312, "total_page": 312, "curr_page": 1 }, "error_msg": "", "error_no": 0 }
本接口无特有的错误码。更多信息请参见错误码。