Can'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 vCenter 6 Tagging plug-in
OverviewThis is a plug-in to handle vCenter tags.It works with leveraging vCenter 6 vAPI. vCenter 6 is the first vCenter version providing a public API for tagging. Earlier versions only supported...
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 ArticleSimple get Orchestrator Version workflow
The attached workflow retrieves some system info from Orchestrator, then performs a simple GET request to /vco/api/about and parses the result to return the version and build number.Get URL Code: var...
View ArticleSetting vcenter tags with orchestrator?
The custom attributes in vcenter are now "tags".. but i can't find an action or workflow in venter plugin to set this tags Is there something i missed?
View ArticleSome PowerShell eyes pls.
I am "Invoking an external script". I have created and passed the VM name as an argument to the PS script. When I run the script on the PS host itself, it runs with no issues. However, when I run it...
View ArticleStumped
I would like to add a piece to my blueprint to select multiple Active Directory users and groups to the local admin group on a server after its built. Not finding much on google either. Has anyone...
View ArticleVRMGuestAgent Elevated Powershell
We recently deployed vRA in our environment and got everything working with VMware Professional Services. That engagement is over and we have decided to implement a new flavor of windows in our...
View ArticleSync broken between 6.0.5 and 7.2
We've just finished upgrading our 7.0.1 servers to 7.2 and sync appears to be broken with our 6.0.5 servers. Can anyone confirm if this works or if this is an issue. I see that previous versions of...
View ArticleCan I set an icon on resource actions from a vRO Workflow?
Hi, Using an Orchestrator workflow, I can set an icon on a vRA catalog Service, or on a vRA Catalog Item.However, I can't figure out how to set an icon on a vRA Resource Action using a vRO workflow......
View Article