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.
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 managed. |
haid | The resourceid of the monitor group that you want to manage. |
https://apm-prod-server:8443/AppManager/xml/ManageMonitor?apikey=aaaaaabbbbbbccccccddddddeeeeee&resourceid=10000031
<AppManager-response uri="/AppManager/xml/ManageMonitor">
<result>
<response response-code="4000">
<message>Monitor with resourceID 10000031 managed successfully</message>
</response>
</result>
</AppManager-response>