How to SSH to remote host from Aria Orchestrator
Implementation We’re going to create a new class SSH with a few methods: executeSshCommand setNewSshSessions Connecting with SSH to the remote server is always an asynchronous action. Ther...
Implementation We’re going to create a new class SSH with a few methods: executeSshCommand setNewSshSessions Connecting with SSH to the remote server is always an asynchronous action. Ther...
Let’s see how we can use the built-in System.resolveHostName() method in vRO to resolve the FQDN to the IP address. Implementation We’re going to create a new class with a few methods: waitFo...
Let’s take a quick look at a simple one that returns the IP details of the VM running in VMware vCenter, using VSCode, Build Tools for VMware Aria, and Typescript project. Create a Class and a met...
I am a big fan of VMware Aria Automation and VMware Aria Orchestrator (formerly vRealize Orchestrator) especially. I followed up on this project since it wasn’t public yet, and from the beginning, ...
I got an idea to check if using Keycloak as an IdP for VMware Aria Automation is possible. Let’s find out. Keycloak configuration Export vIDM metadata Let’s explore integrating Keycloak (backed ...