ManageEngine Applications Manager provides REST APIs for unmanaging and reseting the current status of your Applications Manager monitors.
Note: From v16060 onwards, this API is supported for Monitor Groups in Admin Server.
Supported HTTP methods: GET, POST
Allowed roles: Administrator, Operator
Field | Description |
---|---|
apikey | The key generated from "Generate API Key" option in the Settings 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. |
https://apm-prod-server:8443/AppManager/xml/UnmanageAndResetMonitor?apikey=aaaaaabbbbbbccccccddddddeeeeee&resourceid=10000056
<AppManager-response uri="/AppManager/xml/UnmanageAndResetMonitor"><result><response response-code="4000"><message>Unmanage and status reset completed successfully.</message></response></result></AppManager-response>