- 入门指南
- 数据安全性与合规性
- 组织
- 身份验证和安全性
- 许可
- 租户和服务
- 帐户和角色
- Ai Trust Layer
- 外部应用程序
- 通知
- 日志记录
- 数据导出
- 在您的组织中进行测试
- 故障排除
- 迁移到 Test Cloud
Test Cloud 管理员指南
在 UiPath 管理中创建一个Relay组,以注册您的本地部署端点并生成Relay客户端使用的配置。
先决条件
- Automation Cloud 中的 Organization Administrator 或 Tenant Administrator 角色。
To grant users view-only access to Relay Groups, create a custom role with the Centralized Access Administrator Page permission and assign it using the Manage access tab in UiPath Administration. This allows users to view Relay Groups without modify permissions.
步骤
-
在UiPath 管理中,选择您的租户,然后选择“Relay”图块。
-
选择右上角的“添加 Relay” 。
-
填写中继组详细信息,并添加一个或多个端点 URL。在用户界面中,必填字段标有星号。
Optionally, enter a Health check path — an HTTP path on the target service, such as
/healthor/status. The relay calls this path periodically with a GET request. A2xxresponse indicates the endpoint is healthy. If the check fails repeatedly, the relay stops forwarding traffic to that endpoint until it recovers.If omitted, the relay falls back to a TCP port-reachability check, which confirms the port is open but cannot detect application-level failures.
-
选择“保存” ,然后在确认页面上选择“生成配置” 。
-
复制配置字符串,并将其保存到计划安装中继客户端的计算机上的文件中。
重要提示:Treat the configuration file as a secret. It contains the credentials that authenticate the Relay client to Automation Cloud.
You can edit the Relay Group at any time to add, remove, or modify endpoints.
结果
Relay 组已创建,客户端配置已准备就绪。已为每个注册的端点分配一个私有中继 URL,UiPath 云服务使用该 URL 通过中继基础架构路由请求。
接下来,在网络内的计算机上安装并启动中继客户端。请参阅部署中继客户端。