はじめに
UiPath Automation Hub が、ユーザーのローカル環境、または Azure、アマゾン ウェブ サービス (AWS)、Google Cloud Platform 上の仮想マシンにオンプレミスでインストールできるようになりました。
このバージョンの UiPath Automation Hub は UiPath Automation Suite からのみ利用できます。UiPath Automation Suite は、UiPath の完全な製品スイートをオンプレミスでインストールできる製品です。
UiPath Automation Suite の主なメリット
- 一元化されたオンプレミスの場所への、すべての UiPath 製品の集約
- サービスとしてのソフトウェア (SaaS) 版と同じインターフェイスと機能
- バックアップと復元
- 監視とアラート機能
- 高可用性
UiPath Automation Hub のデプロイ オプション
Software as a Service (via Automation Cloud) | On Premise (via Automation Suite) |
---|---|
Automation Hub Deployment Options | Streamlined installation experience on Linux |
Secured and reliable | Containerized approach via Kubernetes |
Integration with other Automation Cloud services | Suite experience: monitoring/troubleshooting, unified user/tenant management |
UiPath suite of cloud products bundled | UiPath suite of on prem products bundled |
Automation Hub v2022.4 の機能スコープ
What's included | What's not included |
---|---|
All features included in the UiPath Automation Hub 2022.4 release, like: Customized Detailed Assessment Task Mining Integration Studio Integration Assistant Integration | The rest of the items that are planned for 2022.4 cloud release but won't be included in the build: Insights Integration |
ユーザー インターフェイスの違い
ローカル ユーザーを追加する
ローカル ユーザー
ローカル ユーザーとは、管理者がメール アドレスを入力し、一時的なパスワードを設定して UiPath Automation Suite に手動で追加するユーザーを指します。
Automation Hub にローカル ユーザーを追加する前に、管理者はまず組織レベルで UiPath Automation Suite にユーザーを手動で追加する必要があります。スイートの組織管理者が実行する手順は以下のとおりです。
- [管理] > [アカウントおよびグループ] に移動します。
- [ユーザーを追加] を選択します。
- ユーザー データ (ユーザー名、メール アドレス、一時パスワード) を指定します。
- ユーザーをグループに追加します (必要な場合)。
- エントリを保存します。
上記の手順を実行すると、UiPath Automation Hub にユーザーを追加できるようになります。以下の手順を実行します。
- UiPath Automation Hub の [管理コンソール] > [アクセス権の管理] > [ロールを割り当て] に移動します。
- [ユーザーを追加] をクリックします。
- [メール アドレス] フィールドで、前述の手順で Automation Suite に追加したユーザーを (メールまたは名前で) 検索します。
- ドロップダウン リストからユーザーを選択します。
- [名] と [姓] のフィールドには、ユーザー情報が自動的に入力されます。
- 残りの情報 ([役職]、[市区町村]、[事業部門]、[部署] など) を入力します。
- ユーザーにメールを送信するかどうかを選択します (SMTP 設定が行われているかどうかによって異なります)。
- ユーザーに特定のロールを割り当てます。システムまたはコラボレーター ロールを割り当てて、そのロールを適用する特定の業務領域を選択できます。
- エントリを保存します。
最初に UiPath Automation Suite にユーザーを追加せずに、Automation Hub から直接ユーザーを追加しようとすると警告メッセージが表示されます。
- UiPath Automation Hub では、Automation Suite レベルでユーザーが存在しない場合でも、管理者は [ユーザーを追加] フォームの入力を完了できます。
- この入力内容を保存しようとすると、最初に UiPath Automation Suite にユーザーを追加する必要があることを示す警告メッセージが表示されます。
Steps are similar to the Cloud version of UiPath Automation Hub - see details of the correspondent cloud documentation in Adding Individual Users.
OpenAPI の設定
トークンの生成がクラウド版と同じ場合でも、UiPath Automation Suite に含まれる UiPath Automation Hub では API の URL が異なります。
まず、次の要素で構成される URL を定義する必要があります。
- UiPath Automation Suite のホスト – 例:
https://host123456765845-lb.eastus.cloudapp.azure.com/
- サービス名:
automationhub_
- OpenAPI 固有のパラメーター:
api/v1/openapi/
- OpenAPI エンドポイント:
users
- OpenAPI のパラメーター:
?page=1&limit=30&sort=user_email&order=desc
Example of a complete URL: https://host123456765845-lb.eastus.cloudapp.azure.com/automationhub_/api/v1/openapi/
Swagger のドキュメントにアクセスするには、上記のリンク内の「openAPI」を「api-doc」で置き換えます。Swagger URL の例は以下のとおりです。
Example of a complete Swagger URL: https://host123456765845-lb.eastus.cloudapp.azure.com/automationhub_/api/v1/api-doc/
After the URL is identified, the steps for using the API are similar to the Cloud version of Automation Hub - see details of the correspondent cloud documentation in Introduction to Automation Hub API.
Active Directory との連携
Currently on the Cloud version of UiPath Automation Hub only Azure Active Directory connection is available.
オンプレミス版 UiPath Automation Hub でも Active Directory との接続は利用でき、ホスト レベルで設定できます。
Once the connection is set, UiPath Automation Hub can leverage the AD integration. The actions permitted are similar to the ones available for the Active Directory Integration:
- Active Directory ユーザーを検索する
- Active Directory グループを検索する
- Active Directory ユーザーを UiPath Automation Hub に直接追加する
- Active Directory グループを UiPath Automation Hub に直接追加する
メールを受信するための SMTP 設定
UiPath Automation Hub からメールを受信するには、最初に組織またはホスト レベルで SMTP 接続を設定する必要があります。
More details around how you can perform the SMTP setup can be found in Configuring system email notifications.
5 か月前に更新