Hello Forum Members,
How can i get the credentials stored in assets using rest API?
I want to use these assets in python script, how can access credentials to it.
Hello Forum Members,
How can i get the credentials stored in assets using rest API?
I want to use these assets in python script, how can access credentials to it.
No, i didnt checked it
Please check there
You can find an api call to retrive data from assets
Hi @Satya_Kishore,
You can start reading here: Consuming Cloud API (uipath.com)
You can access a user friendly Swagger interface directly liked to your Orchestrator: API References (uipath.com)
/swagger/index.html
to your Orchestrator URL. For example, https://myOrchestrator.com//swagger/index.html
./swagger/index.html
suffix to the URL. For example, https://cloud.uipath.com/[AccountLogicalName]/[TenantName]/swagger/index.html
.Requesting assets: Assets Requests (uipath.com)
In python it will simply be a post call from your flask or fastapi server with necessary auth token. I am a little unsure how python recieves for example the Secure.String password when this call is made to get Credentials (freetext?, encrypted text?) .
Hey @Satya_Kishore,
Here is a quick workaround for you.
Make sure your robot is connected to orchestrator & use your asset name in the variable given in the workflow.
PFA - RestAPI_Asset.zip (2.3 KB)
Hope this helps
Thanks
Thanks all for the inputs, i will check it and get back to you.