使用 API 创建反恶意软件配置

Create Anti Malware Configuration using the API

使用 API 我能够使用 Postman 创建反恶意软件配置。 (https://cloudone.trendmicro.com/docs/workload-security/api-reference/#operation/createAntiMalware)

但我还是想不通为什么,即使我把一些参数比如现有的directory/file/process排除的ID放到查询中,它也不适用。

我也试过在其中一个创建后修改排除项,但它仍然不起作用。

这是我所做的:

  1. Take an ID of a valid exclusion (directory exclusion here)
  2. Send the query with the right ID
  3. Get the response from Postman
  4. Verify in the Manager

看来你的语法不对。将 excludedDirectoryListId 更改为 excludedDirectoryListID 修复了我重现您的错误时的问题。

当我创建查询时,我喜欢使用负载右上角的“复制”按钮直接从文档页面复制,以确保我没有任何小的语法错误。