抱歉,如果这是一个非常基本的问题,我正在尝试在 Trend v12 DSM SAAS 上设置反恶意软件电子邮件自定义,并尝试下面给出的 python 的 API 调用示例。
根据链接,它需要“应用程序/json”中的“有效负载”。我尝试在我的 python 源文件夹中创建一个文件夹“应用程序”,并添加了具有以下值的“settings.json”
{
"anti_malware_setting_event_email_enabled": {"value": "true"}
}
但是,这似乎不起作用。请指导我如何进行此操作。我要设置的设置是 antiMalwareSettingEventEmailRecipients 和 antiMalwareSettingEventEmailBodyTemplate 与以下字段模板变量:
[COMPUTER] - The computer on which the malware was detected
[ORIGIN] - The origin of the scan
[TIME] - The time at which the malware event was detected
[MALWARE] - The name of the malware detected
[FILE] - The infected file
[SCANTYPE] - The type of scan performed
[RESULT] - The result of the scan
[REASON] - The reason for the scan
[VIRUSTYPE] - The major virus type