vCO Workflow Script to Enable vCenter HA
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 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";... 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 '" +... Continue reading →
vCO Workflow Script to Check if a Custom Property Exists var arrvCACVirtualMachine; arrvCACVirtualMachine = Server.findAllForType("vCAC:VirtualMachine", "VMUniqueID eq '" +... Continue reading →
vCO Workflow Script to Get the Current Value of a Custom Attribute var objVcSdkConnection; objVcSdkConnection = objVcVirtualMachine.vimHost; var objVcCustomFieldsManager;... Continue reading →
vCO Workflow Script to Create or Update a Custom Attribute var objVcSdkConnection; objVcSdkConnection = objVcVirtualMachine.vimHost; var objVcCustomFieldsManager; objVcCustomFieldsManager =... Continue reading →
vCO Workflow Script to Check if a Custom Attribute Exists var objVcSdkConnection; objVcSdkConnection = objVcVirtualMachine.vimHost; var objVcCustomFieldsManager; objVcCustomFieldsManager =... Continue reading →
The following is the vCO Workflow Script to Create an NSX Edge var objNSXAddressGroup; objNSXAddressGroup = new NSXAddressGroup(null); objNSXAddressGroup.displayName... Continue reading →
The following is the vCO Workflow Script to Log the SNMP Data Recieved System.log("=================================================="); System.log("=================================================="); for (var i = 0;... Continue reading →