Trellix ePO 凭据(Trellix ePO credentials)#
You can use these credentials to authenticate when using the HTTP Request node to make a Custom API call.
先决条件(Prerequisites)#
创建一个 Trellix ePolicy Orchestrator 账户。
🌐 Create a Trellix ePolicy Orchestrator account.
支持的身份验证方法(Supported authentication methods)#
- 基本身份验证
相关资源(Related resources)#
有关该服务的更多信息,请参阅Trellix ePO 文档。
🌐 Refer to Trellix ePO's documentation for more information about the service.
这是一个仅凭证节点。请参考 自定义 API 操作 以了解更多信息。在 n8n 网站上查看 示例工作流及相关内容。
🌐 This is a credential-only node. Refer to Custom API operations to learn more. View example workflows and related content on n8n's website.
使用基本身份验证(Using basic auth)#
要配置此凭据,你需要:
🌐 To configure this credential, you'll need:
- 用于连接的用户名。
- 该用户账户的密码。
n8n 使用这些字段以 -u username:pw 的格式构建 -u 参数。更多信息请参阅 Web API 基础。
🌐 n8n uses These fields to build the -u parameter in the format of -u username:pw. Refer to Web API basics for more information.