文档
测试

02.根据条件查询cdn流量

POST
/cdn/listByCondition

接口描述

根据条件查询cdn流量展示

请求参数

参数名
类型
描述
必填
area
string
地域
必填
cloudName
string
云厂商属性
必填
endTime
string
结束时间
必填
example
string
实例名称
必填
frequency
string
频率
必填
startTime
string
开始时间
必填

响应参数

参数名
类型
描述
必填
success
boolean
true成功,其他失败
必填
code
int
200成功,其他失败
必填
message
string
提示消息
必填
data
object
数据字典
必填
total
array
数据列表
必填
title
string
云厂商名称
必填
bandWidthList
array
数据列表
必填
bandWidth
long
带宽
必填
time
string
时间
必填
tabel
array
数据列表
必填
key
string
表格的key
必填
name
string
云厂商名称
必填
maxFlow
string
最大带宽流量
必填
minFlow
string
最小带宽流量
必填
value
string
95值
必填
results
array
数据列表
必填
title
string
云厂商名称
必填
shareBandVos
array
数据列表
必填
time
string
时间
必填
bandwidth
long
带宽
必填

说明 / 示例

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