Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
REST API to download virtual asset (.pva file) to a local folder

alemayehu_bofa
Posts: 25 ✭
in Virtualize
Hello,
Looking for REST API to download virtual asset (.pva file) from a remote server to a local folder or directory.
Thanks.
Tagged:
0
Best Answer
-
thanks @williammccusker
0
Answers
-
Hi,
There is a REST API documentation page that you can access on every Virtualize server. It would be a a URL similar to this http://localhost:9080/soavirt/api and it will show you ever possible REST API resource.
For file download it would be
GET /soavirt/api/v6/files/download?id=
0 -
hi @williammccusker i had seen this API but was not sure where the destination folder is specified ?
0