robot
2022.4
false
机器人用户指南
- 发行说明
- 入门指南
- UiPath Assistant
- 安装和升级
- 机器人类型
- 机器人组件
- 许可
- 将机器人连接到 Orchestrator
- 流程与活动
- 日志记录
- Robot JavaScript SDK
- 特定场景
- 监管
- 故障排除
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
关于
在执行工作流期间,机器人可连接到不同服务,以便下载所需的自动化包、检查许可证、验证证书等。若拒绝访问其中的任一服务,则相关操作便会产生差异,甚至失败。若有下列情况,则表示已建立连接:
- 机器人在安装许可证的计算机上验证许可证详情,并且仅将许可证相关信息分享给许可服务器。
- 机器人下载所需的自动化包。
出站连接
| 主机名 | 协议 | 端口 | 应用程序 | 注释 |
|---|---|---|---|---|
cloud.uipath.com | TCP | 443 | https | 针对 Automation Cloud Orchestrator。 |
download.uipath.com | TCP | 443 | https | 在自动更新期间下载 Studio 或 Robot MSI 安装程序。 |
uipathpackages.myget.org | TCP | 443 | https | 机器人下载所需的活动包。 |
*.vo.msecnd.net | TCP | 443 | https | Azure CDN,由 Myget 用于分发文件。 |
activate.uipath.com | TCP | 443 | https | 许可服务器。如果封禁此服务,则 UiPath 便无法检查 Nalpeiron 上的许可证状态,也无法验证许可证文件夹中的数据。 |
jptk0*.proinity.net | TCP | 443 | https | 机器人验证代码签名证书的根证书颁发机构。 请注意,只有当根证书颁发机构尚未在 Windows 证书存储中时,才发生这种情况。 |
*.nuget.org | TCP | 443 | https | 机器人下载所需的活动依赖项。 |
a23-*-*-*.deploy.static.akamaitechnologies.com | TCP | 80 | http | 机器人检查是否已吊销代码签名证书。 |
*.service.signalr.net | TCP | 443 | https, wss | 机器人连接到 Orchestrator 的 SignalR 通道。 |
*.ingest.sentry.io | TCP | 443 | https | UiPath Assistant 将应用程序错误发送到 Sentry,以跟踪和解决最常见的问题。 |
dev.azure.compkgs.dev.azure.com*.blob.core.windows.net | TCP | 443 | https | UiPath Assistant 使用此提要下载由 UiPath 构建和发布的小部件。 |
gallery.uipath.commarketplace.uipath.com*.pkgs.visualstudio.comgallery.uipath.com/api/v2 redirects to uipath.pkgs.visualstudio.com | TCP | 443 | https | 这些是 UiPath 市场 NuGet 订阅源的 URL。 |
dc.applicationinsights.azure.comdc.applicationinsights.microsoft.comdc.services.visualstudio.com*.in.applicationinsights.azure.com | TCP | 443 | https | 机器人使用这些端点来发送遥测数据。 |
您可以在下面找到原始 JSON 格式的 URL 列表,可以将其添加到允许列表网络配置中。
[
"cloud.uipath.com",
"download.uipath.com",
"uipathpackages.myget.org",
"*.vo.msecnd.net",
"activate.uipath.com",
"jptk0*.proinity.net",
"*.nuget.org",
"a23-*-*-*.deploy.static.akamaitechnologies.com",
"*.service.signalr.net",
"*.ingest.sentry.io",
"dev.azure.com",
"pkgs.dev.azure.com",
"*.blob.core.windows.net",
"dc.applicationinsights.azure.com",
"dc.applicationinsights.microsoft.com",
"dc.services.visualstudio.com",
"*.in.applicationinsights.azure.com"
]
[
"cloud.uipath.com",
"download.uipath.com",
"uipathpackages.myget.org",
"*.vo.msecnd.net",
"activate.uipath.com",
"jptk0*.proinity.net",
"*.nuget.org",
"a23-*-*-*.deploy.static.akamaitechnologies.com",
"*.service.signalr.net",
"*.ingest.sentry.io",
"dev.azure.com",
"pkgs.dev.azure.com",
"*.blob.core.windows.net",
"dc.applicationinsights.azure.com",
"dc.applicationinsights.microsoft.com",
"dc.services.visualstudio.com",
"*.in.applicationinsights.azure.com"
]
每个 URL 的机器人操作
针对这些服务的包,机器人可以在 Orchestrator 中执行以下操作:
| cloud.uipath.com | myget.org | activate.uipath.com | jptk0*.proinity.net | NuGet.org | a23---*.deploy.static.akamaitechnologies.com | |
|---|---|---|---|---|---|---|
| 接收 | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ |
| 发送 | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ |
| 激活 | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ |
| 未连接 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
| 已从 UiRobot 连接 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
| 发布到 Orchestrator | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
| 手动启动 | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
| 按计划启动 | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
| 应用程序更新 | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ |
| 包更新 | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ |
在执行以下操作前,您可能需根据自己的业务政策允许某些 URL:
- 激活您的许可证 - activate.uipath.com(端口 443)。只有拥有本地许可证的 Robot 才需要允许此 URL。
- 更新 Studio - *.uipath.com/beta/(端口 80),适用于社区版的测试版更新渠道
- Downloading Packages - www.myget.org, *.vo.msecnd.net, www.nuget.org (port 443)
- 连接到 Automation Cloud Orchestrator - https://cloud.uipath.com(端口 443)
- 订阅 Orchestrator 的 SignalR 通道 - *.service.signalr.net(端口 443)