You need to enable JavaScript to run this app.
文档中心
应用性能监控全链路版

应用性能监控全链路版

复制全文
下载 pdf
电量监控
GetAppBatteryConsumptionFactorsTrend
复制全文
下载 pdf
GetAppBatteryConsumptionFactorsTrend
获取App电量的耗电电流值、电池温度的趋势。
请求说明
应用性能监控全链路版客户端监控已在全球多个地域部署服务,旨在为您提供更稳定、低延迟的访问体验。您可以通过查阅 服务地址 文档,根据业务所在地选择最合适的接入点。
  • 请求方式:POST
  • 请求地址:https://apmplus-openapi.cn-beijing.volcengineapi.com?Action=GetAppBatteryConsumptionFactorsTrend&Version=2022-10-12
请求参数
下方仅列出该接口特有的请求参数和部分公共参数,更多详细信息参见 公共参数
参数
类型
是否必选
示例值
描述
Action
String
GetAppBatteryConsumptionFactorsTrend
接口名称。当前 API 的名称为 GetAppBatteryConsumptionFactorsTrend
Version
String
2022-10-12
接口版本。当前 API 的版本为 2022-10-12
start_time
Integer
1617225600
查询开始时间(Unix时间戳)。
end_time
Integer
1617312000
查询结束时间(Unix时间戳)。
filters
Object of Condition
-
筛选条件,可以指定多个键值对来筛选数据。
granularity
Integer
5
聚合粒度,单位是分钟。
metrics
String
battery_traffic_p_capacity
指标名。
statistic_scale
String
avg
统计口径。
  • avg
  • pct25
  • pct50
  • pct75
  • pct90
  • pct99
calculation_method
String
all
计算方式。
  • all:全生命周期
  • per_min:每分钟平均
only_back
Integer
1
前后台。
  • 1:后台
  • 0:前台
Condition
参数
类型
是否必选
示例值
描述
op
String
in
操作符。
  • gt:大于
  • gte:大于等于
  • lt:小于
  • lte:小于等于
  • eq:等于
  • neq:不等于
  • in:包含
  • not_in:不包含
  • lk:模糊匹配特定模式的数据
  • nlk:排除模糊匹配的数据
type
String
expression
筛选条件类型。
  • expression:当前condition是一个表达式。
  • and:当前condition是一个复合表达式,多个sub_condition的逻辑关系是and。
  • or:当前condition是一个复合表达式,多个sub_condition的逻辑关系是or。
  • map:当前condition是map类型。
value
String
123456
筛选值。
values
Array of String
[123456]
筛选值,支持多个。
map_key
String
key_1
map类型key,当type为map时必填。
dimension
String
aid
条件的名称。
sub_conditions
Array of Condition
-
子条件。
请求示例
POST https://apmplus-openapi.cn-beijing.volcengineapi.com?Action=GetAppBatteryConsumptionFactorsTrend&Version=2022-10-12
{
"start_time": 1617225600,
"end_time": 1617312000,
"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"
]
}
]
},
"granularity": 5,
"metrics": "battery_traffic_p_capacity",
"statistic_scale": "avg",
"calculation_method": "all",
"only_back": 1
}
返回参数
参数
类型
示例值
描述
data
Array of TrendLine
-
不分组的请求下,list只有一个元素,分组情况下会有多个元素,每个元素代表一条线。
error_msg
String
success
错误信息。
error_no
Integer
0
错误码。
TrendLine
参数
类型
示例值
描述
name
String
test123
线的名称,在分组的情况下,name应该是分组维度的取值,比如用来显示曲线的图标。
points
Array of TrendPoint
-
曲线上的点。
total
Double
总数
TrendPoint
参数
类型
示例值
描述
alert
Object of AlertPoint
-
提示信息。
value
Double
123
指标值。
timestamp
Long
1665417600
指标发生时间(Unix时间戳)。
readable_timestamp
String
2022-10-11
指标发生时间(自然时间)。
AlertPoint
参数
类型
示例值
描述
msg
String
No error
提示信息。
alert
Boolean
true
是否需要提示。
返回示例
{
"data": [
{
"name": "test123",
"points": [
{
"alert": "-",
"value": 123,
"timestamp": 1665417600,
"readable_timestamp": "2022-10-11"
}
]
}
],
"error_msg": "",
"error_no": 0
}
错误码
当前接口暂无独立错误码,若接口调用返回异常,可参考 公共错误码 进行故障排查。
最近更新时间:2025.09.02 10:10:12
这个页面对您有帮助吗?
有用
有用
无用
无用