带宽详情信息统计

通过该接口可以获取指定时间内用户带宽详细信息。地址为: http://spark.bokecc.com/api/bandwidth/user/detail

需要传递以下参数:

参数 说明
userid 用户id,不可为空
start_time 开始时间, 格式为yyyy-MM-dd HH:mm,不可为空
end_time 结束时间, 格式为yyyy-MM-dd HH:mm,不可为空 (时间间隔不能超90天)

返回数据bandwidths包含如下字段:

字段名 说明
bandwidth 带宽信息

bandwidth包含如下字段:

字段名 说明
time 时间片,包含该时间点之后的一个时间片内的数据。
pc PC端带宽信息 (单位:bps)
mobile 移动端带宽信息 (单位:bps)
audio 音频带宽信息 (单位:bps)

JSON格式的返回信息如下:

{

"bandwidths":{

"bandwidth":[

{

“time”:”2017-12-11 00:00:00”,    

“pc”:123789,

“mobile”:345678,

“audio”:345

},

…

]

}

}

results matching ""

    No results matching ""