cnMaestro on Premise URL Search

Is there a way to call cnMaestro on premise to search for an IP address on SM through URL?

Like:

http://cnmaestro_on_premises.com/#172.16.34.87/

Trying to put a link to this in our ISP database.

Hi,

I suggest to make use of cnMaestro RESTful API's for this. 

Example in your case, you can make use of following API in order to fetch the any device info based on device mac address, as mac address will be unique.

Sample URL for your reference.

https://{cnmaestro_server_ip}/api/v1/devices/{device_mac_address}/

You can refer following link to know more about Restful API

https://support.cambiumnetworks.com/file/12c16fe3f4c194c27640385b5b0a477ab008cd80

1 Like