vRO
-
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 » -
Date format in vRO
/** Get date **/ var date = new Date(), yy=date.getFullYear().toString().substr(2,2); mm=(date.getMonth() < 10 ? “0” : “”) + (date.getMonth()+1); dd=(date.getDate()…
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 » -
On-demand change the CPU Count the virtual machine
/* Purpose: This workflow is used on-demand change the CPU Count the virtual machine. Parameters: – noOfCpu(string) – vm (VC:VirtualMachine)…
Read More » -
vRealize Orchestrator: Standardized Logger Action
Below is the logger action that I am using (this is the only action I have that does not conform…
Read More » -
VRO USING TELNET TO TEST PORT CONNECTIVITIY
vRealize Orchestrator has a TelnetClient scripting class that you can use to test port connectivity. This is far easier to…
Read More »