Query method(API or DB Query) for capture below?

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 :slight_smile:

using API

curl.exe -H ‘X-Auth-Token: yourtoken’ https://librenmsurl/api/v0/resources/ip/addresses

from DB,

select * from ipv4_mac;

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.