CrowdStrike 凭据#
¥CrowdStrike credentials
You can use these credentials to authenticate when using the HTTP Request node to make a Custom API call.
先决条件#
¥Prerequisites
创建 CrowdStrike 账户。
¥Create a CrowdStrike account.
身份验证方法#
¥Authentication methods
- OAuth2
相关资源#
¥Related resources
有关此服务的更多信息,请参阅 CrowdStrike 的文档。他们的文档需要登录才能访问,因此你必须登录其网站上的账户才能访问 API 文档。
¥Refer to CrowdStrike's documentation for more information about the service. Their documentation is behind a log in, so you must log in to your account on their website to access the API documentation.
这是一个仅用于凭证验证的节点。请参阅 自定义 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.
使用 OAuth2#
¥Using OAuth2
要配置此凭据,你需要:
¥To configure this credential, you'll need:
- CrowdStrike 实例的 URL。
¥The URL of your CrowdStrike instance
- 客户端 ID:在 Crowdstrike 的“支持”>“API 客户端和密钥”中创建新的 API 客户端后生成。
¥A Client ID: Generated by creating a new API Client in Crowdstrike in Support > API Clients and Keys.
- 客户端密钥:在 Crowdstrike 的“支持”>“API 客户端和密钥”中创建新的 API 客户端后生成。
¥A Client Secret: Generated by creating a new API Client in Crowdstrike in Support > API Clients and Keys.
设置 API 客户端时,请授予其 usermgmt:read 权限。n8n 依赖此来测试凭据是否有效。
¥When setting up your API client, grant it the usermgmt:read scope. n8n relies on this to test that the credential is working.
CrowdStrike 博客上公开提供了相应步骤的概述:获取 CrowdStrike API 访问权限。CrowdStrike 的完整文档需要登录才能查看,因此你必须登录你的账户才能访问完整的 API 文档。
¥A broad outline of the appropriate steps is available publicly at the CrowdStrike blog: Getting Access to the CrowdStrike API. CrowdStrike's full documentation is behind a log in, so you must log in to your account to access the full API documentation.