vRealize Blog

    The home of everything vRealize

    • Useful Links

    vCO Workflow Script to Create a vCloud Event Log Entry

    posted on 27 May 2014 by Simon Sparks | No comments

    The following is the vCO Workflow Script to Create a vCloud Event Log Entry. var objVclEvent; objVclEvent = new VclEvent(); objVclEvent.type... Continue reading →

    vCO Workflow Script to Copy Firewall Rules from a vShield Edge Device to another

    posted on 1 November 2013 by Simon Sparks | No comments

    The following script enables the copying of Firewall Rules from a vShield Edge Device to another var objVclGatewayConfiguration; objVclGatewayConfiguration =... Continue reading →

    vCO Workflow Action to Wait for a vCloud Task to Complete

    posted on 1 November 2013 by Simon Sparks | No comments

    The following is the script to wait for a vCloud task to complete if (objVclTask != null) { while (true)... Continue reading →

    vCO Workflow Script to Check vShield Load Balancer Configuration

    posted on 5 September 2013 by Simon Sparks | No comments

    The following script checks the vShield Load Balancer Configuration System.log("============================================================"); System.log("===== Edge Gateway Name: " + objOrgVdcGateway.name); System.log("============================================================"); var objVclGatewayConfiguration;... Continue reading →

    vCO Workflow Action to Add CPUs to a vCloud Virtual Machine

    posted on 5 September 2013 by Simon Sparks | No comments

    The following is the script to add CPUs to a vCloud virtual machine     objVclVM.updateInternalState(); var objVclCimUnsignedInt; objVclCimUnsignedInt =... Continue reading →

    vCO Workflow Action to Add Memory to a vCloud Virtual Machine

    posted on 5 September 2013 by Simon Sparks | No comments

    The following is the script to add memory to a vCloud virtual machine   objVclVM.updateInternalState(); var objVclVirtualMemory; objVclVirtualMemory = objVclVM.getMemory();... Continue reading →

    vCO Workflow Script to Create a vShield Load Balancer

    posted on 5 September 2013 by Simon Sparks | No comments

    The following is the script to create a vShield Load Balancer   var objVclAdminVdc; objVclAdminVdc = objVclVdc.toAdminObject(); var arrVclGateway; arrVclGateway... Continue reading →

    vCO Workflow Script to Add a Firewall Rule to a vShield Edge Device

    posted on 5 September 2013 by Simon Sparks | No comments

    The following script enables the addition of a firewall rule to a vShield Edge Device     objVclGateway.updateInternalState(); var objVclFirewallRuleProtocols;... Continue reading →

    vCO Workflow Script to Find a vCloud Virtual Data Center and Virtual Data Center Network object by Name

    posted on 5 September 2013 by Simon Sparks | No comments

    The following script enables you to find a vCloud virtual data center and virtual data center network object by name... Continue reading →

    vCO Workflow Script to Un-Deploy VMs ( Power Off to You and Me )

    posted on 5 September 2013 by Simon Sparks | No comments

    The following script enables an array of VclVM objects to be un-deployed. for(var i = 0; i < arrVclVm.length; i++)... Continue reading →

    « Older posts

    Categories

    • Compute (5)
    • Configuration (3)
    • Hardware (3)
    • Home Lab Series (15)
    • Networking (3)
    • PowerShell (3)
    • Storage (3)
    • VMware Products (1)
    • vRealize Automation (2)
    • vRealize Orchestrator (3)
    • vRealize Orchestrator Actions (11)
    • vRealize Orchestrator Policies (1)
    • vRealize Orchestrator Scripts (79)

    Tag Cloud

    Chef F5 BIG-IP LTM Home Lab Series InfoBlox OpsView Plugins PowerShell Puppet RabbitMQ vCenter Server vCloud Application Director vCloud Automation Center vCloud Director vCloud Networking and Security vFabric Application Director VMware NSX vRealize Automation vRealize Orchestrator vSphere

    My vMetrics

    Total Metrics:
    294 GHz Total CPU
    1,536 GB Total RAM
    14,400 GB Total Disk
    8 Host(s)
    13 RPs
    196 VMs
    4395 vMotions
    Power States:
    (96) (100) (0)
    Networking:
    32 x 10GbE Physical NICs
    36 Virtual PGs
    Cluster:
    Dell PowerEdge R610
    DRS: DRS enabled (Full Auto)
    HA: Highly Available
    Current Deviation: 0.024
    Target Deviation: 0.028
    DRS Balance: Load Balanced
    Hardware:
    Dell PowerEdge R710

    previous refresh
    2163 days, 15 hrs and 27 min.

    Recent Posts

    • Sweating your (Hardware) Assets
    • vRealize Automation Size History ( Production Environment )
    • vRealize Automation Size History ( Small Lab )
    • JSON Required to Start vRealize Orchestrator Workflow via REST API
    • Workflow Script to Find MAC Address of vcVirtualMachine

    Archives

    • January 2021 (3)
    • September 2020 (5)
    • April 2020 (2)
    • November 2019 (1)
    • September 2018 (1)
    • June 2017 (1)
    • February 2017 (1)
    • October 2016 (3)
    • May 2016 (1)
    • February 2016 (6)
    • October 2014 (2)
    • September 2014 (3)
    • June 2014 (1)
    • May 2014 (6)
    • April 2014 (6)
    • February 2014 (4)
    • December 2013 (4)
    • November 2013 (4)
    • October 2013 (5)
    • September 2013 (26)
    • August 2013 (5)
    • July 2013 (4)
    • June 2013 (9)
    • May 2013 (6)
    • April 2013 (2)

    Archives

    • January 2021 (3)
    • September 2020 (5)
    • April 2020 (2)
    • November 2019 (1)
    • September 2018 (1)
    • June 2017 (1)
    • February 2017 (1)
    • October 2016 (3)
    • May 2016 (1)
    • February 2016 (6)
    • October 2014 (2)
    • September 2014 (3)
    • June 2014 (1)
    • May 2014 (6)
    • April 2014 (6)
    • February 2014 (4)
    • December 2013 (4)
    • November 2013 (4)
    • October 2013 (5)
    • September 2013 (26)
    • August 2013 (5)
    • July 2013 (4)
    • June 2013 (9)
    • May 2013 (6)
    • April 2013 (2)

    Categories

    • Home Lab Series (15)
      • Compute (5)
      • Configuration (3)
      • Hardware (3)
      • Networking (3)
      • Storage (3)
    • VMware Products (4)
      • vRealize Automation (2)
      • vRealize Orchestrator (3)
    • vRealize Orchestrator (94)
      • PowerShell (3)
      • vRealize Orchestrator Actions (11)
      • vRealize Orchestrator Policies (1)
      • vRealize Orchestrator Scripts (79)

    Pages

    • Useful Links
    Copyright © 2022 vRealize Blog. Powered by WordPress & Corpo Theme.