ManageEngine® Applications Manager UnManage API | ||
ManageEngine Applications Manager provides REST APIs for fetching data from Applications Manager server. This API allows the user to unmanage a monitor.
API to UnManage a Monitor
http://[ Host ]:[ Port ]/AppManager/xml/UnmanageMonitor?apikey=[ API key ]&resourceid=[ RESOURCEID ]
http://[ Host ]:[ Port ]/AppManager/xml/UnmanageMonitor?apikey=[ API key ]&haid=[ MONITORGROUPID ]
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 unmanaged. |
haid | The resourceid of the monitor group which you want to un-manage. |
The following is an example for UnManageMonitor
http://app-windows:9090/AppManager/xml/UnmanageMonitor?apikey=65d0fa3e1f6c6bdcce1c3969f24c39a8&resourceid=10000056
http://app-windows:9090/AppManager/xml/UnmanageMonitor?apikey=65d0fa3e1f6c6bdcce1c3969f24c39a8&haid=10
Example output:
<AppManager-response uri="/AppManager/xml/UnmanageMonitor"> <result> <response response-code="4000"> <message>Monitor with resourceID 10000056 unmanaged successfully</message> </response> </result> </AppManager-response> |
PollNow API |
Unmanage And Reset Status API |