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
- 基本身份验证
¥Basic auth
相关资源#
¥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:
- 用于连接的用户名。
¥A Username to connect as.
- 该用户账户的密码。
¥A Password for that user account.
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.