-
Notifications
You must be signed in to change notification settings - Fork 0
Network GET
The Man edited this page Apr 4, 2022
·
5 revisions
Get network configuration.
URL : /api/network/
Method : GET
Auth required : NO
{
"dhcp": true,
"deviceIP": "192.168.5.118/24",
"gateway": "192.168.5.1",
"dns": "192.168.5.20"
"mac": "24:62:AB:FF:FF:FF"
}This endpoint only returns IPv4 information.
If the device is currently set to use DHCP.
Current IP-Adress of the device.
Includes the CIDR notation of the current netmask.
Current gateway IP Address of the device.
Current primary DNS servers of the device.
Current MAC address of the device.