ManageEngine® Applications Manager Rest API |
||
ManageEngine Applications Manager provides API for fetching data from Applications Manager server. Using this API, AppManager's data can be integrated with any third party software like OpManager and data can be represented in a single dashboard itself.
Steps for using Rest API
Click on the Admin tab
Under Applications Manager Server Settings, click on Rest API Key.
The API key is generated - eg.7b5fde68148fa2419bc2f1a1ab87e757
Open the browser, the URL would be
http://<myappmanager-server>:9090/AppManager/xml/ListServer?apikey=7b5fde68148fa2419bc2f1a1ab87e757&type=all
By changing <type> to the required monitor, data pertaining to that monitor can be retrieved. For eg.
http://<myappmanager-server>:9090/AppManager/xml/ListServer?apikey=7b5fde68148fa2419bc2f1a1ab87e757&type=server
will give data of all the server monitors. 'all' will give the entire Applications Manager's data.
Using this API, proceed to integrate Applications Manager with the third party software.
Add on Product Settings |
Google Map |