[Webinar] Discover key trends and best practices in Kubernetes observability with DevOps expert, Viktor Farcic.Register now
Our recognition in the inaugural Gartner MQ for DEM

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 Central 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

FieldDescription        
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>

Thank you for your feedback!

Was this content helpful?

We are sorry. Help us improve this page.

How can we improve this page?
Do you need assistance with this topic?
By clicking "Submit", you agree to processing of personal data according to the Privacy Policy.
Back to Top