Skip to content
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

Request new static mapping queries #587

Open
couraillon opened this issue Oct 23, 2024 · 0 comments
Open

Request new static mapping queries #587

couraillon opened this issue Oct 23, 2024 · 0 comments
Labels
backlog Issues backlogged for inclusion in future releases feature request New feature or request

Comments

@couraillon
Copy link

Describe the solution you'd like

  1. I'd like to be able to use a GET request to get the id of a specific MAC address in the static mappings.
  2. I'd also like to be able to check if a specific MAC address is already registered in the static mappings.

Describe alternatives you've considered

  1. I'm currently retrieving all the interface (parent_id) configuration and using the response, but it's a bit time-consuming to read the whole json and compare each mac address to get its id.
  2. In the same way, I currently check if the MAC address is present in all the interface (parent_id) configuration, but it takes a lot of time.

Additional context
We're trying to link our asset management tool, on which the MAC addresses of our devices are registered, to the pfSense DHCP server. We'd like the MAC addresses to be automatically removed and added to the DHCP server, and to do this I'd need to make the requests mentioned above to lighten up my code a bit.

Thank you!

@couraillon couraillon added backlog Issues backlogged for inclusion in future releases feature request New feature or request labels Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Issues backlogged for inclusion in future releases feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant