This Rest API enables or disables the Managed Server Down email alerts from the Admin server.
https://[HOST]:[PORT]/AppManager/xml/masDownEmail?apikey=[APIKEY]&enableMasDownMailNotification=[True/false]
Supported HTTP methods: None
Allowed roles: None
The parameters involved in the API request are described below. Also, refer to the list of common Request Parameters.
Field | Description |
---|---|
enableMasDownMailNotification | Specifies if the Managed Server Down Email Alert should be enabled. |
https://apm-prod-server:8443/AppManager/xml/masDownEmail?apikey=aaaaaabbbbbbccccccddddddeeeeee&enableMasDownMailNotification=false
Note: Only users with Admin previleges can use this API.