marketplace
latest
false
- 发行说明
- 概述
- 入门指南
- UiPath 市场供应商
- UiPath Marketplace 客户
- 发布准则
- 即用型自动化发布准则
- 解决方案加速器发布准则
- Integration Service 连接器的发布准则
- Process Mining 应用程序模板发布准则
- 安全性与 IP 保护
- 其他 UiPath 列表
- 连接器
- 概述
- 身份验证 - Cloud Orchestrator
- 身份验证 - On-Premises Orchestrator
- 身份验证 - 使用文件夹的 On-Premises Orchestrator
- 开始作业 - 全部
- 开始作业 - 特定
- 开始作业 - JobsCount
- 参考
- 如何创建活动
- 构建集成
重要 :
请注意,此内容已使用机器翻译进行了本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
Marketplace 用户指南
上次更新日期 2026年5月5日
在查看示例之前,建议您先阅读如何进行身份验证教程。
The example below shows the authentication experience when a user selects On-premise Orchestrator as their instance type.
工作方式
以下步骤和图像是连接器从设计时(即用户输入)到运行时(即发送 HTTP 请求)的工作方式示例。
- Select the Connection type that you want to connect to.
- 选择决定了连接器将请求发送到的 Orchestrator API 端点。
- 在此示例中,选择了内部部署;指明要使用的端点为
https://{{orchestrator-url}}/api/Account/Authenticate。
- Enter a Connection Name.
- 此名称用于标识应用程序中的连接。
- 一个连接器可以与相同或不同的 Orchestrator 租户建立多个连接。每个连接都需要有自己的连接设置,并且可能包含相同或不同的凭据(即用户名和密码)。如果您计划有多个用户想要管理自己的连接,则添加与同一租户的多个连接非常有用。
- Enter your UiPath Orchestrator URL and Tenant Name.
- Enter your Email or Username and Password.
- 单击“连接”。
-
连接器配置并将包含输入的请求发送到
https://myorchestrator.net/api/Account/Authenticate。 -
Orchestrator API 以
access_token响应,您可以将其用于所有后续 API 请求。
-