Incorrect representation of installed module when listing module bays using REST API brief mode #15243
Labels
severity: medium
Results in substantial degraded or broken functionality for specfic workflows
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
NetBox Cloud
NetBox Version
v3.7.3
Python Version
3.11
Steps to Reproduce
/api/dcim/module-bays/
/api/dcim/module-bays/?brief=true
Expected Behavior
The serialized representation of the module bay should include an
installed_module
field in both responses, with a representation of the installed module.Observed Behavior
The
installed_module
field is absent when brief mode is enabled. There is instead an emptymodule
field.The text was updated successfully, but these errors were encountered: