Skip to content

[Feature]: Add ACL Interface Assignment to GraphQL #251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pheus opened this issue Mar 22, 2025 · 1 comment · May be fixed by #260
Open

[Feature]: Add ACL Interface Assignment to GraphQL #251

pheus opened this issue Mar 22, 2025 · 1 comment · May be fixed by #260
Labels
enhancement New feature or request

Comments

@pheus
Copy link
Contributor

pheus commented Mar 22, 2025

NetBox version

4.2.5

Feature type

Add a function

Proposed functionality

The ACL interface assignments should be queryable through the GraphQL API, similar to how they are available in the REST API.

Use case

This feature is essential for automation workflows that rely on the GraphQL API, enabling users to efficiently retrieve interface assignments.

External dependencies

None required.

@pheus pheus added the enhancement New feature or request label Mar 22, 2025
@pheus
Copy link
Contributor Author

pheus commented Mar 22, 2025

Can this issue be assigned to me? I have already developed the code and will open a PR once the dependent PR #250 has been merged.

pheus added a commit to pheus/netbox-acls that referenced this issue Apr 20, 2025
Introduces ACLInterfaceAssignmentType to GraphQL schema and type
definitions. Adds fields for accessing ACL interface assignments and
their lists in the schema to manage related data effectively.

Fixes netbox-community#251
@pheus pheus linked a pull request Apr 20, 2025 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant