Vlans

Bulk upsert VLANs from discovery

Used by daemons to report discovered VLANs. Creates new VLANs or updates names. Returns the mapping of VLAN numbers to entity UUIDs for Interface construction.

post/api/v1/vlans/discovery

Request body

network_idstring uuid required

Response

VLANs upserted

errorstring nullable
successboolean required

Example response

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

Changes