v2
latestOpenAPI 3.0.02026-08-0688139156.5 KBDevices
Get device network configuration
Get the current network configuration for a device.
get/v1/device/{device_id}/network
Path parameters
device_idstring required
ID of a device
Example:d_0123456789ab
Response
OK
Example response
{
"dns_server_primary": "1.1.1.1",
"dns_server_secondary": "8.8.8.8",
"network_address": "192.168.1.100/24",
"network_gateway": "192.168.1.1",
"network_mode": "static"
}