ManageEngine® SQLDBManager Plus UnManage | ||
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 ]&isReset=[ ISRESET ]
http://[ Host ]:[ Port ]/AppManager/xml/UnmanageMonitor?apikey=[ API key ]&haid=[ MONITORGROUPID ]&isReset=[ ISRESET ]
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. |
isReset | True if you want to clear the alert for the monitor otherwise you can ignore this option |
haid | The resourceid of the monitor group which you want to un-manage. |
The following is an example for UnManageMonitor
http://sqldbm-windows:9433/AppManager/xml/UnmanageMonitor?apikey=65d0fa3e1f6c6bdcce1c3969f24c39a8&resourceid=10000056
http://sqldbm-windows:9433/AppManager/xml/UnmanageMonitor?apikey=65d0fa3e1f6c6bdcce1c3969f24c39a8&resourceid=10&isReset=true
Example output:
<AppManager-response uri="/AppManager/xml/UnmanageMonitor"> <result> <response response-code="4000"> <message>Monitor with resourceID 10 unmanaged successfully</message> </response> </result> </AppManager-response> |
Poll Now |
List User Details |