Using the VMware Lifecycle Manager 8.1 API to deploy vROps, vRLI, vRA and vRNI

June 10, 2020 Kim Bottu 0

Introduction Creating the API calls I needed in my lab took me quite some time. I probably could have saved a lot of time by first looking at the JSON files VRSLCM can export out of the box. But of course, I didn’t. vRSLCM is able to export a JSON file for any environment you have setup using vRSLCM. In this blog post I want to show you how I did what I did and where you can find the bits and pieces I needed to create my API calls. The easy way If you want to see a JSON file of a real world deployed environment in vRSLCM, why not export it from the UI? That is right, the […]

Using the API to add a new certificate to a vRLI cluster

March 13, 2020 Kim Bottu 0

When you have to replace certificates on multiple vRLI clusters, using the API might be a better way to change them on all your cluster nodes. Prerequisites You will need to prepare a certificate with a subject alternative name (SAN) for each of the cluster members and the Internal Load Balancer (ILB).You can use this article as a guide. How to Take note that I do not know if this is officially supported, but in my tests it works. Use a REST API client and connect to the ILB IP and request a session token. Make sure to add the credentials to the body of your request. When you post the command, a session token will be generated. You need […]

How to export and import vRLI alerts which make use of vROps fallback objects, into another datacentre, by using Postman

February 25, 2020 Kim Bottu 0

In case you are managing a multitude of datacentres and are relying on vROps and vRLI to monitor your environments, by now you have found out that some alerts are present in vROps and other alerts are present in vRLI. You can configure alerts in both products, but while you can export and import vROps alert definitions and symptom definitions created in environment A into environment B, this does not go as easily for vRLI when you are using vROps fallback objects . If you are not using fallback objects, you can disregard this post. Requirements vRLI vROps Postman or any other REST API client. I use Postman myself. Notepad ++ Create some alerts in vRLI Create some alerts in […]