REST API Method: POST /rest/bridge/{identifier}/vlan/{identifier}

Modifies a VLAN given a specific VLAN ID.

URL:

https://192.168.0.111/rest/bridge/{identifier}/vlan/{identifier}

HTTP Method

POST

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
vlan_idYesNoxs:integer Is the VLAN ID being configured. The allowed range for user-defined VLAN is [2-3999]. The IDs outside the user-defined range are reserved for system's use.
vlan_descriptionNoNostringnone64 - Max Length Is a short description for this VLAN
mstpInstanceYesNostring1.111 - Max Length Specifies the row ID of the Multiple Spanning Tree Instance with which the VLAN is associated. MSTI row ID should be specified in the format BridgeId:MSTRowId format.

Helpful Tip

The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource

  • No labels