- 入门指南
- 权限
- 以如下身份开始
- 管理控制台
- 工作区
- 探索
- 提交新条目
- 仪表板
- 我的任务
- 通知
- 电子邮件通知
- 资源
- Process Mining 集成
- Studio Integration
- Task Capture 集成
- Automation Hub - Automation Cloud 集成
- Automation Hub - Maestro 集成
- Automation Hub - Task Mining 集成
- 自动化商店
- 其他资源
Automation Hub 用户指南
下表列出了功能及其在各个交付选项中的可用性。
用户指南
| 功能 | Automation Cloud | Automation Cloud 公共部门 |
|---|---|---|
| 创建试用租户 | ✅ | ❌ |
| Jira 集成 | ✅ | ❌ |
| 使用 Jira 集成 | ✅ | ✅ |
| Automation Hub - Automation Cloud 集成 | ✅ | ❌ |
| Process Mining 集成 | ✅ | ❌ |
| Automation Hub - Maestro Integration | ✅ | ❌ |
| 添加新用户帐户 | ✅ | ❌ |
API 指南
下表列出了并非在所有云平台上都可用的功能。
| 功能 | Automation Cloud | Automation Cloud 公共部门 |
|---|---|---|
| 批量添加用户 | ✅ | ❌ |
| 批量编辑用户 | ✅ | ❌ |
| Task Mining 概念提交类型 | ✅ | ❌ |
| 变更请求提交类型 | ✅ | ❌ |
| 代理 AI 概念提交类型 | ✅ | ❌ |
| 业务流程提交类型 | ✅ | ❌ |
平台特定的差异
以下页面存在 Automation Cloud 和 Automation Cloud 公共部门之间的结构差异,这些差异超出了功能可用性的范围。针对每个平台的操作都单独记录。
Automation Hub API 简介
API 基本 URL 因部署环境而异。Automation Cloud 使用https://<accessURL>/{orgName}/{tenantName}/automationhub_/api/v1/openapi ,而 Automation Cloud 公共部门使用https://govcloud.uipath.us/api/v1/openapi — 路径结构本身不同,而不仅仅是域不同。Automation Cloud 公共部门还提供了单独的延迟发布 URL ( http://ah-gxp-openapi-us.uipath.com/api/v1/openapi/ ),该 URL 在 Automation Cloud 中没有等效项。此外,API 参考内容直接嵌入在 Automation Cloud 的“简介”页面中,并作为 Automation Cloud 公共部门的专用页面提供。
身份验证
身份验证设置过程因平台而异。Automation Cloud 描述了持有者令牌结构,并提供了一个到authinfo端点以检索令牌详细信息的 GET 请求示例。Automation Cloud 公共部门描述了从 Automation Hub 用户界面中的开放式 API 页面生成 API 令牌的信息,并额外记录了 Automation Cloud 文档中未提及的可选应用程序密钥标头 ( x-ah-openapi-app-key )。