Versions Compared

Key

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

...

(CFR denotes customer requested)

New Item Name

IM - XXXX: 

Disable VLAN

CFR-112: Add "Disable" / "Reclaim" VLAN to domains (API Only).

 An API parameter "enabled" has been added to the VLAN "Update" endpoint to disable VLANs that have previously been enabled for a Domain.

 

Expand

In addition:

  • An "enabled" field has been added to the VLAN table, and is now used to check if a VLAN is enabled or disabled
  • The 5.3.0 upgrade script will update currently enabled VLANs to set enabled as true

To enable / disable a VLAN via the "Update" endpoint, set the parameter "enabled" to "true" or "false", respectively, after providing the required id. 

Example: /api/v1/api.php?target=vlan&action=update&id=41438&enabled=false

For details on the VLAN update endpoint, see API Module - VLAN - (update)

 CFR-112

Additional Features 

New Item Name

...