vRealize Automation Size History ( Small Lab )
For a lab installation of VMware vRealize Automation v7.5 with one (1) Automation Appliance and one (1) Windows IaaS node... Continue reading →
The home of everything vRealize
For a lab installation of VMware vRealize Automation v7.5 with one (1) Automation Appliance and one (1) Windows IaaS node... Continue reading →
vCO Workflow Script to Enable vCenter HA var arrDNSServers = new Array(); arrDNSServers.push("192.168.0.1") var arrGateway = new Array(); arrGateway.push("192.168.0.1") var... Continue reading →
vCO Workflow Script to Trigger vRA Data Collection using an OData Query var strHostID = objVCACHost.id; var strModelName = "ManagementModelEntities.svc"; var... Continue reading →
vCO Workflow Script to Get the Current Value of a Custom Property var arrvCACVirtualMachine; arrvCACVirtualMachine = Server.findAllForType("vCAC:VirtualMachine", "VMUniqueID eq '"... Continue reading →
vCO Workflow Script to Create or Update a Custom Property var arrvCACVirtualMachine; arrvCACVirtualMachine = Server.findAllForType("vCAC:VirtualMachine", "VMUniqueID eq '" + objVcVirtualMachine.config.instanceUuid... Continue reading →