Hi,
I want to download packages from orchestrator. how do i download it using API?
is there a way that i can download it without using API?
Kindly help me to resolve this issue
Hi,
I want to download packages from orchestrator. how do i download it using API?
is there a way that i can download it without using API?
Kindly help me to resolve this issue
can i not download the packages directly without giving the package version?
Go to orchestrator β tenants β packages
and from there you can directly download the package you need
cheers
I want to automate it. can you suggest me how can i do it?
Then you need to use api only and you have to give the required version as well
this will give you how api json should be
https://orchestratorurl/swagger/index.html#/
cheers
Use swagger to check what inputs it need and how you have to provide them and then use orchestrator http request to get your call done.
Steps to get swagger are present in the previous comment
Cheers
Which orchestrator are you using cloud or on prem?
You have to append the swagger/index.html to your orchestrator urlβ¦if you use it directly as what i pasted above it would not work
Cheers
I am using Cloud Orchestrator
Then the end point looks like this
https://cloud.uipath.com/{organization_ID}/{tenant_name}/orchestrator_/swagger/index.html
To get org id and tenant name follow the below
Admin β select tenant under tenants β srvices β under orchestrator click show more options(3dots) β select api access β you will have information here
Appended that in above url and use it
Cheers
When you open the orchestrator and when you are on the required folder in the url you will see the fid
Cheers
You have to authorize first.
Navigate to
Admin β External Applications β Add new Application β Give a name(Swagger) β Add Scopes β Select Orchestrator API From drop down (Add all Application scopes)
Save it then you will get appid and app secret in a pop upβ¦
Copy the app secret
Go to swagger file click on Authorize and paste the app secret in client secret field
then you can use api cals
cheers
l
Thanks @Anil_G I was able to get the client secret
Iβm trying to generate token in UiPath using BaseURL/[OrgName]/[TenantName]/api/account/authenticate but it says invalid credentials in response. wherein the credentials are correct
From where are you trying?
Arenβt you using the swagger file for checking?
Or in studio are you not using orchestrator http request?
Or are you trying from postman?
Cheers
I am trying with HTTP Request activity