FHRP group ID is misrepresented on the group assignments API endpoint when brief mode is used #15133
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.2
Python Version
3.11
Steps to Reproduce
/api/ipam/fhrp-group-assignments/
REST API endpoint?brief=true
group
fieldExample results for reference:
Normal mode
Brief mode
Expected Behavior
The
group
field should be present in and consistent between both responses.Observed Behavior
The
group
field is omitted in the brief mode response, and agroup_id
field is included instead. Note that this is not the numeric group ID assigned by the user to the FHRP group, but rather the unique database ID for the group object.The text was updated successfully, but these errors were encountered: