Unmanage and Reset Status API


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.

Syntax

  • https://[HOST]:[PORT]/AppManager/xml/UnmanageAndResetMonitor?apikey=[ API key ]&resourceid=[ RESOURCEID]
  • https://[HOST]:[PORT]/AppManager/xml/UnmanageAndResetMonitor?apikey=[ API key ]&haid=[ MONITORGROUPID ]

Supported HTTP methods: GET, POST

Allowed roles: Administrator, Operator

Request Parameters

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.

Sample Request

https://apm-prod-server:8443/AppManager/xml/UnmanageAndResetMonitor?apikey=aaaaaabbbbbbccccccddddddeeeeee&resourceid=10000056

Sample Response

<AppManager-response uri="/AppManager/xml/UnmanageAndResetMonitor"><result><response response-code="4000"><message>Unmanage and status reset completed successfully.</message></response></result></AppManager-response>