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

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