Tagged: configuration

Outbound Notifications for LifeCycle Manager

The release of vRealize Suite Lifecycle Manager 8.6 contained a new feature that may have flown under your radar, but I believe is a great addition to an already great product. Introducing Outbound Notifications! Introducing Outbound Notifications This new feature enables you to configure Lifecycle Manager to send...

VMware vRA 8.3 and Puppet Enterprise Integration Configuration

Having installed Puppet Enterprise in my home lab I decided I should hook it up to my vRA 8.3 installation using the native integration feature. Doing a quick Google search yielded a clear and simple blog post that outlined how to configure it for vRA 8.1. Following this...

Automating Office365 with VMware vRO – Part Three

Note: Please ensure you have read Part One and Part Two in this series before continuing Recap In Part Two we Reader Activity Review 1. We successfully created our first action. 2. We configured the input for the action. 3. We configured our output, or return value for...

Automating Office365 with VMware vRO – Part Two

Note: Please ensure you have read Part One in this series before continuing Recap In Part One we Reader Activity Review 1. Became familiar with the Microsoft Graph API. 2. Tested the API using the Graph Explorer. 3. Became familiar with the Graph API Reference guide. 4. Registered...

Automating Office365 with VMware vRO – Part One

  Recently I have been working on projects where I have been asked to automate actions within Office365. An example of this is to create a new user. Thankfully, Microsoft have the great Microsoft.Graph API that helps with this. Did you know that the Graph API has been...

Scorch Integration Toolkit and WIX > 3.5

Recently I have been doing some work with Microsoft Orchestrator again. One of the tasks I have been working on has been to write some custom code to introduce missing action functionality. Whilst I have been writing this code in C# in Visual Studio, it needs to be...

Configuration Element to Json Transformer

I love using Configuration Elements in VMware vRO to store repetitive information. What I don’t like is making multiple calls to get information back or making a call which pulls back a load of data that I then have to man handle through my flow to where I...