Allow filtering FHRP group assignments by device/VM #6204

Closed
opened 2025-12-29 19:37:59 +01:00 by adam · 1 comment
Owner

Originally created by @devon-mar on GitHub (Mar 13, 2022).

Originally assigned to: @devon-mar on GitHub.

NetBox version

v3.1.8

Feature type

New functionality

Proposed functionality

Currently there is no direct way to get all FHRP group assignments for a particular device using the API. Currently the only way to do this is to use the interface_id filter multiple times on GET /ipam/fhrp-group-assignments/.

The following parameters could be added to the FHRP group assignment filterset (taken from /ipam/ip-address):

  • virtual_machine
  • virtual_machine_id
  • device
  • device_id

Use case

Get all FHRP group assignments for a particular device in order to configure them.

Database changes

n/a

External dependencies

n/a

Originally created by @devon-mar on GitHub (Mar 13, 2022). Originally assigned to: @devon-mar on GitHub. ### NetBox version v3.1.8 ### Feature type New functionality ### Proposed functionality Currently there is no direct way to get all FHRP group assignments for a particular device using the API. Currently the only way to do this is to use the `interface_id` filter multiple times on `GET /ipam/fhrp-group-assignments/`. The following parameters could be added to the FHRP group assignment filterset (taken from `/ipam/ip-address`): * `virtual_machine` * `virtual_machine_id` * `device` * `device_id` ### Use case Get all FHRP group assignments for a particular device in order to configure them. ### Database changes n/a ### External dependencies n/a
adam added the status: acceptedtype: feature labels 2025-12-29 19:37:59 +01:00
adam closed this issue 2025-12-29 19:37:59 +01:00
Author
Owner

@devon-mar commented on GitHub (Apr 25, 2022):

Could I be assigned to this?

@devon-mar commented on GitHub (Apr 25, 2022): Could I be assigned to this?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6204