[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

Manage API


ManageEngine Applications Manager provides Manage API that allows the user to manage a monitor.

Note: From v16060 onwards, this API is supported for Monitor Groups in Central Server.

Syntax

  • https://[HOST]:[PORT]/AppManager/xml/ManageMonitor?apikey=[ API key ]&resourceid=[ RESOURCEID ]
  • https://[HOST]:[PORT]/AppManager/xml/ManageMonitor?apikey=[ API key ]&haid=[ MONITOR GROUP ID ]

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 managed.
haid The resourceid of the monitor group that you want to manage.

Sample Request

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

Sample Response

<AppManager-response uri="/AppManager/xml/ManageMonitor">
    <result>
        <response response-code="4000">
            <message>Monitor with resourceID 10000031 managed 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