概述

查询服务器的所有IP

URL

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

请求参数

字段名
变量名
必填
类型
描述
服务器软件ID
id

int
查询的服务器软件ID
分页数量
listpages

int
每一页显示的数据的数量
数据偏移量
offset

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

返回参数

字段名
变量名
类型
描述
服务器IP列表
listing
array
id  ip的id
ipaddress  ip地址
usedate  分配时间
server_mainip  主ip标记(true,false)
所有服务器IP数据
服务器IP总数
sum
int
系统内服务器分配IP的总数
分页数量
listpages
int
每一页显示的数据的数量
服务器连接交换机VLAN
vlan
string
服务器连接交换机VLAN
服务器软件ID
serverid
int
搜索的服务器软件ID
提示信息
msg
string
出错信息
状态
status
string
success 成功  error 失败
数据偏移量
offset
int
返回数据的偏移指针,与分页数量结合使用