UiPath Documentation
uipath-cli
latest
false
重要 :
このコンテンツは機械翻訳によって処理されています。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

UiPath CLI ユーザー ガイド

UIP リソース バケット

Orchestrator バケット (オートメーションで使用されるファイル用のストレージ コンテナー) を管理します。バケットの操作はフォルダー範囲です。バケット内のファイルごとの操作については、「 uip resource bucket-files」をご覧ください。

リソース間の規則 (認証、フォルダー スコープ、キーの種類、出力エンベロープ) については、「 uip resource の概要」をご覧ください。

概要

uip resource buckets list          [--folder-path <path> | --folder-key <key>] [-n <name>] [--exclude-folder-path <path>] [--exclude-folder-key <key>]
uip resource buckets get           <bucket-key>
uip resource buckets create        <name> --folder-path <path> | --folder-key <key> [options below]
uip resource buckets update        <bucket-key> [options as for create]
uip resource buckets delete        <bucket-key>
uip resource buckets share         <bucket-key> --folder-path <path> | --folder-key <key>
uip resource buckets unshare       <bucket-key> --folder-path <path> | --folder-key <key>
uip resource buckets list-folders  <bucket-key>
uip resource buckets list          [--folder-path <path> | --folder-key <key>] [-n <name>] [--exclude-folder-path <path>] [--exclude-folder-key <key>]
uip resource buckets get           <bucket-key>
uip resource buckets create        <name> --folder-path <path> | --folder-key <key> [options below]
uip resource buckets update        <bucket-key> [options as for create]
uip resource buckets delete        <bucket-key>
uip resource buckets share         <bucket-key> --folder-path <path> | --folder-key <key>
uip resource buckets unshare       <bucket-key> --folder-path <path> | --folder-key <key>
uip resource buckets list-folders  <bucket-key>

リスト (List)

バケットを一覧表示します。--folder-*を使用しない場合、アクセス可能なすべてのフォルダーのリスト (オプションの --exclude-folder-path/--exclude-folder-keyを使用)。フォルダーとともに、そのフォルダー内のバケットのリストを取得します。フィルター: -n, --name <name>

uip resource buckets list --folder-path Shared
uip resource buckets list --folder-path Shared

バケットの詳細をキーで取得します。

uip resource buckets get a1b2c3d4-0000-0000-0000-000000000001
uip resource buckets get a1b2c3d4-0000-0000-0000-000000000001

作成

フォルダー内にバケットを作成します。<name>が必要です。任意のフラグには、 --identifier <guid> (省略すると自動生成)、 -d, --description--storage-provider <Azure|Amazon|Minio|S3Compatible|FileSystem> (Orchestrator 組み込みの場合は省略)、 --storage-parameters--storage-container--credential-store-key ( Azure および Amazonに必須)、 --external-name--password--options <None|ReadOnly|AuditReadAccess|AccessDataThroughOrchestrator>--tags <json>があります。

uip resource buckets create invoices --folder-path Shared \
  --description "Invoice attachments"
uip resource buckets create invoices --folder-path Shared \
  --description "Invoice attachments"

更新

バケットのプロパティをキーで更新します。createと同じフラグ (すべて任意)。

削除

バケットをキーで削除します。

共有/共有解除

フォルダーにバケットを追加または削除します。

リストフォルダ

バケットが共有されているフォルダーのリストを取得します。

参照

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得