vCOPS - vCenter Operations Manager API via the REST plugin. Anyone doing this?
I would like to make some calls to the vCenter Operations Manager API (since VMware has no plugin for this). I am not interested in receiving the messages via snmp and reacting to them. I want to...
View ArticleVCAC naming convention model entity
HiWe have VCAC setup and i am trying to customize the naming convention of the VM provisioned from VCAC.I am using the VCAC plugin to call the VCO workflow at ExternalWFStubs.BuildingMachine stub.Can...
View ArticleOrchestrator Storage Pod FreeSpace and capacity
Hello together, Please help how can i get capacity and free Space from a Storage podI found this Object but i only get the Name and ID.var myVcStoragePodSummary = new VcStoragePodSummary(); Thank's for...
View ArticleHTTP-Rest API call fails
Attempting a PUT HTTP-REST operation to update an existing F5 pool member's session state:Updating field works properly with cURL; however, no success using Orchestrator Orchestrator 5.5.1 and F5...
View ArticleSample workflow that allows for multiple datastores
I understand that there are no out-of-the box workflows that handle assigning multiple datastores. Can someone share an example of how to do this? I am trying to use one of the canned workflows to...
View Article/ partition fills up VCO 5.5.1
/var/lib/vco/app-server/bin/java_pid5483.hprof is almost 2GB. This has been haunting me as it destroys my appliance filling it up %100. I have a VM snapshot to revert the appliance when this happens....
View ArticleHow to get VC:VirtualMachine from a vcac blueprint
I was trying to follow this guide below to create a workflow to be executed from a vcac blueprint.. Basically i took the template Vcac/infrastructure administrator/Workflow Template which has this...
View ArticleOrchestrator Training Videos
I'm looking for some good training videos for VCO - can anyone recommend some - either paid or free. Thanks!
View ArticleJoin vApp VM to domain?
In the vCloud Director interface I can manually set customization to join a VM to an AD domain. Is there a way to enable this using the vCloud Director plugin for Orchestrator? I haven't been able to...
View ArticleGetting a list of input parameters supplied to an action
I'm looking for a way to easily convert parameters passed to an action into a JavaScript Object. I would prefer not to do the following: var o = new Object();o['param1'] = param1o['param2'] = param2......
View ArticlevCO-Powershell Plugin issue running a command ( getting members of a local...
Hi, Tearing my hair out and looking for a bit of help :-) I've a powershell script for checking memebers of the Local Adminstrators group on a server, and it works fine in a powershell...
View ArticleRe: HTTP-Rest API call fails
One of the steps of 'Add a REST host' workflow is to select authentication type. Default is NONE (no authentication); you should select various authentication types like Basic, Digest, OAuth, etc. Did...
View ArticleAutomated email script (dynamic wrapper)
Hey everyone, I am running the 'Relocate Virtual Machine Disk' workflow, and would like for it to generate a simple email stating which VM and what Datastore the new disks are living in. The text...
View ArticleHTTP-Rest API call fails
Unable to reply to previous message (Unknown error when attempting to save) so I opened a new thread. Below are my answers to the previous questions asked. Basic authentication type is used. Proper...
View ArticlevCAC 6.1 workflow template not pulling info anymore
Previously in 6.0.1 I used the workflow template to bring in the properties from vCAC machines, and vCenter server name. I just upgraded to 6.1 and now my workflows are failing and the vCACVm and...
View ArticleTypeError: Cannot read property "sdkConnection" from null
Not sure what the problem is here. [2014-09-12 09:52:23.609] [I] vmUniqueID : 50394b4a-fbbc-7e23-7588-c69bcf64ce9f[2014-09-12 09:52:23.609] [I] Trying to resolve a vCenter VM[2014-09-12 09:52:23.609]...
View ArticleStart workflow from VmFolder context
Hey, I created a custom workflow to deploy VMs and enabled it as context action for Clusters, VmFolders and Datastores. When I run the workflow it in the vSphere client on a Cluster, the Input...
View ArticleCustom Decision Snapshot Script
Hey everyone, I am trying to create a custom decision, that when the value is true, it will continue with the rest of the workflow. If the value is false, then I want the workflow to end with...
View ArticleExposing Java Objects in vCenter Orchestrator
Hi All, I am trying to expose few java objects in VCO Standalone installation. I am following the required file structre for the dar file:- lib, resources, VSO-INF and webapps. the required jar files...
View Articleaccess ldap in workflows
Hi All, Currently VCO is configured with AD for authentication. We have a usecase to manipulate ldap in the workflow. How to access LDAP in the workflow? Any help appreciated. Thx
View Article