ManageEngine Applications Manager provides REST APIs for bulk enabling or disabling of alarms actions configured for a monitor or monitor-groups.
Supported HTTP methods: GET, POST
Allowed roles: Administrator
Field | Description |
---|---|
API Key | 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. |
alteraction | The enable or disable action. |
haid | ID of the monitor group/sub group for which actions should be enabled/disabled. |
https://apm-prod-server:8443/AppManager/xml/EnableDisableAlarmsAction?apikey=aaaaaabbbbbbccccccddddddeeeeee&resourceid=10000056&alteraction=enable
<AppManager-response uri="/AppManager/xml/EnableDisableAlarmsAction"><result><response response-code="4000"><message>Enable/Disable alarms done successfully.</message></response></result></AppManager-response>