display_name missing from nested VRF serializer #3977

Closed
opened 2025-12-29 18:32:24 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Aug 13, 2020).

Originally assigned to: @jeremystretch on GitHub.

Environment

  • Python version: 3.6.9
  • NetBox version: 2.8.9

Steps to Reproduce

  1. GET /api/ipam/vrfs/
  2. GET /api/ipam/vrfs/?brief=1

Expected Behavior

The display_name attribute should be present on objects in both responses.

Observed Behavior

display_name is missing from the "brief" (nested) representation of a VRF.

Originally created by @jeremystretch on GitHub (Aug 13, 2020). Originally assigned to: @jeremystretch on GitHub. ### Environment * Python version: 3.6.9 * NetBox version: 2.8.9 ### Steps to Reproduce 1. `GET /api/ipam/vrfs/` 2. `GET /api/ipam/vrfs/?brief=1` ### Expected Behavior The `display_name` attribute should be present on objects in both responses. ### Observed Behavior `display_name` is missing from the "brief" (nested) representation of a VRF.
adam added the type: bugstatus: accepted labels 2025-12-29 18:32:24 +01:00
adam closed this issue 2025-12-29 18:32:24 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3977