ManageEngine® Applications Manager


UnManage API

<< Prev

Home

Next >>

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 ]&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

The following is an example for UnManageMonitor

 

http://app-windows:9090/AppManager/xml/UnmanageMonitor?apikey=65d0fa3e1f6c6bdcce1c3969f24c39a8&resourceid=10


http://app-windows:9090/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>

 

<< Prev

Home

Next >>

Poll Now API

Error Handling API