ManageEngine® Applications Manager Manage API |
||
ManageEngine Applications Manager provides Manage API that allows the user to manage a monitor. More..
ManageEngine Applications Manager provides UnManage API that allows the user to unmanage a monitor. More..
API to Manage a Monitor
http://[ Host ]:[ Port ]/AppManager/xml/ManageMonitor?apikey=[ API key ]&resourceid=[ RESOURCEID ]
Note: This API is not supported for Admin Server.
Request Parameters
Field | Description |
API Key | The key generated from "Generate API Key" option in the Admin tab. |
resourceid | resourceid=[ RESOURCEID ] where RESOURCEID is the AM_ManagedObject.RESOURCEID of the monitor to be managed. |
The following is an example for ManageMonitor
http://app-windows:9090/AppManager/xml/ManageMonitor?apikey=65d0fa3e1f6c6bdcce1c3969f24c39a8&resourceid=10000031
Example output:
<AppManager-response uri="/AppManager/xml/ManageMonitor"> <result> <response response-code="4000"> <message>Monitor with resourceID 10000031 managed successfully</message> </response> </result> </AppManager-response> |
API to UnManage a Monitor
http://[ Host ]:[ Port ]/AppManager/xml/UnmanageMonitor?apikey=[ API key ]&resourceid=[ RESOURCEID ]
Request Parameters
Field | Description |
API Key | The key generated from "Generate API Key" option in the Admin tab. |
resourceid | resourceid=[ RESOURCEID ] where RESOURCEID is the AM_ManagedObject.RESOURCEID of the monitor to be unmanaged. |
The following is an example for UnManageMonitor
http://app-windows:9090/AppManager/xml/UnmanageMonitor?apikey=65d0fa3e1f6c6bdcce1c3969f24c39a8&resourceid=10
Example output:
<AppManager-response uri="/AppManager/xml/UnmanageMonitor"> <result> <response response-code="4000"> <message>Monitor with resourceID 10 unmanaged successfully</message> </response> </result> </AppManager-response> |
Execute Action API |
Ping API |