Page cover

Eth0 Information

BaseUrl

http://your-hotspot-ip:8001/api/hotspot/eth0

method

GET

params

Null

return*

🍺Success

{
"NicName": "eth0",
"MacAddress": "dc:a6:32:f5:b6:a4",
"IpAddress": "192.168.1.180",
"Gateway": "192.168.1.111"
}

❌404

{
"code": 404,
"data": "Nothing Found Here  :-("
}

Last updated