Vlans

Add a new vlan

post/vlans/

Request body

gatewaystring
ip_freeinteger
ip_rangestring
netmaskstring
vlan_idinteger

Example request

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

Response

Created

Changes

No recorded changes to this endpoint across all 9 revisions of this API.