UiPath Documentation
uipath-cli
latest
false
Importante :
Este conteúdo foi traduzido com auxílio de tradução automática. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Guia do usuário da UiPath CLI

buckets de recursos da UIP

Gerenciar buckets do Orchestrator — contêineres de armazenamento para arquivos usados por automações. As operações de bucket são de pasta. Para operações por arquivo dentro de um bucket, consulte uip resource bucket-files.

Para as convenções entre recursos (autenticação, escopo de pasta, tipos de chave, envelope de saída), consulte a visão geraluip resource .

Resumo

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>

Listar buckets. Sem --folder-*, lista todas as pastas acessíveis (com --exclude-folder-path / --exclude-folder-key opcional). Com uma pasta, lista buckets dentro dessa pasta. Filtro: -n, --name <name>.

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

Obtenha os detalhes do bucket por chave.

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

Criar

Crie um bucket em uma pasta. Requer <name>. Os sinalizadores opcionais incluem --identifier <guid> (gerado automaticamente se omitido), -d, --description, --storage-provider <Azure|Amazon|Minio|S3Compatible|FileSystem> (omitir para o Orchestrator integrado), --storage-parameters, --storage-container, --credential-store-key (necessário para Azure e 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"

Atualizar

Atualize as propriedades do bucket por chave. Mesmos sinalizadores que create (todos opcionais).

Excluir

Exclui um bucket por chave.

compartilhar/descompartilhar

Adicione ou remova o bucket de uma pasta.

listar pastas

Liste as pastas com as quais um bucket é compartilhado.

Veja também

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades