How to query devices hosts and IPs

Hi all,

It am developing a small LibreNMS plugin to integrate NMAP output into the device overview tab.
In order for me to schedule Nmap scans for all known hosts, is there a PHP script within the distrib that I can use to query and get all devices’s IP ?

Thank you
K.

Hi @kenaddams42
You can get all these from the API :
https://docs.librenms.org/API/

Excellent - I forgot this one (sorry I am new to LibreNMS).
Thank you !