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
alemayehu_bofa Posts: 25

Hello,
Looking for REST API to download virtual asset (.pva file) from a remote server to a local folder or directory.
Thanks.

Best Answer

Answers

  • williammccusker
    williammccusker Posts: 699 ✭✭✭

    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=

  • alemayehu_bofa
    alemayehu_bofa Posts: 25

    hi @williammccusker i had seen this API but was not sure where the destination folder is specified ?