获取流量健康度的历史详情(new)

请求地址

http://api.upyun.com/flow/health_degree/detail/

请求方法

GET

是否需要登陆授权

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

请求参数

必选 数据类型及范围 说明
start_time true string 数据查询的开始时间(2016-04-10 21:41:00)
end_time true string 数据查询的截至时间(2016-04-10 21:44:00)

请求返回

{
"result":{
 "req": 700,
  "_200": 630,
  "_206": 0,
  "_301": 0,
  "_302": 2,
  "_304": 73,
  "_400": 0,
  "_403": 0,
  "_404": 4,
  "_411": 0,
  "_499": 5,
  "_500": 0,
  "_502": 0,
  "_503": 0,
  "_504": 0,
}
}

ex: curl -s "https://api.upyun.com/flow/health_degree/detail/?end_time=2016-06-24+18:16&start_time=2016-06-24+18:16" -H 'Authorization:Bearer xxxxxxxxxxx'

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