Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - wsimpson

#1
Using the API access pattern described at https://docs.opnsense.org/development/api.html, I would like to be able to retrieve the DHCP lease list, i.e. the same data shown at https://<opnsense>/status_dhcp_leases.php. I can successful make other API calls from core and diagnostics modules, for example, so I believe I have my authentication keys setup and being used correctly.

How can I determine the module/controller/command for the DHCP lease information?

Thank you in advance.