Similar Posts
Get Configuration Element Attribute Value from Aria Automation Orchestrator
In this post I show you how you can get a Configuration Element Attribute from an Aria Automation Orchestrator Configuration Element. I am using that to get e.g. the Aria Automation Host (former vRealize Automation) from an Orchestrator Configuration Element. This is very useful to get the Automation Host in an Orchestrator Action. See also…
Trigger a Aria Automation Orchestrator Workflow from a Aria Operation Alert
In this post i want to show you how you can trigger a Aria Automation Orchestrator Workflow from a defined alert definition in Aria operations. Here are the steps which are needed: Create the Aria Operation Symptom Definition First we have to create a “Symptom Definiton” in Aria Operation. In the symptom definition we will…
Call Aria Automation REST API from a Aria Automation Orchestrator Workflow
In this post I show you how you can call the Aria Automation REST API from a Aria Automation Orchestrator Action. Prerequisites: Create an Action with following inputs and Return type: The Return value is a JSON string. If you want get the values of the JSON string you must convert it to an JSON…
Create automatically a vRealize Automation Deployment Name with locale Date and Time
In this blog post I will show you how you can create automatically a vRealize Automation Deployment name which contains the local Date and Time and makes the Deployment name unique. How you get the local Unix Time with the JavaScript Module “moments” you can reach out the blog Convert the vRO Date with the…
Mount an ISO-File to a VM with vRA 8 “Day 2 Operation”
This blog post describes how you can mount a ISO-File to a existing vRA 8 provisioned machine with a “Day 2” Operation. This solution is using a vRealize Orchestrator Workflow and a NFS share where the ISO-Files are stored. How you can configure a NFS Server on Ubuntu 20.04 based OS is described here and…
Simple Code Stream Pipeline CI Task
In this blog post we will create a Simple Code Stream Pipeline CI Task. The Ci Task will be executed in the created docker container running on the docker host. The command which are defined in the CI Task inside the pipeline will be executed inside the created docker container. The docker container is only…