01.初始化查云主机流量分析 websocket测试 GET /cloud/listBandWidth 接口描述 01.初始化查云主机流量分析 响应参数 参数名 类型 描述 必填 success boolean true成功,其他失败 必填 code int 200成功,其他失败 必填 message string 提示消息 必填 data object 数据字典 必填 bandwidth array 数据列表 必填 title string 名称 必填 bandWidthList array 数据列表 必填 bandWidth long 带宽 必填 time string 时间 必填 说明 / 示例 code: 200 data: { bandwidth: [{ 0:{ title: "入带宽", bandWidthList: [{ bandWidth: 21105123, time: "2020-04-09 02:40:00" }, …] } 1: { title: "出带宽", bandWidthList: [{ bandWidth: 110624127, time: "2020-04-09 02:40:00" }, …] } message: "成功" success: true
code: 200 data: { bandwidth: [{ 0:{ title: "入带宽", bandWidthList: [{ bandWidth: 21105123, time: "2020-04-09 02:40:00" }, …] } 1: { title: "出带宽", bandWidthList: [{ bandWidth: 110624127, time: "2020-04-09 02:40:00" }, …] } message: "成功" success: true