ManageEngine® Applications Manager Unmanage And Reset Status API | ||
ManageEngine Applications Manager provides REST APIs for unmanaging and reseting the current status of your Applications Manager monitors.
API to UnManage and Reset Status of a Monitor
http://[ Host ]:[ Port ]/AppManager/xml/UnmanageAndResetMonitor?apikey=[ API key ]&resourceid=[ RESOURCEID]
http://[ Host ]:[ Port ]/AppManager/xml/UnmanageAndResetMonitor?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 and reset. |
The following is an example for UnmanageAndResetMonitor API
http://app-windows:9090/AppManager/xml/UnmanageAndResetMonitor?apikey=65d0fa3e1f6c6bdcce1c3969f24c39a8&resourceid=10000056
Example output:
<AppManager-response uri="/AppManager/xml/UnmanageAndResetMonitor"><result><response response-code="4000"><message>Unmanage and status reset completed successfully.</message></response></result></AppManager-response> |
UnManage API |
Admin Activities APIs |