Skip to content

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

有关该服务的更多信息,请参阅 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
  • A 客户端ID:通过在 Crowdstrike 的 支持 > API 客户端和密钥 中创建新的 API 客户端生成。
  • 一个客户端密钥:通过在 Crowdstrike 的 支持 > API 客户端和密钥 中创建新的 API 客户端生成。

在设置你的 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.