v2
latestOpenAPI 3.0.02026-08-0688139156.5 KBDevices
List device VLANs
List all virtual interfaces (VLANs) for a device.
get/v1/device/{device_id}/vlan
Path parameters
device_idstring required
ID of a device
Example:d_0123456789ab
Response
OK
Example response
{
"data": [
{
"gateway": "192.168.100.1",
"ip_address": "192.168.100.1/24",
"name": "vlan100",
"network_mode": "static",
"vlan_id": "vlan_012345",
"vlan_tag": 100
}
]
}