ManageEngine® Applications Manager Manage API | ||
ManageEngine Applications Manager provides Manage API that allows the user to manage a monitor.
API to Manage a Monitor
http://[ Host ]:[ Port ]/AppManager/xml/ManageMonitor?apikey=[ API key ]&resourceid=[ RESOURCEID ]
http://[ Host ]:[ Port ]/AppManager/xml/ManageMonitor?apikey=[ API key ]&haid=[ MONITOR GROUP ID ]
Note: This API is not supported for Admin Server.
Request Parameters
Field | Description |
API Key | The key generated from "Generate API Key" option in the Admin tab. |
resourceid | resourceid=[ RESOURCEID ] where RESOURCEID is the AM_ManagedObject.RESOURCEID of the monitor to be managed. |
haid | The resourceid of the monitor group that you want to manage. |
The following is an example for ManageMonitor
http://app-windows:9090/AppManager/xml/ManageMonitor?apikey=65d0fa3e1f6c6bdcce1c3969f24c39a8&resourceid=10000031
Example output:
<AppManager-response uri="/AppManager/xml/ManageMonitor"> <result> <response response-code="4000"> <message>Monitor with resourceID 10000031 managed successfully</message> </response> </result> </AppManager-response> |
ExecuteAction API |
Ping API |