vRA 8 API getting started

I wanted to keep track of what needs to be done prior to actually being able to query API on vRA 8. Ive been having a hard time finding the documentation i needed in the past. If you are looking for the Cloud version it can be found here First step is to get an API token for the specific username. We can do this by using curl or postman. The call would look similar: ...

January 31, 2022 · Cosmin Trif
Settings page for vRA 8.6 upgrade, showing options like System Details, Logs, and Authentication Provider.

Upgrading vRA (vRealize Automation) to 8.6

In this post i will go over upgrading my 8.x vRA appliance to 8.6. As a pre requirement we do need to have vRSLCM (vRealize Lifecycle Manager) upgraded to 8.6. Instructions can be found here. The upgrade already includes the latest Product Support Pack so an update to the Product Support Pack is not required. To get started we can go to vRealize Lifecycle Manager -> Lifecycle Operations -> Settings -> Binary Mapping. (If you haven’t added your My VMware credentials you will need to do that first by going to vRealize Lifecycle Manager -> Lifecycle Operations -> Settings -> My VMware) ...

October 23, 2021 · Cosmin Trif
Error LCMVSSC10018: vRealize Automation SaltStack Config import failed due to license validation issue.

Error Code: LCMVSSC10018

If you like me deployed SSC (SaltStack Config) outside of LCM and are now trying to import it under LCM management you probably ran in to the following error: Error Code: LCMVSSC10018 vRealize Automation SaltStack Config import failed as unable to validate license. Check whether proper license is applied to vRealize Automation SaltStack Config appliance. Exception while importing vRealize Automation SaltStack Config as unable to validate the license key. Check vRealize Suite Lifecycle Manager logs for more information ...

October 4, 2021 · Cosmin Trif
Settings page for vRA 8.5 upgrade, showing various system and server management options.

Upgrading vRA (vRealize Automation) to 8.5

In this post i will go over upgrading my 8.x vRA appliance to 8.5. As a pre requirement we do need to have vRSLCM (vRealize Lifecycle Manager) upgraded to 8.4.1. Instructions can be found here. You will also need to apply the latest Product Support Pack (version 8.4.1.4). The instructions can be found here. To get started we can go to vRealize Lifecycle Manager -> Lifecycle Operations -> Settings -> Binary Mapping. (If you havent added your My VMware credentials you will need to do that first by going to vRealize Lifecycle Manager -> Lifecycle Operations -> Settings -> My VMware) ...

August 20, 2021 · Cosmin Trif
UI shows services for managing lifecycle operations, locker, identity, content, and marketplace in vRealize Suite Lifecycle Manager.

Changing passwords for the vRealize suite via vRSLCM (vRealize Suite Lifecycle Manager)

In this guide i will go over one of the Locker feature in vRealize Lifecycle Manager specifically the password management. As a reminder vRSLCM can manage the following: Type of Password Change vRealize Product Name Admin Password Change vRealize Automation, vRealize Operations Manager, vRealize Network Insight, vRealize Log Insight, VMware Identity Manager Root Password Change vRealize Automation, vRealize Operations Manager, vRealize Network Insight, vRealize Log Insight, VMware Identity Manager Support Password Change vRealize Network Insight Console User Password Change vRealize Network Insight SSH User Password Change VMware Identity Manager The first step is to create a new password. We can do so by going to Locker from the welcome screen or the menu on top right ...

May 19, 2021 · Cosmin Trif
Settings page with options for System Administration and Servers & Accounts.

Upgrading vRA (vRealize Automation) to 8.4

In this post i will go over upgrading my 8.x vRA appliance to 8.4. As a pre requirement we do need to have vRSLCM (vRealize Lifecycle Manager) upgraded to 8.4. Instructions can be found here To get started we can go to vRealize Lifecycle Manager -> Lifecycle Operations -> Settings -> Binary Mapping. (If you havent added your My VMware credentials you will need to do that first by going to vRealize Lifecycle Manager -> Lifecycle Operations -> Settings -> My VMware) ...

May 19, 2021 · Cosmin Trif
The image shows a vRA Cloud dashboard with options to change organization, view settings, and manage user account.

vRA cloud API getting started

I wanted to keep track of what needs to be done prior to actually being able to query API on vRA cloud. Ive been having a hard time finding the documentation i needed in the past First step is to get an API token for the specific username. We can do this by going to My account under User Settings in vRA Cloud ...

February 26, 2021 · Cosmin Trif
Settings page for vRA 8.3 upgrade, showing various administration and server management options.

Upgrading vRA (vRealize Automation) to 8.3

In this post i will go over upgrading my 8.2 vRA appliance to 8.3. As a pre requirement we do need to have vRSLCM (vRealize Lifecycle Manager) upgraded to 8.3. Instructions can be found here To get started we can go to vRealize Lifecycle Manager -> Lifecycle Operations -> Settings -> Binary Mapping. (If you havent added your My VMware credentials you will need to do that first by going to vRealize Lifecycle Manager -> Lifecycle Operations -> Settings -> My VMware) ...

February 4, 2021 · Cosmin Trif
UI shows environment management in VRA, with options like Rename, Delete, and Add Product.

Deploying SaltStack Config via Lifecycle Manager in a VRA environment

Assuming that you already downloaded the SaltStack Config binaries in this guide we will go over the deployment of SaltStack Config in an existing VRA 8.3 environment via Lifecycle Manager 8.3 Log on to Lifecycle Manager -> Go to environments, on the vRA environment click on the Menu and go to Add Product Select the checkbox next to vRealize Automation SaltStack Config and click Next ...

February 2, 2021 · Cosmin Trif
UI shows a workflow titled "Create a snapshot" with options to schedule, duplicate, or tag in vRA 8.2.

Creating a customized Snapshot as a Day 2 Action in vRA 8.2

I wanted to give my users the capability to create a snapshot but limit them to only 1 snapshot and have a predefined description from the snapshot so i can know that it was taken from vRA. For the purpose of this i will be using a customer workflow in Orchestrator and Resource Actions and in Cloud Assembly. Since Orchestrator comes with a number of pre defined workflows in always like to jump start by find something thats similar with what im trying to do. For the purpose of this we will be using the Create Snapshot Workflow. ...

January 1, 2021 · Cosmin Trif