Hi
I created a business group using vRA API .But the newly business group is not showing in the GUI ,where as I am able to retrieve the newly created business group using the API. Am I missing something ? any help is greatly appreciated ?
[URL]
/identity/api/tenants/{tenantId}/subtenants
[Action]
post
[body]
{
"name": "test",
"description": "test",
"subtenantRoles": [
{
"scopeRoleRef": "CSP_SUBTENANT_MANAGER",
"principalId": [
{
"domain": "test.local",
"name": "admins"
}
]
}
],
"tenant": "Lab",
"extensionData": {
"entries": [
{
"key": "iaas-manager-emails",
"value": {
"type": "string",
"value": "admin@test.local"
}
}
]
}
}