Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Page Tree
rootResource - vlan

Creates a VLAN given a specific VLAN ID.

URL:

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

HTTP Method

PUT

Requires Authentication:

true



Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
vlan_idYesNoxs:integerIs 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 LengthIs a short description for this VLAN
mstpInstanceNoYesNostring1.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.

Usage Example: (about cURL | requires a session token)

Code Block
languagebash
Put code example here

Response:

Code Block
languagehtml/xml
Put Code response here