Quantcast
Channel: VMware Communities : All Content - vRealize Automation Tools
Viewing all articles
Browse latest Browse all 9859

Update VRA Storage Reservation Size

$
0
0

Hi All,

 

After adding datastore to a cluster need to increase storage reservation  in VRA as shown below. My requirement is increase VRA Storage Reservation through a workflow.

 

Reservation.png

 

 

 

I tried the following

var entity = System.getModule("com.vmware.library.vcac").getReservationEntityByName(vcacHost,reservationName) ;

attrNewProperties = new Properties();

attrNewProperties["ReservationStorageSizeGB"] = "778"

System.getModule("com.vmware.library.vcac").updateEntity(entity,attrNewProperties ,links) ;

 

The workflow executes without error but no updates are seen on the VRA portal.

 

Interestingly VRO shows updated property.

 

vroReservation.png

 

Any idea how to update Reservation in VRA?

 

Thanks


Viewing all articles
Browse latest Browse all 9859

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>