获取流量统计数据(new)

请求地址

http://api.upyun.com/flow/statistic/

请求方法

GET

是否需要登陆授权

是,关于登录授权,参见授权机制

请求参数

必选 数据类型及范围 说明
start_time true string 统计数据起始时间(2016-04-10 22:23:00)
end_time true string 统计数据截止时间(2016-04-12 22:23:00)
query_type false string 查询的数据类型(服务名:bucket ; 域名: domain)
query_value false string 数据查询的值
region false string 查询某个地区的数据(北京 , 天津 , 河北 , 山西 , 内蒙古, 辽宁 , 吉林 , 黑龙江, 上海 , 江苏 , 浙江 , 安徽 , 福建 , 江西 , 山东 , 河南 , 湖北 , 湖南 , 广东 , 广西 , 海南 , 重庆 , 四川 , 贵州 , 云南 , 西藏 , 陕西 , 甘肃 , 青海 , 宁夏 , 新疆 , 香港 , 澳门 , 台湾) (ex: region=浙江)
isp isp string 查询某个运营商的数据(电信(ctn) 移动(cmn) 联通(cun) 铁通(ttn) 教育网(edun) 科技网(sat) 鹏博士(drp) 浙江华数(wasu) 广电(ratn) 歌华有线(bgctv) 方正宽带(bnc) 其他) (不传就是查询全部) (ex: isp=ctn)

结果返回

{
  "result":[
  {
  "bytes": 19838931,
  "time": 1460217900,
 "flow_time": 1460218200,
  "bandwidth": 613684,
  "rps": "7.45"
  },
  {
  "bytes": 21494382,
  "time": 1460218200,
 "flow_time": 1460218200,
  "bandwidth": 664892,
  "rps": "7.92"
  }
  ]
}

ex: curl -s "https://api.upyun.com/flow/statistic?start_time=2016-06-24%2015:10:00&end_time=2016-06-24%2015:15:00&query_type=domain&query_value=domain_name&region=广西&isp=ctn" -H 'Authorization:Bearer xxxxxxxx'

Last edited by jianhua.wang, 2016-06-24 18:33:27