Description | Command |
---|---|
Add Business Groups | vra businessgroup add |
Get Business Group Detail | vra businessgroup detail |
List Business Groups | vra businessgroup list |
Remove Business Group | vra businessgroup remove |
Update Business Group | vra businessgroup update |
Add Business Groups |
vra businessgroup add |
Parameter | --name (Enter GroupName) |
Mandatory | true |
Parameter | --description (Enter description for the business group) |
Mandatory | false |
Parameter | --email (Enter Administrator Email) |
Mandatory | true |
Parameter | --machinePrefixId (Provide a valid Machine Prefix ID or prefix name) |
Mandatory | true |
Parameter | --adContainer (Enter Active Directory Container) |
Mandatory | true |
Parameter | --admins (Enter comma separated list of users for Group Manager Role) |
Mandatory | true |
Parameter | --support (Enter comma separated list of users for Support Role) |
Mandatory | false |
Parameter | --users (Enter comma separated list of users for User Role) |
Mandatory | false |
Get Business Group Detail |
vra businessgroup detail |
Parameter | --id (Provide Business Group ID or name to fetch details) |
Mandatory | true |
Parameter | --export (Provide a file to export all results) |
Mandatory | false |
Parameter | --format (Supported formats include: TABLE, JSON, CSV) |
Mandatory | false |
Parameter | --columns (Customized columns to include in TABLE or CSV rendering. Regex allowed. Eg: p1,p2,collectionA:c3,collectionA:c4) |
Mandatory | false |
List Business Groups |
vra businessgroup list |
Parameter | --export (Provide a file to export all results) |
Mandatory | false |
Parameter | --format (Supported formats include: TABLE, JSON, CSV) |
Mandatory | false |
Parameter | --columns (Customized columns to include in TABLE or CSV rendering. Regex allowed. Eg: p1,p2,collectionA:c3,collectionA:c4) |
Mandatory | false |
Parameter | --page (Enter page number to display in pagination (default 1)) |
Mandatory | false |
Parameter | --pageSize (Enter page size to display in pagination (default 25)) |
Mandatory | false |
Remove Business Group |
vra businessgroup remove |
Parameter | --id (Provide an ID or name of a Group to be removed) |
Mandatory | true |
Update Business Group |
vra businessgroup update |
Parameter | --id (Provide an ID or name of a Group to be updated) |
Mandatory | true |
Parameter | --description (Enter description for the business group) |
Mandatory | false |
Parameter | --adContainer (Enter a new value for Active Directory Container) |
Mandatory | false |
Parameter | --email (Enter a new value for Administrator Email) |
Mandatory | false |
Parameter | --machinePrefixId (Enter a new value for Machine Prefix ID or prefix name) |
Mandatory | false |
Parameter | --addadmins (Enter comma separated list of users to be added for Group Manager Role) |
Mandatory | false |
Parameter | --addsupport (Enter comma separated list of users to be added for Support Role) |
Mandatory | false |
Parameter | --addusers (Enter comma separated list of users to be added for User Role) |
Mandatory | false |
Parameter | --removeadmins (Enter comma separated list of users to be removed from Group Manager Role) |
Mandatory | false |
Parameter | --removesupport (Enter comma separated list of users to be removed from Support Role) |
Mandatory | false |
Parameter | --removeusers (Enter comma separated list of users to be removed from User Role) |
Mandatory | false |