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 List All Virtual Assets in A Server at a given Path

alemayehu_bofa
Posts: 12 ✭
in Virtualize
Hello,
I am looking for a REST API which lists all the virtual assets in a given virtualize server at a given path.
Thank you!
Tagged:
0
Best Answer
-
Hi,
The closest fit would be GET /soavirt/api/v6/virtualAssets which can return all the virtual assets on a server but to filter by a specific path you would have to script that part. The REST API doesn't have a query option to get only assets deployed on a specific path.
0
Answers
-
Hi williammccusker, thank you for the very quick and helpful response.
0