文档
测试

08.根据条件查询cloud

POST
/cloud/listCondition

接口描述

08.根据条件查询cloud

请求参数

参数名
类型
描述
必填
childrenClass
string
子类名称
必填
cloudName
string
云厂商名字
必填
endTime
string
结束时间
必填
example
string
实例名称
必填
frequency
string
频率
必填
ip
array
数据列表
必填
mainClass
string
主类名称
必填
startTime
string
开始时间
必填

响应参数

参数名
类型
描述
必填
success
boolean
true成功,其他失败
必填
code
int
200成功,其他失败
必填
message
string
提示消息
必填
data
object
数据字典
必填
result
array
云主机流量分析
必填
title
string
示例:阿里云-进带宽
必填
shareBandVos
array
数据列表
必填
time
string
示例:2020-04-09 04:15
必填
bandwidth
int
示例:432
必填
list
array
云主机总流量分析
必填
title
string
示例:阿里云-in
必填
bandWidthList
array
数据列表
必填
bandWidth
int
示例:945446
必填
time
string
示例:2020-04-09 04:15:00
必填

说明 / 示例

{ message: "成功", success: true , code: 200, data:{ list: [{title: "阿里云-in",…}, {title: "阿里云-out",…},…], result: [{title: "阿里云-进带宽",…}, {title: "阿里云-出带宽",…}] } }