VMware Cloud Community
Sheepherda1
Contributor
Contributor

vRA 8.3 Project cloud zones

In vRA 8.3 Projects is there a way to add multiple cloud zones to a project at the same time? We have over 100 zones that will end up needing to be added to multiple projects and adding them one at a time for each project will take forever and a day. I have been unsuccessful finding anything in my searches here or in any of the guides. 

I would really like to have the option to check a single box for all zones or at minimum be able to check multiple boxes to add the zones all at one time. 

Reply
0 Kudos
3 Replies
carl1
Expert
Expert

I would look at the REST api.  You can add cloud zones to a project that way.

Carl L.

Reply
0 Kudos
jimmyvandermast
Hot Shot
Hot Shot

Follow this VMware doc:

https://docs.vmware.com/en/vRealize-Automation/8.2/extensibility-migration/GUID-CF564D78-8D2F-4F92-B...

First get your Project-ID and Cloudzone-ID's (also via API!) and then add the required Cloudzone-ID's via the API PATCH REST call to the Project-ID. 

Be careful to use PATCH and not POST (or GET)...

Reply
0 Kudos
Sheepherda1
Contributor
Contributor

Thank you for the response. I will give that a shot as soon as I get VRA 8 back up and running. Did the upgrade to version 8.3 which breaks the salt stack and has to be installed externally through LCM. https://kb.vmware.com/s/article/82543

Reply
0 Kudos