Enable/disable Managed Server Down Email Alert
This Rest API enables or disables the Managed Server Down email alerts from the Admin server.
语法:
http://[Host]:[Port]/AppManager/xml/masDownEmail?apikey=[APIKEY]&enableMasDownMailNotification=[True/false]
请求参数:
API请求中涉及的参数如下所述。另外,请参阅 常见的请求参数列表.
Field |
描述 |
enableMasDownMailNotification |
Specifies if theManaged Server DownEmail Alert should be enabled. |
示例请求:
http://apm-prod1:9090/AppManager/xml/masDownEmail?apikey=04945ae1027316dd798d50886854ace5&enableMasDownMailNotification=false
注意:Only users with Admin previleges can use this API.