概述

查询系统下的所有符合条件的机柜信息

URL

/index.php?m=api&a=cabinetListing

请求参数

字段名
变量名
必填
类型
描述
搜索内容
search

string
对机柜信息的搜索
分页数量
listpages

int
每一页显示的数据的数量
排序类型
orderby

string
用来排序的字段
排序规则
sorting

string
升序 asc 降序 desc
数据偏移量
offset

int
返回数据的偏移指针,与分页数量结合使用

返回参数

字段名
变量名
类型
描述
机柜列表
listing
array 
id  机柜id
name  机柜名称
u  物理位置数量
electric  电力
remarks  备注
time  开柜时间
num  服务器数量

house  机房名称

house_id  机房id

used 已使用物理位置数量

rent 服务器租用数量

personal 自用服务器数量

trust 服务器托管数量

other 其他设备数量

total 已分配带宽Mbps

normalServer 限带宽设备数量

根据查询条件查询到的所有机柜数据
机柜总数
sum
int
系统内机柜数据的总数
分页数量
listpages
int
每一页显示的数据的数量
搜索内容
search
string
自定义的搜索内容
排序类型
orderby
string
用来排序的字段
排序规则
sorting
string
升序 asc 降序 desc
数据偏移量
offset
int
返回数据的偏移指针,与分页数量结合使用
状态
status
string
success 成功  error 失败