Get network details from vRA8 deployment

Use Case:- " for post-provisioning or day 2 activities, the developer requires the network details for the deployment."   Inputs :-   DeploymentID :- String Search :- string    vraHost =  System .getModule( "com.r…

vRA8 Tagging, Custom Properties

Tagging, Custom Properties   With vRA8 comes a new way to manage your machine metadata. In the new platform, there are tags, capability tags, constraint tags, standard tags, project tags, project constraint tags, and custom pro…

Custom Names by enabling this custom name feature

With the release of vRA 8.11 you can now make use of Custom Names by enabling this feature through the UI. Enable Custom Names To enable the new Custom Names option, go to Infrastructure, Custom Names Click Enr…

vRA 8 Cloud Assembly Custom naming setup

In vRA 8 you can specify the naming template to be used for machines, networks, security groups and disks provisioned in a given project. If you currently use Cloud Assembly and you created at least one custom naming template in…

VMware Aria Migration

UseCase :- Migration Readiness Assessment Aria Migration accelerates and simplifies the multi-cloud migration journey by identifying and migrating applications to the optimal cloud, based on the user…

vRA8 :- get User email address from id

Inputs:- vraHost:- vra:host requestedBy:- String orgId:- string var  url =  '/csp/gateway/am/api/users/' +requestedBy+ '/orgs/' +orgId+ '/info' ; var  restClient = vraHost.createRestClient(); var  request…

Tool VRA8 get IP Range from CIDR

Input:-  ipv4cidr :- String   function  u(n) {  return  n >>>  0 ; }  // we need to treat the numbers as unsigned function  ip(n) {      return  [         (n >>>  24 ) &  0xFF ,         (n >>>  16 )…

Load More
That is All