文档
测试

05.根据时间进行对比

POST
/cdn/comparisonByTime/{time}

接口描述

05.根据时间进行对比

请求参数

参数名
类型
描述
必填
cdnId
string
cdn的id
必填
checked
string
判断时单个显示还是汇总显示
必填
domain
array
域名
必填
endTime
string
结束时间
必填
startTime
string
开始时间
必填

响应参数

参数名
类型
描述
必填
success
boolean
true成功,其他失败
必填
code
int
200成功,其他失败
必填
message
string
提示消息
必填
data
object
数据字典
必填
total
array
总流量的数据
必填
title
string
示例:白山云
必填
bandWidthList
array
数据列表
必填
bandWidth
int
示例:23830915
必填
time
string
示例:2020-04-14 22:30:00
必填
tabel
array
表格数据
必填
key
string
示例:白山云
必填
name
string
示例:白山云
必填
maxFlow
string
示例:95489708700
必填
minFlow
string
示例:0
必填
value
string
示例:630539.6960
必填
results
array
单流量的数据
必填
title
string
示例:cdntest-al.gyyx.cn
必填
shareBandVos
array
数据列表
必填
time
string
示例:2020-04-14 20:25:00
必填
bandwidth
int
示例:0
必填

说明 / 示例

code: 200 data: { total: [{ title: "白山云", bandWidthList: [{ bandWidth: 23830915, time: "2020-04-14 22:30:00" }, …] }, …], … } results: [{ title: "cdntest-al.gyyx.cn", … }] tabel: [{ key: "白山云", name: "白山云", maxFlow: "95489708700", minFlow: "0", value: "630539.6960" }, …] total: [{ title: "白山云", bandWidthList: [{ bandWidth: 23830915, time: "2020-04-14 22:30:00" }, …] }, …] message: "成功" success: true