Add Status Field to WirelessLAN Model #7138

Closed
opened 2025-12-29 20:19:39 +01:00 by adam · 0 comments
Owner

Originally created by @tyler-8 on GitHub (Oct 20, 2022).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.3.5

Feature type

Data model extension

Proposed functionality

Add a status field to the WirelessLAN model with possible values of active, reserved, disabled, deprecated.

Use case

Many objects in NetBox have a status field to indicate the current desired state of said object. WirelessLANs are no different and could be better documented with a status field.

SSIDs might be temporarily disabled, but still configured, for certain cases. Others might be reserved/planned for future use, and others may be deprecated but still needed in the SoT for documentation purposes.

Database changes

New field on the Django model, similar to the status field everywhere else in NetBox.

External dependencies

N/A

Originally created by @tyler-8 on GitHub (Oct 20, 2022). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.3.5 ### Feature type Data model extension ### Proposed functionality Add a `status` field to the `WirelessLAN` model with possible values of `active, reserved, disabled, deprecated`. ### Use case Many objects in NetBox have a `status` field to indicate the current desired state of said object. WirelessLANs are no different and could be better documented with a status field. SSIDs might be temporarily disabled, but still configured, for certain cases. Others might be reserved/planned for future use, and others may be deprecated but still needed in the SoT for documentation purposes. ### Database changes New field on the Django model, similar to the status field everywhere else in NetBox. ### External dependencies N/A
adam added the status: acceptedtype: feature labels 2025-12-29 20:19:39 +01:00
adam closed this issue 2025-12-29 20:19:39 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7138