test-suite
2023.4
false
将资产部署到 Orchestrator
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
Test Suite 用户指南
Last updated 2024年8月13日
将资产部署到 Orchestrator
先决条件:
- 创建一个 CSV 文件,其中包含要部署到 Orchestrator 的资产。
CSV 文件必须包含以下列三列:
name
、type
、value
和description
。 - 运行 CLI
exe
(适用于 Windows)或dll
(适用于 Linux)文件。 - 添加所需的 Orchestrator API 访问应用程序作用域。
有关 CSV 文件的详细信息,请参阅下面的示例。
name |
类型 |
值 |
描述 |
---|---|---|---|
asset_1_name |
text |
“我有意见” |
asset_1_description |
asset_2_name |
整数 |
|
asset_2_description |
asset_3_name |
Bool |
|
asset_3_description |
asset_4_name |
凭据 |
username:password |
asset_4_description |
要将资产部署到 Orchestrator:
示例:
asset deploy assets_file.csv "https://uipath-orchestrator.myorg.com" default -u admin -p 123456 -l en-US
。asset deploy assets_file.csv "https://uipath-orchestrator.myorg.com" default -u admin -p 123456 -o OurOrganization
。asset deploy assets_file.csv "https://uipath-orchestrator.myorg.com" default -t a7da29a2c93a717110a82 -a myAccount
。asset delete assets_file.csv "https://uipath-orchestrator.myorg.com" default -A accountForExternalApp -I myExternalAppId -S myExternalAppSecret --applicationScope "OR.Folders.Read OR.Settings.Read"
。