Is it possible to get the IP and MAC addresses of the cameras through Javascript SDK?

I would like to fetch the IP, MAC addresses of the cameras available. Do you have any recommendations on retrieving those information using Javascript Mobile SDK?

Hi,

Unfortunately we do not provide such information via Javascript Mobile SDK

Hi Kunt,

I think this should be possible to fetch via REST API.

It is still in pre-release and should be officially released in the 2022 R1, but you could give it a try at least.

Please look here and here.

Please test following GET methods.

For Mac address -

http://{hostname}/api/rest/v1/hardware/{hardwareID}/hardwareDriverSettings

For IP address -

http://{hostname} /api/rest/v1/hardware