You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to use a GET request to get the id of a specific MAC address in the static mappings.
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
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.
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!
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Describe alternatives you've considered
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!
The text was updated successfully, but these errors were encountered: