VMware Cloud Community
anuragal
Contributor
Contributor

How to associate a blueprint with multiple tenants using rest api

My requirement is to associate blueprints with multiple tenants while installing the our plugin. One of the approach is to ask tenant admin credentials of each tenant and associate the blueprint. But this is not a good solution when you have lot of tenants.

Other solution is to configure vRA Host for each tenant. Then using system admin login associate blueprint with each tenant using vRA Host of each tenant. In this solution currently facing problem to access vRA host of each tenant, not able to get host ids. Please let me know if this solution is valid and how to acheive this.

If any other solution to this problem is available please let me know. I am new on vRA automation so please ask if you need more info. Thanks

0 Kudos
1 Reply
kdelgadovmw
VMware Employee
VMware Employee

Blueprints are tenant-level objects. You will need to import to each tenant using Cloud Client or API, but either way, you will need a Tenant Admin user for each tenant to accomplish this task.

@KCDAutomate
0 Kudos