[PR #10044] [CLOSED] Fixes: #10043 Implement the limit parameter for the available-vlans endpoint #13546

Closed
opened 2025-12-29 23:19:29 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10044
Author: @RobinGeuze
Created: 8/17/2022
Status: Closed

Base: developHead: implementLimitForAvailableVlan


📝 Commits (1)

  • d160a02 Implement the limit parameter for the available-vlans endpoint

📊 Changes

1 file changed (+18 additions, -2 deletions)

View changed files

📝 netbox/ipam/api/views.py (+18 -2)

📄 Description

Fixes: #10043

This adds support for the limit parameter to the available-vlans endpoint. Code is basically copy pasted from the available-ips endpoint.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/10044 **Author:** [@RobinGeuze](https://github.com/RobinGeuze) **Created:** 8/17/2022 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `implementLimitForAvailableVlan` --- ### 📝 Commits (1) - [`d160a02`](https://github.com/netbox-community/netbox/commit/d160a02c854dff8c4b04e687073173b0182cc2d7) Implement the limit parameter for the available-vlans endpoint ### 📊 Changes **1 file changed** (+18 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/ipam/api/views.py` (+18 -2) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: #10043 <!-- Please include a summary of the proposed changes below. --> This adds support for the limit parameter to the available-vlans endpoint. Code is basically copy pasted from the available-ips endpoint. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:19:29 +01:00
adam closed this issue 2025-12-29 23:19:29 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13546