Vlans

Create a new VLAN

Creates a VLAN scoped to a network. VLAN numbers must be unique within a network.

post/api/v1/vlans

Request body

descriptionstring nullable
namestring required
network_idstring uuid required
organization_idstring uuid required
vlan_numberinteger required

The 802.1Q VLAN number (1-4094)

created_atstring date-time required
idstring uuid required
updated_atstring date-time required

Response

VLAN created successfully

errorstring nullable
successboolean required

Example response

{
  "meta": {
    "api_version": 1,
    "server_version": "0.16.1"
  }
}

Changes