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
first_discovery_idstring uuid nullable
idstring uuid required
last_discovery_idstring uuid nullable
last_seen_atstring date-time
lineage_idstring uuid nullable
updated_atstring date-time required
valid_fromstring date-time
valid_tostring date-time nullable

Response

VLAN created successfully

errorstring nullable
successboolean required

Example response

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

Changes