| aggrType |
String |
False |
|
聚合方式,用于不同时间轴上的聚合。如balance产品同一个resourceId下存在port=80和port=8080等多种维度。可选值参考:sum、avg、min、max |
| downSampleType |
String |
False |
|
采样方式,用于在时间轴维度上将聚合周期内的数据聚合为一个点。可选值参考:sum(聚合周期内的数据求和)、avg(求平均)、last(最新值)、min(最小值)、max(最大值) |
| startTime |
String |
False |
|
查询时间范围的开始时间, UTC时间,格式:2016-12-11T00:00:00+0800(注意在url中+要转译为%2B故url中为2016-12-11T00:00:00%2B0800) |
| endTime |
String |
False |
|
查询时间范围的结束时间, UTC时间,格式:2016-12-11T00:00:00+0800(为空时,将由startTime与timeInterval计算得出)(注意在url中+要转译为%2B故url中为2016-12-11T00:00:00%2B0800) |
| timeInterval |
String |
False |
|
时间间隔:1h,6h,12h,1d,3d,7d,14d,固定时间间隔,timeInterval默认为1h,当前时间往 前1h |
| tags |
TagFilter[] |
False |
|
监控指标数据的维度信息,根据tags来筛选指标数据不同的维度 |
| groupBy |
Boolean |
False |
|
是否对查询的tags分组 |
| rate |
Boolean |
False |
|
是否求速率 |
| serviceCode |
String |
False |
|
资源的类型,取值vm, lb, ip, database 等,describeServices:查询己接入云监控的产品线列表 |
| dimension |
String |
False |
|
资源的维度。查询serviceCode下可用的维度请使用describeServices接口 |
| resourceId |
String |
True |
|
资源的uuid |