vRO 8- Change Lease of a deployment via API byRishabh •February 22, 2023 Inputs:- deploymentId - string vraHost - REST:Host leasedate - String (example - "2023-04-12T12:45:00.000Z") Code:- var restClient = vraHost.createRestClient(); url = "/deployment/api/deployments/"+deployme…
What's New in vRealize Orchestrator 8.11 byRishabh •February 21, 2023 What’s new: February 2023/ vRA 8.11.1 What's New SaltStack Day2 Action Enhancements vRealize Automation Terraform Service and accompanying Terraform…
vRA 8 - ABX action to Customizing IP Assignments byRishabh •May 26, 2022 Requirement:- Lets suppose User has a choice to either user vRA automated IP or Use their own IP address. Automatically without the user specifying IP information in UI. Maybe the information the user provides can be combined …