vRealize Blog

    The home of everything vRealize

    • Useful Links

    vCO Workflow Script to Get the Current Value of a Custom Property

    posted on 15 February 2016 by Simon Sparks | No comments

    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

    posted on 15 February 2016 by Simon Sparks | No comments

    vCO Workflow Script to Create or Update a Custom Property var arrvCACVirtualMachine; arrvCACVirtualMachine = Server.findAllForType("vCAC:VirtualMachine", "VMUniqueID eq '" + objVcVirtualMachine.config.instanceUuid... Continue reading →

    vCO Workflow Script to Check if a Custom Property Exists

    posted on 15 February 2016 by Simon Sparks | No comments

    vCO Workflow Script to Check if a Custom Property Exists var arrvCACVirtualMachine; arrvCACVirtualMachine = Server.findAllForType("vCAC:VirtualMachine", "VMUniqueID eq '" + objVCVirtualMachine.config.instanceUuid... Continue reading →

    vCO Workflow Script to Get the Current Value of a Custom Attribute

    posted on 15 February 2016 by Simon Sparks | No comments

    vCO Workflow Script to Get the Current Value of a Custom Attribute var objVcSdkConnection; objVcSdkConnection = objVcVirtualMachine.vimHost; var objVcCustomFieldsManager; objVcCustomFieldsManager... Continue reading →

    vCO Workflow Script to Create or Update a Custom Attribute

    posted on 15 February 2016 by Simon Sparks | No comments

    vCO Workflow Script to Create or Update a Custom Attribute var objVcSdkConnection; objVcSdkConnection = objVcVirtualMachine.vimHost; var objVcCustomFieldsManager; objVcCustomFieldsManager = objVcSdkConnection.customFieldsManager;... Continue reading →

    vCO Workflow Script to Check if a Custom Attribute Exists

    posted on 15 February 2016 by Simon Sparks | No comments

    vCO Workflow Script to Check if a Custom Attribute Exists var objVcSdkConnection; objVcSdkConnection = objVcVirtualMachine.vimHost; var objVcCustomFieldsManager; objVcCustomFieldsManager = objVcSdkConnection.customFieldsManager;... Continue reading →

    vCO Workflow Action to Wait for a vCenter Task to Complete

    posted on 19 February 2014 by Simon Sparks | No comments

    The following is the script for the action to wait for a vCenter task to complete. if (objVCTask == null)... 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 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 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 →

    « 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, 16 hrs and 18 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.