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>

列表

列出存储桶。如果没有--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-keyAzureAmazon )、 --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 Academy

有问题? UiPath 论坛

保持更新