v1

latestOpenAPI 3.0.0GPLv32026-07-17661855.6 KB
Vlans

Returns a list with all the free vlans

get/vlans/free/

Response

OK

gatewaystring
ip_freeinteger
ip_rangestring
netmaskstring
vlan_idinteger

Example response

[
  {
    "gateway": "10.1.18.8",
    "ip_free": 256,
    "netmask": "255.255.255.255",
    "vlan_id": 601
  }
]