Tags not available through REST API on Wireless LAN #5821

Closed
opened 2025-12-29 19:33:11 +01:00 by adam · 2 comments
Owner

Originally created by @rodvand on GitHub (Dec 21, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.1.2

Python version

3.8

Steps to Reproduce

Through the Web interface:

  1. Create tag "TagA"
  2. Create a Wireless LAN "WLAN One" and add the tag "TagA" to the Wireless LAN

Expected Behavior

To see the tags assigned to the Wireless LAN in the API browser.

Observed Behavior

The tag is not visible through the API. It is also not assign tags using the REST API. It is visible in the Web UI.

Originally created by @rodvand on GitHub (Dec 21, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.1.2 ### Python version 3.8 ### Steps to Reproduce Through the Web interface: 1. Create tag "TagA" 2. Create a Wireless LAN "WLAN One" and add the tag "TagA" to the Wireless LAN ### Expected Behavior To see the tags assigned to the Wireless LAN in the API browser. ### Observed Behavior The tag is not visible through the API. It is also not assign tags using the REST API. It is visible in the Web UI.
adam added the type: bugstatus: accepted labels 2025-12-29 19:33:11 +01:00
adam closed this issue 2025-12-29 19:33:11 +01:00
Author
Owner

@rodvand commented on GitHub (Dec 21, 2021):

It's the same with the Wireless Link model. Can see the tags in the Web UI, but not create/see with the REST API.

@rodvand commented on GitHub (Dec 21, 2021): It's the same with the Wireless Link model. Can see the tags in the Web UI, but not create/see with the REST API.
Author
Owner

@jeremystretch commented on GitHub (Dec 22, 2021):

Some other fields seem to have been omitted from the serializers as well. It actually looks like an entire line within the fields attribute on either serializer was mistakenly deleted at some point.

@jeremystretch commented on GitHub (Dec 22, 2021): Some other fields seem to have been omitted from the serializers as well. It actually looks like an entire line within the `fields` attribute on either serializer was mistakenly deleted at some point.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5821