获取App电量异常事件。
ServiceName: apmplus_openapi Region: cn-beijing X-App-Ids: xxx Content-Type: application/json
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetAppExceptionalBatteryIssueEventList | 接口名称。当前 API 的名称为 GetAppExceptionalBatteryIssueEventList 。 |
Version | String | 是 | 2024-04-09 | 接口版本。当前 API 的版本为 2024-04-09 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
filters | Object of Condition | 否 | - | 筛选条件,可以指定多个键值对来筛选数据。 |
issue_id | String | 否 | issue_12345 | 问题ID。 |
is_new | Integer | 否 |
| 新增issue。
|
start_time | Integer | 否 | 1619827200 | 查询起始时间(Unix时间戳)。 |
end_time | Integer | 否 | 1619913600 | 查询结束时间(Unix时间戳)。 |
page_size | Integer | 否 | 20 | 每页显示的事件数量。 |
page_no | Integer | 否 | 1 | 请求的页码编号。 |
token | String | 否 | search_token | 搜索关键词。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
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 BatteryTraceEventListData | - | 返回内容。 |
error_msg | String | success | 错误信息。 |
error_no | Integer | 0 | 错误码。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
total | Integer | 10 | 列表总数。 |
result | Array of JSON Map | - | 列表详情。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
key | String | eventname | 电量异常事件的key。 |
value | String |
POST https://open.volcengineapi.com?Action=GetAppExceptionalBatteryIssueEventList&Version=2024-04-09 { "filters": { "type": "and", "sub_conditions": [ { "dimension": "apm_version", "type": "expression", "op": "in", "values": [ "1.4.5" ] }, { "dimension": "device_model", "type": "expression", "op": "in", "values": [ "MI 5X" ] } ] }, "issue_id": "issue_12345", "is_new": 1, "start_time": 1619827200, "end_time": 1619913600, "page_size": 20, "page_no": 1, "token": "search_token" }
{ "data": { "total": 10, "result": [] }, "error_msg": "", "error_no": 0 }
本接口无特有的错误码。更多信息请参见错误码。