VMware Cloud Community
NaveenGoswami
Contributor
Contributor

Create Fabric Group with VRA Rest APIs

I am trying to create a Fabric group having compute resource. But i coudnt find any Rest api reference for the same. Since i am not able to create the fabric group with compute resource i cannot create reservation with the compute resource.

Any idea how can i automate this with rest api?

Reply
0 Kudos
2 Replies
msk05
Hot Shot
Hot Shot

AFAIK there is no API available to create fabric group. You can use the cloud client to create it (vra fabricgroup add).

Reply
0 Kudos
hdo0917
Enthusiast
Enthusiast

vRA does not have a public REST API but you can use vRO to create the Fabric Group:

- Obtain the vCACCAFEFabricGroupService reference

- Create a vCACCAFEFabricGroup

- Call vCACCAFEFabricGroupService create

Reply
0 Kudos