Hello
Is there a way to see the IP shown in the ports information in the capture below through API or DB Query?
Thank you for time
Hello
Is there a way to see the IP shown in the ports information in the capture below through API or DB Query?
Thank you for time
using API
curl.exe -H ‘X-Auth-Token: yourtoken’ https://librenmsurl/api/v0/resources/ip/addresses
from DB,
select * from ipv4_mac;