device.config_template field missing from rest api #8271

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

Originally created by @rrizun on GitHub (Jun 30, 2023).

Originally assigned to: @abhi1693 on GitHub.

NetBox version

v3.5.4

Python version

3.8

Steps to Reproduce

noticed that device.config_template field is missing from the rest api, e.g.,

https://demo.netbox.dev/api/dcim/devices/82/

Expected Behavior

expected to see config_template field, e.g.,

"config_template": 11,

Observed Behavior

config_template field is missing

Originally created by @rrizun on GitHub (Jun 30, 2023). Originally assigned to: @abhi1693 on GitHub. ### NetBox version v3.5.4 ### Python version 3.8 ### Steps to Reproduce noticed that device.config_template field is missing from the rest api, e.g., https://demo.netbox.dev/api/dcim/devices/82/ ### Expected Behavior expected to see config_template field, e.g., "config_template": 11, ### Observed Behavior config_template field is missing
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 20:34:32 +01:00
adam closed this issue 2025-12-29 20:34:32 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8271