VMware is seeking for vCenter Orchestrator Plug-ins documentation feedback

If you develop workflows chances are that the plug-ins documentation is a very valuable resource for you. The VMware documentation team has written a short questionnaire about what is helpful or not in the existing guides and what you would like to see covered further. Please take a few minutes to answer here.

Automate VMware LabManager with vCenter Orchestrator

With the new released SOAP/REST plug-in you can automate everything you ever dreamed of! One of my favorite use cases is to automate the VMware Lab Manager operations with the SOAP plug-in. As many of you know the Lab Manager offers 2 API´s: an external and an internal one. The following examples are based on the internal API (https://YourLabManagerServer/LabManager/SOAP/LabmanagerInternal.asmx). This use case shows how to establish the VMware LabManager SOAP connection, create an new configuration, adding a template-based VM to the configuration, deploy the configuration and change the owner of the configuration.

VMware released Service Manager 9.0 vCenter Orchestrator connector

VMware has released a Service Manager Integration Platform connector allowing Service Manager to leverage vCenter Orchestrator. First a little product introduction: VMware Service Manager is a configurable ITIL platform featuring service desk, automated configuration and change management, IT asset management, self-service and request fulfillment. As part of the service request it supports a configurable portal using high-level business workflow modeling for approvals, notifications and tasks integration. VMware vCenter Orchestrator is a technical Orchestration authoring platform part of vCenter Server allowing System Engineers to automate repetitive tasks requiring little to no human intervention by creating workflows leveraging extensive integrations with VMware and third parties cloud components.

VMware released the vCenter Orchestrator SOAP and REST Plug-ins

Today a major milestone has been achieved for vCenter Orchestrator.VMware released not one but two very useful plug-ins adapter: SOAP is a protocol used to implement a web service typically used over HTTP and in combination with a service catalog (Web Service Description Language - WSDL pronounced wisdel). Examples of applications using SOAP are vCenter, vCenter Orchestrator, Lab Manager REST is the technology behind the World Wide Web, leveraging HTTP verbs and URI to define resources and operations with stateless connections.

Code snippets : Get VMs that triggered vCenter Alarms

If you ever wanted to start a workflow based on a VM triggering an alarm in vCenter the solution is a few click away. The following action get all VMs that triggered alarms from any vCenter vCO is managing with filtering on Alarms names, acknowledged state, start time, status (warning, alert). First go to the action tab. Right click on the root to create a new action module. Use the naming convention org.

VMware released the vCenter Orchestrator Plug-in for vCenter Update Manager

VMware just released another new vCenter Orchestrator plug-in. this time it is the turn to vCenter Update Manager to be orchestrated. The main operations supported by this plug-in are:Creating a patch baseline: This is a patch repository containing the ESX host and VM patches attached to a vCenter. You can filter which patch to get from provider sites based on vendor, product, severity, update type, date.Attach a baseline to a set of vCenter objects.

Force a VM to boot from several devices

One thing vCO users and administrators always ask for is changing the boot order for virtual machines. The bad news is: It is part of the BIOS of the virtual machine (.nvram). But based on this community discussion and the solutions in PowerShell, I decided to test it with the vCenter Orchestrator and I was surprised how easy it is! 1 2 3 4 5 6 7 var changedValue = new Array(); changedValue[0] = new VcOptionValue(); changedValue[0].

Monitoring solution has built-in support for vCO based Remediation!

Uptime software realized early on that many orchestration solutions could involve very expensive software suites and services. They chose to extend their product by plugging it into VMware's vCenter Orchestrator (vCO) to allow for automated remediation of issues discovered by their monitoring solution. The following video provides an overview of up.time's capabilities: UpTime's integration with vCO is not a bolt-on solution; they have the integration as a core feature of their product.