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

Modifies a Bridge Group given a specific Table ID.

URL:

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

HTTP Method

POST

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
mstpRegionNoYesstringDefault32 - Max Length Specifies the name of the Multiple Spanning Tree region. By default, the region name is Default. The region name and revision number must be the same on all devices that are intended to be in the same MST region
mstpRevisionNoYesint0Possible values:
  • 0 - Minimum
  • 255 - Maximum
Specifies the MST revision number. The region name and revision number must be the same on all devices that are intended to be in the same MST region.

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