Add parent filter for IP Range objects in REST API #8390

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

Originally created by @AdamEldred on GitHub (Jul 30, 2023).

Originally assigned to: @abhi1693 on GitHub.

NetBox version

v3.5.7

Feature type

Change to existing functionality

Proposed functionality

Add the "parent" filter to IP Range objects in the same manner as it is implemented for IP Address objects. Ex: "/api/ipam/ip-ranges/?parent=172.20.128.160/28"

Use case

There are many reasons you may want to interact with all ranges defined inside a given prefix, such as cleaning up related records upon removal.

Database changes

No response

External dependencies

No response

Originally created by @AdamEldred on GitHub (Jul 30, 2023). Originally assigned to: @abhi1693 on GitHub. ### NetBox version v3.5.7 ### Feature type Change to existing functionality ### Proposed functionality Add the "parent" filter to IP Range objects in the same manner as it is implemented for IP Address objects. Ex: "/api/ipam/ip-ranges/?parent=172.20.128.160/28" ### Use case There are many reasons you may want to interact with all ranges defined inside a given prefix, such as cleaning up related records upon removal. ### Database changes _No response_ ### External dependencies _No response_
adam added the status: acceptedtype: feature labels 2025-12-29 20:36:07 +01:00
adam closed this issue 2025-12-29 20:36:07 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8390