workflow.version returns "undefined"
Hi All, How to get version of running workflow? workflow.version is undefined. Thanks,
View ArticleHow to use ASD search field to call vCO action?
I am attempting to use a vCO action to populate an ASD form search field, and seem to have hit a road block. Ultimately, I would like a user of the form to start typing in the search field, and have...
View ArticleFor over an array of VMs?
Hoping someone would throw up a quick example script for something I'm trying to do. I've instantiated a vApp (vCloud Director 5.5) and called the action to get an array of the VMs in that vApp. No...
View Articlecannot convert native array error
I'm trying to run the following code to resignature a bunch of VmfsVolumes: var specs = new Array(); for each (var unres in unresolved) { var resolutionSpec = new...
View ArticleSSH command failure
I've lurched my way through the whole process of building a workflow (not particularly easy when you don't speak JavaScript ) and I'm at the one-yard line. Last step in my workflow...before "End" of...
View ArticlevCAC VCO Plugin 5.2 Inventory Host
I'm attempting to retrieve the the Host from the vCAC VCO Plugin 5.2 Inventory. I have been successful retrieving other parts of the inventory with the code below, but I can not find the Host. Does...
View ArticleInsert variable/attribute into SSH command?
Does anyone know how to insert a variable/attribute into an SSH command for execution on a remote host?
View ArticleOGNL expressions in workflow presentations is deprecated
I was going through the VSphere5 documentation there it's mentioned that "OGNL expressions in workflow presentations is not supported in releases of Orchestrator later than 4.1." Is there is any...
View ArticleNetscaler plugin pack?
Anyone know of a plugin pack for vRO to create/manage Netscaler VPXes?
View ArticlevROPS Licensing Question
Preparing to renew our vROPS (actually vCOPS 5.8.3) licensing and had a question regarding the way they work. In our vROPS environment, VMs comprise only about half of our total collected hosts. We've...
View ArticleUnable to select RESTResponse as input parameter to action/workflow
Any reason why I cannot make an input parameter to an action/workflow data type RESTResponse? While I can RESTHost& RESTOperation... all are of type Scripting Classes...
View ArticleOrchestrator Client Window Disappears
I've seen this issue in multiple environments, but just from my computer so that points where the issue lies. Whether I use the java client or the installed client, the issue happens. The issue...
View ArticlePuppet Automation Package
Hi guys, I'd like to share the vRatpack Puppet package for vRealize Orchestrator with you. The package can be found here vratpack/puppet-package · GitHub. Also i started a series on what it does and...
View ArticleNew Orchestrator user - how to accurately destroy THEN rebuild VM with same...
Hello!I'll preface this question with an admission of how basic it is - take it a little easy if you can (I'm just getting started).My desired scenario is to build a workflow or series of workflows...
View ArticleCloning VM to different Datastore Cluster per disk
Hi there, I have a worfklow where I modified the basic Clone VM WF to clone my VM to a set of datastores based on the disk. I have a step in the workflow that determines which disk goes where, then...
View ArticleIs there serializer/deserializer for object type Any
Hi all. When I call orchestrator web service I need to sent WorkflowTokenAttribute that is type "any". One of return values that I get with getWorkflowTokenResult is type "any" also. In the end I am...
View ArticleList all heartbeat datastore
Hi, i have a cluster with datastore heatbeat enable and configured for chooses heartbeat datastores from all the feasible datastores that are accessible to more than one host in the cluster, attribule...
View ArticleHow to get vCO server name (hostname).
Hello. Does anybody know how to get hostname or IP address of the vCO server within a workflow running on that server? Is there any kind of property or method returning hostname of the local host?...
View ArticleHow can i get the IQN of iScsi HBA
How can i get the IQN of iScsi HBA? How can i use the following object:i have tried this: var myVcHostInternetScsiHba = new VcHostInternetScsiHba() ;iqn = VcHostInternetScsiHba.iScsiName; But it does...
View ArticleReturn a value for use in a workflow
I have a need to get a value from a VM and passing this into the next step of the workflow but stumped as to how you do this. The powershell to get this SCCM ClientID which has to run on the VM being...
View Article