vRO Authentication Provider Error
Hi vRO Community Facing a problem in Authentication Provider as shows in the screenshotvRO version 7.01vSphere 5.5 U2
View Articlecustom properties during approval process
Hi, I want to create a custom property during the approval process.When I create it, there is only a plain text. When creating a custom property in the property dictionary I have more than a string,...
View ArticlevRO REST API: Fetching values for affected fields to execute workflow
Hello,Some workflows have "affected" fields. I mean that available values for some input parameter of workflow depend on values of other related parameters.For example to execute "Delete datastore"...
View ArticleWorkflow Error Hanling
Hi, I run the workflow named: "Upgrade tools" and sometimes i get an error message in the logs: "Upgrade_Tools_Task error: cannot complete operation ....i want to be able to put the error inside a...
View ArticleI am getting an error while running workflow named "vCloud Director - Add a...
Hello, I have vCloud Director 8.10.1 and vRealize Orchestrator 7.0.1 on my environment. I have installed vCloud Director Plugin on vCO successfully and I can run any workflow about vCloud Director such...
View ArticleCant change type of parameters
I´m adding new composite types and there is a time when i can't change type of parameters (so i can't add composite types too). When this happend I remove a composite type, restart orchestrator client...
View ArticleSome REST Operations aren't imported with package
I have a package containing 400 or so workflows, actions, and resources. I recently added a bunch of new workflows that make use of a new REST host and 20 or so operations. I added the new workflows...
View ArticleGlobalPluginNotificationHandler notifyElementsInvalidate not firing
Hi,I am learning about creating a VRO plugin using the SDK and the spring template and I need some guidance. I call the notifyElementsInvalidate method of the GlobalPluginNotificationHandler which is...
View ArticleCan't add resource category to package with vRO 7.1 REST API
I am trying to add a Resource Element category to a package in Orchestrator 7.1, using the REST API.The call:/vco/api/packages/{packageName}/resource_category/System%20Configalways fails with the...
View ArticlePresentation values
Hello, I was wondering if I can create a workflow with input values, like os, cpu for example. If os = windows, then the default cpu value should be at least 4.if os = linux, then the default cpu value...
View ArticlefetchAll for type Organization error
Simple find all for type method that seems to be working on 5.5: var allOrgs = Server.findAllForType("vCloud:Organization");for each (var Org in allOrgs) { System.log(Org.name);}; But on 7.1 it...
View ArticleAutomation for DLR
HI I am trying to automate the deployment of DLR and then connect it to the logical swicth using orchestrator workflow.But dont getting an option to automate the DLR deployment. Any help or guidance is...
View ArticleHelp required for creating a action
I am planning to create a action which will basically login to NSX using REST API and then create a array which will store the value for transportzone. I created a workflow with REST api for testing...
View ArticlevRO Workflow that will login to my vCenter Web Client.
Is there a way to create a vRO workflow that can login to the vcenter Web Client to confirm our Web Client is running? We are having issues with our SSO environment and sometimes our Web Client stops...
View ArticleHelp Requested - Event Broker: Removing a VM
I'm fairly familiar with using the event broker, however I cannot seem to find the right conditions to launch a vRO workflow when deleting a VM. I only want to run this workflow when the VM is being...
View ArticleRead the properties from iaas blueprint on xaas blueprint
Hi,i'm new on the VRO.I'm trying to figure out how can i call a IAAS blueprint from XAAS blueprint.I have some IAAS blueprint with properties i need (Like CPU, Memory, custom properties). The only...
View Articlecreating and assigning tags in vCenter through vCO
VMware is moving away from custom attributes and toward the categories and tags. currently vCO has vCenter workflows for creating custom attributes, however, I have not found anything on automating...
View ArticlevSphere Tags
Hi,i have to solve a problem.My vCenter is full of tags and now it's time for an automatic deployment. So i have to read out the tags. But i only find VcTag.key. In the Logs it returned a null.I saw...
View ArticleHow to associate a tag using vAPI
Hi guys, I'm trying to associate a vCenter tag to some VMs using the vAPI in orchestrator. I've found the "com_vmware_cis_tagging_tag_association" object that has the attach method. The input...
View ArticleVcPlugin.getAllVirtualMachines(null, "xpath:name='" + vmName + "'") jxpath...
VcPlugin.getAllVirtualMachines(null, "xpath:name='" + vmName + "'")generating this error jxpath expression {} does not evaluate to booleanafter upgrading vSphere plugin to 6.5.0.4658893 Worked with the...
View Article