查询ip地址信息
请求url: http://192.168.1.180:8888/SophonSystem/api/ip?一级参数
二级参数
类型
描述
一级参数
二级参数
类型
描述
Last updated
请求url: http://192.168.1.180:8888/SophonSystem/api/ip?Last updated
{
"data": [
{
"device": "eth0",
"dns": "192.168.1.2",
"gateway": "192.168.1.2",
"ip": "192.168.1.64",
"netmask": "255.255.240.0",
"status": "static",
"bandwidth":"100.0Mb/s",
"bandwidth_varity":true,
"mac":"e0:a5:09:00:32:31"
},
{
"device": "eth1",
"dns": "192.168.150.1",
"ip": "192.168.150.1",
"netmask": "255.255.255.0",
"status": "static",
"bandwidth":"100.0Mb/s",
"bandwidth_varity":true,
"mac": "e0:a5:09:00:32:35"
}
]
}