UiPath Documentation
uipath-cli
latest
false
UiPath CLI 用户指南
重要 :
请注意,此内容已使用机器翻译进行了本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

UIP 是

用于使用“uip is”工具管理 Integration Service 中的连接器、连接、活动、资源和触发器的命令。

uip is is the Integration Service tool: it manages the connector platform that brokers OAuth connections to external SaaS and runs CRUD activities against them. The tool is organized around seven resources — connectors (the catalog), connections (OAuth sessions for an account), activities (per-connector operation definitions), resources (connector objects and their data-plane operations), triggers (event-driven connector operations), typecache (the Studio activity catalog, filtered by project type), and webhooks (webhook URLs for webhook-mode triggers). Install it with uip tools install is, or invoke uip is … and let auto-install run. See Tools (plugins) for the install model and uip tools for the command that manages tool installation. is is the command prefix; the underlying package is @uipath/integrationservice-tool.

大多数读取命令会在磁盘上缓存每个租户的响应,以保持交互式使用的响应能力;在任何缓存的命令上传递--refresh ,以强制执行新的提取。

资源

每个资源都有其自己的参考页面。每个页面上设置的动词与uip is注册的命令匹配 — 运行uip is --help以确认安装的完整表面。

资源用途
连接器连接器目录 — 租户可以访问的每个集成。
连接连接器的租户端 OAuth 凭据/会话。
活动连接器公开的操作( CreateTicketListAllRecords等)。
资源带有describe和运行时run连接器对象(工单、联系人、文件)。
触发器连接器可能触发的事件挂钩( CREATEDUPDATEDDELETED )。
typecacheThe Studio activity catalog, filtered by project type (for example Agent) — a separate source from the connector catalog above.
WebhooksThe webhook URL for a connector trigger running in webhook event mode.

大纲

uip is <resource> <verb> [options]
uip is <resource> <verb> [options]

始终为uip is ,从不uip integration-serviceis是工具的命令前缀(请参阅uip tools list中的commandPrefix列)。

常用标志

一少量标志在资源动词中重复出现。无论它们出现在何处,它们的行为方式均相同:

标记使用人用途
--refresh缓存读取的动词( listdescribegetobjects强制从 API 重新获取并更新磁盘缓存。
--connection-id <id>许多动词将请求限定在一个连接范围内。每个resources run动词需要;在元数据读取上为可选,使服务器可以包含自定义对象/字段。

每个资源页面上都记录了特定于动词的标志(筛选器、正文、查询参数)。

全局选项和退出代码

所有uip is动词都遵循四个全局选项--output--output-filter--log-level--log-file )。退出代码遵循共享合同

另请参阅

  • 资源
  • 大纲
  • 常用标志
  • 全局选项和退出代码
  • 另请参阅

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新