VMware Cloud Community
imtrinity94
Enthusiast
Enthusiast

AutoDeploy data-fetching in vRO

//vro Code

//sDepo typeof(AutoDeploy:SoftwareDepot)

var sDepo = autoDeployManager.addSoftwareDepot(depotName string, depotURL string);

autoDeployManager.updateSoftwareDepot(depot, depotName, depotURL);

autoDeployManager.removeSoftwareDepot(depot);

The puzzle here is that I couldnot find a way to fetch all the software depots (getSoftwareDepot() or something) from my vCenter. Is there a way in vRO to do that?

 


Mayank Goyal
vRO Engineer
https://www.linkedin.com/in/mayankgoyal1994/
https://cloudblogger.co.in/
Labels (2)
Reply
0 Kudos
0 Replies