Hi Team,
I have seen Tools->Network->API Documentation and Help->Additional Documentation->API Developers guide. And i have noticed availability of http/https REST API i.e., NetMRI Core API, a language-independent, HTTP/HTTPS-based, RESTful interface built into the NetMRI product.
In the API Developers guide it is mentioned /api/base_uri to find the BASE URL but i couldn't find by trying it on my server.
I would like to get for e.g., device groups in network by hitting http url like below (ofcourse with login credentials in command line):
curl http://mynetmri.server.com/device_groups/index
Could you tell me if i could leverage RESTful interface of NetMRI using CURL or perl LWP http client instead of using NetMRI::API module.
Thanks !!
