vRA
-
Change Virtual Machine and Deployment owner in vRealize Automation 7.x
System.log(“\n================================”); System.log(“\n START: Change Owner Configuration.”); System.log(“\n================================”); var myResources = Server.findAllForType(“VCACCAFE:CatalogResource”, vmName); for each (resource in myResources){ if (resource.getName() == vmName){ catalogResourceName =…
Read More » -
Standardised Logger Action
Below is the logger action that I am using (this is the only action I have that does not conform…
Read More » -
Change Lease Date – Day2 Operation in vRA
Overview The aim will be to change the lease time “in-flight”, or during deployment. To do this, we will need…
Read More » -
Finding All items in the Business Group
I recently needed to figure out how many items are deployed for a specific vRA Business Group. Items include virtual…
Read More » -
Retrieve Custom Properties of vCAC VM from vC:VirtualMachine
This method of retrieving custom properties accesses them directly from the vcac entities (the data sources) by finding custom properties…
Read More » -
VMWare
Restart the vRealize Automation Installation Wizard 7.x
The vRealize Automation Installation Wizard presents you with easy to use walk through the page where you check for prerequisites,…
Read More » -
vRealize Automation Datacenter Locations
This post will walk through defining datacenter locations for VMware vRealize Automation 7.x. The primary two use cases for additional…
Read More »